Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 587 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 587 Bytes

optiboot-m2560

Quick build script to compile the Optiboot bootloader for ATmega1284p and ATmega2560 (untested).

To install required (Ubuntu) packages issue sudo apt-get install avr-libc binutils-avr gcc-avr.

Added more baudrates and frequencies. Incompatible combinations will be discarded by the Optiboot build process.

Also attached an example board.txt (for the ATmega2560, 16MHz, 1Mbaud) to tell the Arduino IDE how to handle these bootloaders. Depending on the hex file (resp. chip, baudrate, frequency) you want to use, you need to modify the board.txt correspondingly.