Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
spiffchorder:using_the_atmega8 [2009/05/04 15:36] priestdospiffchorder:using_the_atmega8 [2023/02/09 23:32] (current) – external edit 127.0.0.1
Line 33: Line 33:
         $(AVRDUDE) $(AVRDUDE_FLAGS) -U hfuse:w:0xD9:m -U lfuse:w:0x3F:m         $(AVRDUDE) $(AVRDUDE_FLAGS) -U hfuse:w:0xD9:m -U lfuse:w:0x3F:m
 </code> </code>
 +
 ===== 2 Fuse Settings For the ATmega8 ===== ===== 2 Fuse Settings For the ATmega8 =====
-^  |<del>bootloader</del>| bootloader + 
-hfuse|  0xD9  | 0xD8  | +|               ^  hfuse ^  lfuse  
-lfuse|  0x3F  | 0x3F  |+ no bootloader|  0xD9  |  0x3F  | 
 +usb bootloader|  0xD8   0x3F  | 
  
 ===== 3 Prebuilt code with bootloader ===== ===== 3 Prebuilt code with bootloader =====