Skip to content

Instantly share code, notes, and snippets.

@hollobon
Last active August 28, 2015 13:27
Show Gist options
  • Save hollobon/cdaee4b2b459d9536699 to your computer and use it in GitHub Desktop.
Save hollobon/cdaee4b2b459d9536699 to your computer and use it in GitHub Desktop.
Program Adafruit atmega32u4 from Linux with avrdude
#!/usr/bin/zsh
while ( [ ! -e /dev/ttyACM0 ] ) {
echo wait...
sleep 0.2
}
# To program, use something like:
# sudo echo && (make && avrwait && sudo avrdude.sh -V -p m32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:Keyboard.hex)
@hollobon
Copy link
Author

Virtualbox USB filter config settings

cdc usb filter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment