Optiboot / optiboot

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

Feature request: to provide more capability info to avrdude like EEPROM support #358

Open mcuee opened 1 year ago

mcuee commented 1 year ago

Reference discussion.

It will be great that furure Optiboot version provides the following capability if possible.

  1. How can AVRDUDE tell how many pages the optiboot binary occupies?
  2. How can AVRDUDE tell whether the optiboot binary can read/write EEPROM?
  3. How can AVRDUDE tell whether the optiboot binary is a vector bootloader or not? If so, which vector was used?