diff options
Diffstat (limited to 'doc/dreamplug.txt')
-rw-r--r-- | doc/dreamplug.txt | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/doc/dreamplug.txt b/doc/dreamplug.txt index af5c0ed..fd72444 100644 --- a/doc/dreamplug.txt +++ b/doc/dreamplug.txt @@ -32,7 +32,8 @@ The desired u-boot configuration is: x_bootcmd_kernel ext2load usb 1:1 0x6400000 live/uImage x_bootcmd_initrd ext2load usb 1:1 0x6900000 live/uInitrd x_bootargs_root root=/dev/sdb1 rootdelay=4 - x_bootargs console=ttyS0,115200 boot=live config username=torouter hostname=torouter live-media=/dev/sdb1 live-media-timeout=10 debug plainroot + x_bootargs_console console=ttyS0,115200 + x_bootargs boot=live config username=torouter hostname=torouter live-media=/dev/sdb1 live-media-timeout=10 debug plainroot HOWTO: flash and configure u-boot @@ -59,7 +60,8 @@ file size changes from exactly 196076 bytes): setenv x_bootcmd_kernel ext2load usb 1:1 0x6400000 live/uImage setenv x_bootcmd_initrd ext2load usb 1:1 0x6900000 live/uInitrd setenv x_bootargs_root root=/dev/sdb1 rootdelay=4 - setenv x_bootargs console=ttyS0,115200 boot=live config username=torouter hostname=torouter live-media=/dev/sdb1 live-media-timeout=10 debug plainroot + setenv x_bootargs_console console=ttyS0,115200 + setenv x_bootargs boot=live config username=torouter hostname=torouter live-media=/dev/sdb1 live-media-timeout=10 debug plainroot saveenv reset @@ -67,20 +69,6 @@ NOTE: it's possible the above directions are out of date and need to be refreshed -u-boot Configuration ----------------------- - -You need a recent version of u-boot; search the internet for install/flash -instructions. - -Use the following boot arguments: - - set x_bootcmd_kernel ext2load usb 1:1 0x6400000 live/uImage - set x_bootcmd_initrd ext2load usb 1:1 0x6900000 live/uInitrd - set x_bootargs_root root=/dev/sdb1 rootdelay=4 - set x_bootargs console=ttyS0,115200 boot=live config username=torouter hostname=torouter live-media=/dev/sdb1 live-media-timeout=10 debug plainroot - - Background Info, Links -------------------------- |