diff options
| author | Manuel Traut <manut@mecka.net> | 2011-04-29 13:20:29 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2011-04-29 13:20:29 +0200 |
| commit | af02d1126ee81ef3c750a1099ccaefaa4bbefefb (patch) | |
| tree | 09e777656d7f746ff8a50472e68d6180e56364f4 | |
| parent | 5238ad5a0c4a9e1c8cd036f5de4055e39bd71297 (diff) | |
uboot settings for mmc boot
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | beagle/uboot.txt | 5 |
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} |
