AVR Downloader/UploaDEr - Bugs: bug #59667, verification error; content...
You are not allowed to post comments on this tracker with your current authentication level.
bug #59667: verification error; content mismatch
Submitter: | None | ||
Submitted: | Sat 12 Dec 2020 08:33:30 PM UTC | ||
Category: | None | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | None |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | Johan Olin |
Originator Email: | -email is unavailable- | Open/Closed: | Open |
Release: | 6.3 | Programmer hardware: | avrisp MKII |
Device type: | ATTiny15 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
avrdude -p t15 -c avrispmkii -U flash:w:file.hex
Results in the dreaded 'verification error; content mismatch' error ...
Seems like only the high byte gets written ?
Reading back gives <valid data><0xFF><valid data><0xFF> ...
Writing to eeprom seems to work fine !
And v6.3 works perfect with a Mega168.
Had to install avrdude 6.1 to program the Tiny15. Tried 6.2 which also failed ...