Skip to content

Instantly share code, notes, and snippets.

@astro
Created February 19, 2017 23:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astro/bb318b2c4d3e8c5e1ee07b03e3193fde to your computer and use it in GitHub Desktop.
Save astro/bb318b2c4d3e8c5e1ee07b03e3193fde to your computer and use it in GitHub Desktop.
Flash .hex on Arduboy
PORT=/dev/ttyACM1
HEX=hollow_v0.31.hex
ard-reset-arduino --caterina $PORT --verbose
avrdude -P /dev/ttyACM1 -p atmega32u4 -c avr109 -b 57600 -D -Uflash:w:$HEX:i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment