Skip to content

Instantly share code, notes, and snippets.

@GeertJohan
Created September 13, 2018 18:19
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 GeertJohan/475d7cc37c0d9db616e553db44535c4e to your computer and use it in GitHub Desktop.
Save GeertJohan/475d7cc37c0d9db616e553db44535c4e to your computer and use it in GitHub Desktop.
# Copy bootloader
print_with_color "Copying bootloader..."
dd if=$MMC_DEVICE of=$EMMC_DEVICE skip=16 seek=16 count=2032 > /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment