Hello everyone.
My purpose it to flash UBL, u-Boot, Kernel and Rootfs in a NAND flash, so I can boot from there and use the SD just for recovery and updates.
I have been trying with the NANDWriter (loading it with CCSv5 and a XDS100v2) and been almost successful on the basic boot.
My first problem comes when I load and try running the NANDwriter directly.
After connecting, I execute the script "EMIFA_NAND_PINMUX", load the program and when running, it gives no response and hangs on "Starting OMAP-L138 NANDWriter".
However, if I load and run the RAM Test example before doing all this, it works. What am I missing?
The second and main problem appears when running wht NANDWriter. It flashes UBL, but when flashing u-Boot, it asks to enter:
1) the app image load address (in hex)
2) the app image entry point address (in hex)
What are these parameters?
I have tried some values, but of course don't work.
Furthermore, I would like to configure uboot to load kernel and rootfs from the same NAND flash. Is this possible?
Any help?
Thank you very much.