Optiboot / optiboot

Small and Fast Bootloader for Arduino and other Atmel AVR chips
Other
1.08k stars 396 forks source link

Optiboot without EEPROM support returns FLASH on EEPROM read request #357

Open mcuee opened 1 year ago

mcuee commented 1 year ago

Reference discussion in avrdude

Optiboot returns Flash for EEPROM if optiboot has been compiled to not handle EEPROM. This bug has been around for a long time and it is still there now.

WestfW commented 1 year ago

Related bug: https://github.com/Optiboot/optiboot/issues/65

I'm always a bit unclear on what should happen in these cases. There doesn't seem to be a way for the bootloader to respond "That operation isn't supported" in a way that avrdude (or other app) will be able to given an understandable error message to the user.