Tool/software: Linux
Hi,
Hardware: AM3352+NAND Flash(MT29F16G08ABACA)
Software:ti-sdk-am335x-evm-08.00.00.00
sysboot pins[0:15] = 0010 0000 0000 0000 0010
1.The customer can boot from sd card successfully
2.After enter uboot, he flash MLO and u-boot.img to nand flash
U-boot#mmc rescan
U-boot#nand erase 0x0 0x80000
U-boot#fatload mmc 0 0x82000000 mlo
U-boot#nand write 0x82000000 0x0 0x80000
U-boot#nand erase 0x80000 0x100000
U-boot#fatload mmc 0 0x82000000 u-boot.img
U-boot#nand write 0x82000000 0x8000 0x100000
He pulled out sd card after power off and then power again, serial port output CCCC all the time, nand bootup failure.
Can we use MLO which can boot from SD card and flash the same one directly to nand? If not, how to modify?
