summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorTobias Klauser <klto@zhaw.ch>2009-12-14 17:50:35 +0100
committerTobias Klauser <klto@zhaw.ch>2009-12-14 17:50:35 +0100
commit64b810b41989876099b3c461b3ac91d4b3813d9d (patch)
tree76c34d5fffd784af3e5218c98608665eb119d8a5 /example
parentbc22fb970ec9f3725e5d46d467798897610354e4 (diff)
Add README and example directory, correct usage
Diffstat (limited to 'example')
-rw-r--r--example/uboot_env.binbin0 -> 247 bytes
-rw-r--r--example/uboot_env.env10
2 files changed, 10 insertions, 0 deletions
diff --git a/example/uboot_env.bin b/example/uboot_env.bin
new file mode 100644
index 0000000..9c4138c
--- /dev/null
+++ b/example/uboot_env.bin
Binary files differ
diff --git a/example/uboot_env.env b/example/uboot_env.env
new file mode 100644
index 0000000..35330e8
--- /dev/null
+++ b/example/uboot_env.env
@@ -0,0 +1,10 @@
+baudrate=115200
+kernel_addr=4050000
+bootcmd=run flash_ram
+ramargs=setenv bootargs root=/dev/ram rw panic=1
+bootdelay=3
+flash_ram=run set_mac;run ramargs;bootm ${kernel_addr}
+stdin=serial
+stdout=serial
+stderr=serial
+ethaddr=00:15:12:00:20:01