I have to frequently switch between two booting methods: from the on-board NAND flash, or from a TFTP server. Both boot up correctly. However, I find that typing all 'setenv ...' commands tedious and error prone. I can use the 'saveenv' command to make one booting mode the default, but still need to do all the typing if I need to boot from the other mode.
Is there a way to do dual-booting? Something like typing
boot cfg1
or
boot cfg2
to choose which mode to boot from?
Thanks!
BTW: Sections 7.2 through 7.5 of the GettingStarted manual are well written, but fail to address the case when the kernel image is larger than 0x200000.