Optiboot / optiboot

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

how to make atmega1284p.hex file ? #279

Closed SpasNH closed 4 years ago

SpasNH commented 4 years ago

Hi. Can anyone tell me what command I have to put in the terminal to make the bootloader for ATmega1284p ? It's missing in the bootloaders directory and I don't understand the instructions in the readme.txt file. Thanks

WestfW commented 4 years ago

make atmega1284p LED_PIN=B7 Or something like that. (assuming you have tools installed.)

Or grab one of the pre-built versions from MCUdude's MightyCore: https://github.com/MCUdude/MightyCore/tree/master/avr/bootloaders/optiboot_flash/bootloaders/atmega1284p

SpasNH commented 4 years ago

thank you.