diff options
| author | Manuel Traut <manut@mecka.net> | 2011-05-24 10:00:25 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2011-05-24 10:00:25 +0200 |
| commit | 1b79b41fd8edb06d09e3b3f79516f158c1cdfcff (patch) | |
| tree | 78f86f39363fe5be93750e263c4821d0cb38443c /beagle/uboot.txt | |
| parent | 5719476d4c32eb2a45f31e64ce722fcdb6d54a25 (diff) | |
ubi fixes, lwn update
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'beagle/uboot.txt')
| -rw-r--r-- | beagle/uboot.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/beagle/uboot.txt b/beagle/uboot.txt index 5ad36bf..4b58a4c 100644 --- a/beagle/uboot.txt +++ b/beagle/uboot.txt @@ -1,6 +1,7 @@ setenv loadaddr 0x80200000 mmc init -fatload mmc1 1 ${loadaddr} uimage +mmc rescan 0 +fatload mmc 0 ${loadaddr} uimage.ubi setenv bootargs console=ttyO2,115200n8 root=/dev/mmcblk0p2 rootwait init=/bin/bash |
