blob: b7f8fc1eb5f364dd6dfbaef353657f85dd6eeec1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|