Advertisement
Guest User

Untitled

a guest
Nov 8th, 2013
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. setenv bootargs console=ttyS0,115200 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_no_mali_mem_reserve sunxi_fb_mem_reserve=16 panic=10 ${extra}
  2. fatload mmc 0 0x43000000 board.dtb
  3. fatload mmc 0 0x41000000 uImage
  4. fatload mmc 0 0x45000000 rootfs.cpio
  5. env set fdt_high ffffffff
  6. bootm 0x41000000 0x45000000 0x43000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement