Konkret: Ich verwende Pony 206f und skripte mit
Code:
# generated file
SELECTDEVICE ATmega8
call "echo Loading PROG from blinky.hex..."
LOAD-PROG blinky.hex
call "echo Loading DATA from blinky_eeprom.hex..."
LOAD-DATA blinky_eeprom.hex
call "echo Writing ALL to ATmega8..."
WRITE-ALL
Nach dem AUsführen sind die Fuses alle (bis auf SPIEN) auf 1. Mit
Code:
call "echo read FUSE..."
READ-FUSE
vor dem WRITE-ALL scheint das Problem nicht mehr auszutreten.