aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/source/boot/uboot.env
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-10-04 16:13:54 +0200
committerficus <ficus@robocracy.org>2012-10-04 16:29:05 +0200
commit60eb2616ed83209b8e46aba14c19814ab4f4c1c6 (patch)
treea17d4c26d47148cb2b2c96470ecc22c993fcf7be /freedom-maker/source/boot/uboot.env
parentfcf6a8630b7ae818e7719d6e811d01d9359388c3 (diff)
downloadtorouter-60eb2616ed83209b8e46aba14c19814ab4f4c1c6.tar.gz
torouter-60eb2616ed83209b8e46aba14c19814ab4f4c1c6.zip
sd card refactor
Diffstat (limited to 'freedom-maker/source/boot/uboot.env')
-rw-r--r--freedom-maker/source/boot/uboot.env8
1 files changed, 8 insertions, 0 deletions
diff --git a/freedom-maker/source/boot/uboot.env b/freedom-maker/source/boot/uboot.env
new file mode 100644
index 0000000..06cb618
--- /dev/null
+++ b/freedom-maker/source/boot/uboot.env
@@ -0,0 +1,8 @@
+setenv baudrate 115200
+setenv bootcmd '${x_bootcmd_usb}; ${x_bootcmd_kernel}; ${x_bootcmd_initrd}; setenv bootargs ${x_bootargs} ${x_bootargs_root} ${x_bootargs_console}; bootm 0x6400000 0x6900000;'
+setenv x_bootargs_console 'ttyS0,115200'
+setenv x_bootargs_root 'root=/dev/sdb2 rootdelay=10'
+setenv x_bootcmd_initrd 'fatload usb 1:1 0x6900000 uInitrd'
+setenv x_bootcmd_kernel 'fatload usb 1:1 0x6400000 uImage'
+setenv x_bootcmd_usb 'usb start'
+saveenv