diff --git a/atmega32/bootloaders/readme.md b/atmega32/bootloaders/readme.md index 11bade4..b441217 100644 --- a/atmega32/bootloaders/readme.md +++ b/atmega32/bootloaders/readme.md @@ -1,9 +1,11 @@ Compiled hex files for USBaspLoader bootloader. https://github.com/baerwolf/USBaspLoader +``` D+ PD2 D- PD4 Boot jumper PD7 +``` Flash with fuses: -avrdude -p atmega32 -c usbtiny -U lfuse:w:0x1F:m -U hfuse:w:0xC0:m -U flash:w:bootloader_atmega32_16MHz.hex \ No newline at end of file +`avrdude -p atmega32 -c usbtiny -U lfuse:w:0x1F:m -U hfuse:w:0xC0:m -U flash:w:bootloader_atmega32_16MHz.hex` \ No newline at end of file