Hi,
seems to be a bug in "avrdude.conf". There is written:
memory "efuse"
size = 1;
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
"x x x x x x x x x x x x x x x i";
read = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
"x x x x x x x x o o o o o o o o";
min_write_delay = 9000;
max_write_delay = 9000;
;
as you see, you can only write bit 0, but read bits 7 to 0. Just change
it to
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
"x x x x x x x x i i i i i i i i";
I hope that will do. Cause i am curious, please report.
--
kind regards
Andreas Graebe
Beuth-Hochschule für Technik, 13353 Berlin
Fachbereich VI, AT-Labor