diff options
author | ficus <ficus@robocracy.org> | 2012-09-24 16:23:04 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-24 16:23:04 +0200 |
commit | 86ab91c3f7eb1bf8e7989d3793e37fa52741b892 (patch) | |
tree | b9f1374384285e60991bc3b1e72816d2478f0a0b /README | |
parent | 0f73849e28825353963a92b8a00ec3244935d878 (diff) | |
download | torouter-86ab91c3f7eb1bf8e7989d3793e37fa52741b892.tar.gz torouter-86ab91c3f7eb1bf8e7989d3793e37fa52741b892.zip |
moved most freedom-maker config to central config (excluding firstboot)
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -123,7 +123,20 @@ functions as a USB serial console adapter). First, upgrade u-boot to a recent version (see directions in freedom-maker directory), then set the appropriate bootloader environment variables: - TODO: XXX: + baudrate=115200 + bootargs=console=ttyS0,115200 root=/dev/sdc2 rootdelay=10 + bootcmd=${x_bootcmd_usb}; ${x_bootcmd_kernel}; ${x_bootcmd_initrd}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000 0x6900000; + bootdelay=3 + filesize=2982D0 + stderr=serial + stdin=serial + stdout=serial + x_bootargs=console=ttyS0,115200 + x_bootargs_root=root=/dev/sdc2 rootdelay=10 + x_bootcmd_ethernet=ping 192.168.2.1 + x_bootcmd_initrd=fatload usb 2:1 0x6900000 uInitrd + x_bootcmd_kernel=fatload usb 2:1 0x6400000 uImage + x_bootcmd_usb=usb start FYI, there are at least two variants of the DreamPlug hardware, with slightly differing chipsets. |