I find those bootloaders in my Arduino environment:
C:\arduino-1.0.1\hardware\arduino\bootloaders\optiboot\optiboot_atmega328-Mini.hex
C:\arduino-1.0.1\hardware\arduino\bootloaders\optiboot\optiboot_atmega328.hex
The "-Mini" is not mentioned in README.TXT
Standard Targets
I've reduced the pre-built and source-version-controlled targets
(.hex and .lst files included in the git repository) to just the
three basic 16MHz targets: atmega8, atmega16, atmega328.
- What's the difference between -Mini and regular (size seems very similar) ?
- Are they both usable for a standalone 8MHz (no external crystal) ATMEGA328P ?
(readme mentions they are all for 16MHz target: do I need to change some stuff and run omake for an 8MHz target, is there a foolproof tutorial on how to do that ? )