[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avrdude-dev] [bug #40794] Fuses OK report show values in wrong position
From: |
Peter Gibson |
Subject: |
[avrdude-dev] [bug #40794] Fuses OK report show values in wrong positions |
Date: |
Tue, 03 Dec 2013 23:32:10 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:25.0) Gecko/20100101 Firefox/25.0 |
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] [bug #40794] Fuses OK report show values in wrong positions,
Peter Gibson <=