Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 350 Bytes

ATmega1284.md

File metadata and controls

13 lines (9 loc) · 350 Bytes

To burn the bootloader for the ATmega1284 running at 16MHz use the following command:

make atmega1284p_isp ISPPORT=/dev/tty.usbmodem26411

To burn the 8MHz bootloader use the following command:

make atmega1284p_8m_isp ISPPORT=/dev/tty.usbmodem26411

Also make sure to add -F to ISPFUSES and ISPFLASH in Makefile.isp.