Follow-up Comment #1, bug #40794 (project avrdude):
I can confirm this bug (v6.0.1 from Macports). Note that avrdude correctly
reports the hf value as 0x99, however it states:
"ef" memory type not defined for part "ATmega164P"
which is incorrect. When exiting terminal mode, the values for EF,HF and LF
are then shown by safemode to be:
avrdude: safemode: Fuses OK (H:FF, E:99, L:62)
note that ef seems to now be supported for this chip, however the values for
HF and EF are reversed as stated in the original bug report.
---------------------
Sample program output
---------------------
avrdude -c usbtiny -p atmega164p -P usb -B 8 -t
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e940a
avrdude> r hf
>>> r hf
0000 99 |. |
avrdude> r lf
>>> r lf
0000 62 |b |
avrdude> r ef
>>> r ef
"ef" memory type not defined for part "ATmega164P"
avrdude> q
>>> q
avrdude: safemode: Fuses OK (H:FF, E:99, L:62)
avrdude done. Thank you.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?40794>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev