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.