DuPAL

From Proghq
Revision as of 05:43, 21 May 2022 by Mcmaster (talk | contribs)
Jump to: navigation, search

WIP

Pre-compiled: https://proghq.org/media/dupal/


Building

Optiboot

 # wget https://github.com/Optiboot/optiboot/releases/download/v8.0/Optiboot-8.0.zip
 # https://github.com/Optiboot/optiboot
 git clone https://github.com/Optiboot/optiboot.git
 cd optiboot
 make atmega328 AVR_FREQ=20000000L LED_START_FLASHES=8 BAUD_RATE=57600
avrdude  -c dragon_isp -P usb \
   -p atmega328p -e -u -U efuse:w:0xFD:m -U hfuse:w:0xDE:m \
   -U lfuse:w:0xFF:m -U flash:w:optiboot_atmega328.hex