Other Parts Discussed in Thread: AM1808
Hello there!
I am working on a project with AM1808, customizing the boot process.
I have placed UBL and u-boot on NAND, with two different options for the linux kernel.
First, u-boot checks the SD for the kernel (like in the LogicPD experimenter kit). I will use this boot mode for system updates with the SD card.
If the SD check fails, u-boot will try to boot the kernel from the NAND.
Now I need to modify the default u-boot environment variables (or even execute a script) to download the kernel from NFS and write it to NAND if everything else fails.
I have been searching for information on boot.scr, but I have not found how to do this.
Can anyone give me a hand?
Thanks in advance.