Skip to content

Instantly share code, notes, and snippets.

@cdave1
Created September 27, 2014 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdave1/c635ffa3012961e0a372 to your computer and use it in GitHub Desktop.
Save cdave1/c635ffa3012961e0a372 to your computer and use it in GitHub Desktop.
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