Hi
I am using AM1808 experimenters kit. I would like to boot it from NAND flash. Is there any way to get Uboot prompt with out UBL.
Thanks
Vasu Vallabhaneni
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.
Hi,
The hawkboard (which has an OMAP-L138) is using such a configuration (booting from NAND without UBL). Instead of UBL a bootloader called SPL is used which can be built from u-boot source code.
For more information get the lastest u-boot source code via git (http://www.denx.de/wiki/view/DULG/UBootVersions) and have a look at the hawkboard configuration. Some information about SPL is in doc/README.SPL.
Regards, Christian