Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
saveenv
reset
* If you want to make it permanently boot from the SD card, the commands you need to run are:
('''NOTE:''' this step is only necessary once. I assume that the swap partition is /dev/mmcblk0p1 and the root partition is /dev/mmcblk0p2).
setenv mainlineLinux yes
setenv arcNumber 2097
setenv bootargs_console console=ttyS0,115200
setenv bootargs_root 'rw root=/dev/mmcblk0p2 rootdelay=15 rootfstype=ext3'
setenv bootcmd_mmc 'mmcinit; ext2load mmc 0:2 0x800000 /boot/uImage'
setenv bootcmd 'setenv bootargs $(bootargs_console) $(bootargs_root); run bootcmd_mmc; bootm 0x0800000'
saveenv
reset
 
= GuruPlug =
1

edit