From 86ab91c3f7eb1bf8e7989d3793e37fa52741b892 Mon Sep 17 00:00:00 2001 From: ficus Date: Mon, 24 Sep 2012 16:23:04 +0200 Subject: moved most freedom-maker config to central config (excluding firstboot) --- README | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index c830ded..2a034e6 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3