AvrDude a stk200: verification error, first mismatch at byte

Začínám s jedno-čipem Atmega8-16PU. Používám AvrDude a stk200.
Furt mi to vyhazuje hlášku

avrdude: verification error, first mismatch at byte 0x0000
0x12 != 0xff
avrdude: verification error; content mismatch

Na netu jsem našel spoustu věcí co to může způsobovat.
Nemá s tím někdo nějaké zkušenosti?
Dík

:arrow_right: administrator: přejmenováno z "stk200"

víc rozepsat jaký vidle používáš atd,

Vůbec netuším co po mě chceš :slight_smile:

Chce vědět jakej operační systém používáš vidle=windows :slight_smile: prostě víc detailů…

Používám ubuntu

Todle mi píše terrminál

^Cmira@mira-desktop:~$ sudo avrdude -p m8 -c stk200 -U flash:w:’/home/mira/Plochpokus2.hex’

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9307
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file “/home/mira/Plocha/pokus2.hex”
avrdude: input file /home/mira/Plocha/pokus2.hex auto detected as Intel Hex
avrdude: writing flash (124 bytes):

Writing | ################################################## | 100% 0.06s

avrdude: 124 bytes of flash written
avrdude: verifying flash memory against /home/mira/Plocha/pokus2.hex:
avrdude: load data flash data from input file /home/mira/Plocha/pokus2.hex:
avrdude: input file /home/mira/Plocha/pokus2.hex auto detected as Intel Hex
avrdude: input file /home/mira/Plocha/pokus2.hex contains 124 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.05s

avrdude: verifying …
avrdude: verification error, first mismatch at byte 0x0000
0x12 != 0xff
avrdude: verification error; content mismatch

avrdude: safemode: lfuse changed! Was e1, and is now ff
Would you like this fuse to be changed back? [y/n] n
avrdude: safemode: hfuse changed! Was d9, and is now ff
Would you like this fuse to be changed back? [y/n] n
avrdude: safemode: Fuses OK

avrdude done. Thank you.