aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dreamplug.txt
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-16 22:28:02 +0100
committerficus <ficus@robocracy.org>2012-11-17 00:50:06 +0100
commit84dc6afb32efd3755013e4639cca027e5cba4df8 (patch)
tree84a7cf34c8057d71de7441f150385ae7ed643494 /doc/dreamplug.txt
parent7ca7298d173443d17ae5f029dd308f6de9c975e9 (diff)
downloadtorouter-live-84dc6afb32efd3755013e4639cca027e5cba4df8.tar.gz
torouter-live-84dc6afb32efd3755013e4639cca027e5cba4df8.zip
update documentation
Diffstat (limited to 'doc/dreamplug.txt')
-rw-r--r--doc/dreamplug.txt18
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
+