diff options
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 |
