WestfW/OptiLoader

AtMega 328p-pu HEX

Closed this issue · 2 comments

Hi, First of all Brilliant Project.
But, unfortunately, i have used up(burnt ;)) all of spare bootloaded chips, and now i only have spare un-bootloaded chips, and one of my friends HEX programmer. So, if you could be kind enough to send me the HEX file so that my friends can program it.

Thanks! :D

 i have used up(burnt ;)) all of spare bootloaded chips, and now i only have spare un-bootloaded chips, and one of my friends HEX programmer. So, if you could be kind enough to send me the HEX file so that my friends can program it.

Are you looking for the .hex file for optiloader, or for the 328p bootloader?
The bootloader .hex file can be found in the arduino application install, in
    .../hardware/arduino/bootloaders/optiboot/optiboot_atmega328.hex

The optiloader .hex can be produced with the "Verify" command from the Arduino environment.
It will usually put it in some strange tmp directory; the easiest way to see where it went is to
change the Arduino preference for Verbose compilation.

WestfW

Thank you! :D
Just what i needed! :)