Created
December 2, 2015 13:50
-
-
Save benpye/ae0bbf2e8efc408829c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setenv fdtfile bcm2835-rpi-b-plus.dtb | |
mmc dev 0 | |
fatload mmc 0:1 ${kernel_addr_r} zImage | |
fatload mmc 0:1 ${fdt_addr_r} ${fdtfile} | |
fatload mmc 0:1 ${ramdisk_addr_r} rootfs.cpio.uboot | |
setenv bootargs earlyprintk console=tty0 console=ttyAMA0 rootwait | |
bootz ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
earlyprintk console=tty0 console=ttyAMA0 rootwait |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
initramfs rootfs.cpio.lzo 0x00800000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment