Advertisement
Guest User

uboot.cmd

a guest
Jul 23rd, 2014
77
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 console=tty0 noinitrd init=/init earlyprintk root=/dev/mmcblk0p2 initcall_debug quiet rootfstype=ext4 rootwait panic=10 ${extra}
  2. fatload mmc 0 0x46000000 uImage
  3. fatload mmc 0 0x49000000 sun4i-a10-cubieboard.dtb
  4. env set fdt_high ffffffff
  5. bootm 0x46000000 - 0x49000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement