Skip to content

Instantly share code, notes, and snippets.

@smcl
Last active November 28, 2015 21:39
Show Gist options
  • Save smcl/056ba801d9904ea7c113 to your computer and use it in GitHub Desktop.
Save smcl/056ba801d9904ea7c113 to your computer and use it in GitHub Desktop.
avrdude -F -V -c ATMEGA328P -p arduino -P /dev/tty.usbmodem1421 -b 115200 -U flash:w:blink:e
# note: most guides will tell you to do the below, but it's not necessary
# avrdude -F -V -c ATMEGA328P -p arduino -P /dev/tty.usbmodem1421 -b 115200 -U flash:w:blink.hex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment