Hi Garbageman,
Your screenshot looks similar to a problem I encountered.
Code: Select all
bash $> sudo avrdude -p atmega32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:Soarer_Controller_v1.20_beta4_atmega32u4.hex
Connecting to programmer: .
Found programmer: Id = "
*****"; type = *
. Software Version =
; Hardware Version = *.*
avrdude: error: buffered memory access not supported. Maybe it isn't
a butterfly/AVR109 but a AVR910 device?
error = 1
I discovered that the Pro Micro device must be reset twice in quick succession to put it in the correct mode:
https://learn.sparkfun.com/tutorials/pr ... q#ts-reset
Once I managed to rattle the RESET line and run avrdude immediately after, very, very quickly, the upload worked. I haven't yet wired the Pro MIcro to the Bigfoot, yet, so I haven't proven it has actually worked. But have a look see if this helps at all...