This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Starterware/PROCESSOR-SDK-AM335X: SPL load to custom board fails

Part Number: PROCESSOR-SDK-AM335X
Other Parts Discussed in Thread: AM3352

Tool/software: Starterware

Hi, 

When I load u-boot-spl.bin through UART to my customized am3352 board, I got stuck. 

I use am335x-evm.dts with some modification, e.g. remove all mmc info and some other device definition. Sysboot pins are set in order to boot from 'spi, uart, ethernet'. Built with sdk3.3.0.4.  Loading u-boot-spl.bin to starter kit through UART, and it prints the compiling information of this SPL and print another C. After this, I can load my u-boot.img.

But when I loaded the same SPL to am3352, file is transferred ok, but there is no more printing. It just stuck there.  If I tried to send u-boot.img anyway, I got "timeout on pathname".

I don't have JTAG, and have no idea what is happening. There are no actions on spi or ethernet. 

Can anyone give me a hint, what could be wrong?

Thank you.