Advertisement
Guest User

Untitled

a guest
Aug 15th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. setenv bootm_boot_mode sec
  2. setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 ${extra}
  3. fatload mmc 0 0x43000000 script.bin || ext2load mmc 0 0x43000000 boot/script.bin
  4. fatload mmc 0 0x48000000 uImage || ext2load mmc 0 0x48000000 boot/uImage
  5. bootm 0x48000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement