Skip to content

Instantly share code, notes, and snippets.

@anarsoul
Created June 19, 2018 21:17
Show Gist options
  • Save anarsoul/7953fce86b2542a796a917b9594206c5 to your computer and use it in GitHub Desktop.
Save anarsoul/7953fce86b2542a796a917b9594206c5 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
dd if=spl/sunxi-spl.bin of=/dev/mmcblk0 bs=8k seek=1
dd if=u-boot.itb of=/dev/mmcblk0 bs=8k seek=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment