Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. setenv bootargs console=ttyS0,115200 disp.screen0_output_mode=EDID:800x480p32 root=/dev/mmcblk0p2 rootwait panic=10 ${extra}
  2. fatload mmc 0 0x43000000 script.bin || ext2load mmc 0 0x43000000 boot/script.bin
  3. fatload mmc 0 0x48000000 uImage || ext2load mmc 0 0x48000000 uImage boot/uImage
  4. bootm 0x48000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement