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.

Linux: Linux/AM335X:the spl can not boot from uart0

Other Parts Discussed in Thread: AM3352

Tool/software: Linux

Hi ,

    I download the latest linux sdk.the uboot version is 2016.05.I want to make spl.bin can download to AM3352 via uart0 and run.I change  CONFIG_SPL_TEXT_BASE is 0x402F0400.

    The COM Port of PC is configured to run at 115200 baud, 8-bits, no parity, 1 stop bit ,no flow control,and x-modem protocol.

     However,I don't see any spl trace after the u-boot-spl.bin download successfully.

      The MLO file can boot form SD card successfully.