Post Go back to editing

SC589-mini LED fault on after load init-sc-589-mini.elf

Hi,

I'm trying to boot Linux with a sc589-mini v1.4 and after I load the u-boot 1.3.1 version and and then write the application into SPI flash

the fault LED switch on after reset and the ethernet now doesn't work.

The OpenOCD and the debbuger work fine, the output from the minicom is the following

but the ethernet not connect and the fault LED is always on.

The version of CCES is 2.8.3, Ubuntu 16.04 LTS 32bit and JTAG ICE1000.

Any ideas?

Thanks in advance,

Steven

  • Hi Steven,

    Can you please follow the below instruction to generate the u-boot files and give a try with default u-boot files.

    wiki.analog.com/.../linuxdsp
    wiki.analog.com/.../installing_uboot

    I could even ping other machines with the default setup, Pls find my logs.

    U-Boot 2015.01 ADI-YOCTO-1.0.0 (Feb 04 2022 - 11:57:51)
    
    CPU: ADSP ADSP-SC589-0.1 (Detected Rev: 1.1) (spi flash boot)
    VCO: 450 MHz, Cclk0: 450 MHz, Sclk0: 112.500 MHz, Sclk1: 112.500 MHz, DCLK: 450 MHz
    OCLK: 150 MHz
    Watchdog enabled
    I2C: ready
    DRAM: 224 MiB
    MMC: SC5XX SDH: 0
    SF: Detected IS25LP512 with page size 256 Bytes, erase size 64 KiB, total 64 MiB
    In: serial
    Out: serial
    Err: serial
    other init
    Net: dwmac.3100c000
    Hit any key to stop autoboot: 0
    
    
    sc # dhcp
    Speed: 1000, full duplex
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    DHCP client bound to address xx.xx.xx.xx (1018 ms)
    
    sc # ping xx.xx.xx.xx
    Speed: 1000, full duplex
    Using dwmac.3100c000 device
    host xx.xx.xx.xx is alive

    Please let me know if you need any further information.

    Thanks
    Vignesh R

  • I solved, I followed the hardware connection of the guide you linked.

    Thanks

    Steven