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

_______________________________________________
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support

Reply via email to