Created
September 27, 2014 04:27
-
-
Save cdave1/c635ffa3012961e0a372 to your computer and use it in GitHub Desktop.
boot.cmd used in https://gist.github.com/cdave1/eb7f50b768ed336c7251
This file contains 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
ext2load mmc 0 0x48000000 uImage | |
ext2load mmc 0 0x43000000 sun7i-a20-bananapi.dtb | |
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait panic=10 ${extra} | |
bootm 0x48000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment