[FSO] Milestone 5, uBoot and SD, any success?
Werner Almesberger
werner at openmoko.org
Tue Feb 10 20:12:38 CET 2009
Kosa wrote:
> GTA02v5 # setenv menu_10 Boot for FSO V: setenv bootargs
> ${bootargs_base} rootfstype=ext2 root=/dev/mmcblk0p2 rootdelay=5
> ${mtdparts} rw\; mmcinit\; fatload mmc 1 0x32000000 ${sd_image_name}\;
> bootm 0x32000000
A quick remark: You probably want to escape the dollar signs as well.
Otherwise, you expand the variables at the moment you enter the
command and if you want to change bootargs_base or sd_image_name
later, you have to remember to redo the menu line as well.
- Werner
More information about the support
mailing list