Skip to content

Instantly share code, notes, and snippets.

@adam-lee
Created December 7, 2015 21:07
Show Gist options
  • Save adam-lee/8c19ffd9e33ab6e9ab02 to your computer and use it in GitHub Desktop.
Save adam-lee/8c19ffd9e33ab6e9ab02 to your computer and use it in GitHub Desktop.
load mmc 0:2 ${loadaddr} boot/vmlinuz-4.1.13-ti-r34
load mmc 0:2 ${fdtaddr} boot/dtbs/4.1.13-ti-r34/am335x-pepper-43c.dtb
load mmc 0:2 ${rdaddr} boot/initrd.img-4.1.13-ti-r34
setenv rdsize ${filesize}
bootm ${loadadr} - ${fdtaddr}
load mmc 0:1 ${loadaddr} uimage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment