fuses.txt 599 B

123456789101112131415161718192021
  1. additional fuse bit settings for using this bootloader:
  2. =======================================================
  3. atmega88/168:
  4. extended fuse byte:
  5. 1024 words bootloader size: BOOTSZ0 = 0
  6. BOOTSZ1 = 0
  7. reset vector, jump to bootloader on reset: BOOTRST = 0
  8. -> default: 0b001 = 0x01
  9. new: 0b000 = 0x00
  10. lock byte:
  11. SPM is not allowed to write to the Boot Loader section BLB12 = 1
  12. BLB11 = 0
  13. -> default: 0b111111 = 0x3f
  14. new: 0b101111 = 0x2f