This shows you the differences between the selected revision and the current version of the page.
| spiffchorder:using_the_atmega8 2009/05/04 11:36 | spiffchorder:using_the_atmega8 2009/05/04 11:40 current | ||
|---|---|---|---|
| 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 ===== | ||