WestfW / OptiLoader

Arduino sketch for burning new bootloaders
198 stars 105 forks source link

AtMega 328p-pu HEX #7

Closed rohinrohin closed 11 years ago

rohinrohin commented 11 years ago

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

WestfW commented 11 years ago

 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

rohinrohin commented 11 years ago

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