Hello,
I am currently having the following issue getting U-boot to boot from NAND. I am capable of booting SPL & U-boot.img via tera term onto the AM3352 processor and after following the instructions located here I have loaded and written the MLO and u-boot.img files into NAND.
When I reset the device I get the following error and then it hangs:
SPL LoadedThe Expected Linux image was not found. Please check your NAND configuration.
Trying to start u-boot now...
I have not loaded a linux image, I'm just trying to get u-boot to load.
Could there be an issue with the storage address of the u-boot.img that the SPL is trying to read from? If I type in boot while in the U-boot prompt (after loaded via tera term), the system resets fine, just not after power is reset.
Thank you