Skip to content

Instantly share code, notes, and snippets.

@tioan
Created March 10, 2021 20:13
Show Gist options
  • Save tioan/85a42bcb78c23bfc769a41d18e413a72 to your computer and use it in GitHub Desktop.
Save tioan/85a42bcb78c23bfc769a41d18e413a72 to your computer and use it in GitHub Desktop.
avrdude -p m32u4 -c buspirate -P /dev/ttyUSB0 -u flash:r:flash.bin:r
Attempting to initiate BusPirate binary mode...
(null) mode not confirmed: 'BBIO'
avrdude: Failed to start binary mode, falling back to ASCII...
Attempting to initiate BusPirate ASCII mode...
BusPirate: using ASCII mode
BusPirate is now configured for SPI
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.08s
avrdude: Device signature = 0x1e9587 (probably m32u4)
avrdude done. Thank you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment