2016-04-15 21:01:22 -07:00
|
|
|
`eeprom_reset.hex` is to reset the eeprom on the Atmega32u4, like this:
|
|
|
|
|
|
|
|
dfu-programmer atmega32u4 erase
|
2016-05-05 15:27:28 -07:00
|
|
|
dfu-programmer atmega32u4 flash --eeprom eeprom_reset.hex
|
2016-04-15 21:01:22 -07:00
|
|
|
|
2016-05-05 15:27:28 -07:00
|
|
|
You'll need to reflash afterwards, because DFU requires the flash to be erased before messing with the eeprom.
|