Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- setenv bootargs console=ttyS0,115200 console=tty0 noinitrd init=/init earlyprintk root=/dev/mmcblk0p2 initcall_debug quiet rootfstype=ext4 rootwait panic=10 ${extra}
- fatload mmc 0 0x46000000 uImage
- fatload mmc 0 0x49000000 sun4i-a10-cubieboard.dtb
- env set fdt_high ffffffff
- bootm 0x46000000 - 0x49000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement