diff options
Diffstat (limited to 'doc/dreamplug.txt')
-rw-r--r-- | doc/dreamplug.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/dreamplug.txt b/doc/dreamplug.txt new file mode 100644 index 0000000..b7f8fc1 --- /dev/null +++ b/doc/dreamplug.txt @@ -0,0 +1,18 @@ + +# 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 + +# Links + +Random notes on the DreamPlug: +http://www.madore.org/~david/linux/dreamplug.html + |