Optiboot / optiboot

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

Where can I find the Hex file for ATmega168A/PA? #304

Closed ArminJo closed 3 years ago

ArminJo commented 3 years ago

There are a lot of China clones putting an ATmega 168 instead an ATmega 328 on a Nano board. It would be desirable to have Optiboot available as precompiled hex file for these boards.

WestfW commented 3 years ago

This is available as part of MCUDude's MiniCore ( https://github.com/MCUdude/MiniCore ) Thus the recommendation in the Readme file:

Most end users should find a supported "Arduino Core" that includes Optiboot for their desired target, and install that.

ArminJo commented 3 years ago

Thanks!