summaryrefslogtreecommitdiff
path: root/beagle
diff options
context:
space:
mode:
Diffstat (limited to 'beagle')
-rw-r--r--beagle/uboot.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/beagle/uboot.txt b/beagle/uboot.txt
new file mode 100644
index 0000000..0c4d0b3
--- /dev/null
+++ b/beagle/uboot.txt
@@ -0,0 +1,5 @@
+setenv loadaddr 0x80200000
+mmc init
+fatload mmc1 1 ${loadaddr} uimage.old
+setenv bootargs console=ttyO2,115200n8 root=/dev/mmcblk0p2 init=/bin/bash
+bootm ${loadaddr}