From 84dc6afb32efd3755013e4639cca027e5cba4df8 Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 16 Nov 2012 22:28:02 +0100 Subject: update documentation --- doc/dreamplug.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/dreamplug.txt (limited to 'doc/dreamplug.txt') 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 + -- cgit v1.2.3