Skip to content

Instantly share code, notes, and snippets.

@yarjor
Created October 1, 2018 10:01
Show Gist options
  • Save yarjor/e5e1d1a6614f1edf3f25f2fa5bd89932 to your computer and use it in GitHub Desktop.
Save yarjor/e5e1d1a6614f1edf3f25f2fa5bd89932 to your computer and use it in GitHub Desktop.
[Convert hex file to binary file] #arduino #ihex #avr #re #objcopy
objcopy -O binary -I ihex <input_file> <output_file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment