bugAVR Downloader/UploaDEr - Bugs: bug #44213, Outputs for hfuse and efuse are...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #44213: Outputs for hfuse and efuse are mixed up in 6.0.1

Submitter:  None
Submitted:  Sun 08 Feb 2015 10:15:03 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Privacy:  Public
Assigned to:  None Originator Name:  Georg Bisseling
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  None Programmer hardware: 
Device type: 

Sun 08 Feb 2015 10:53:19 PM UTC, comment #1: 

Duplicate for bug #40794.

Please note that even version 6.1 is almost one year old now.

Joerg Wunsch <joerg_wunsch>
Group administrator
Sun 08 Feb 2015 10:15:03 PM UTC, original submission:  

Please refer to this logged session. Fuse values are written correctly to the files but incorrectly written to display:

georg@klotz:~/avr/atmega328P$ avrdude  -F -c usbasp -p m328p -B 60 -P usb -U lfuse:r:lfuse.txt:i -U hfuse:r:hfuse.txt:i -U efuse:r:efuse.txt:i

avrdude: set SCK frequency to 16000 Hz
avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.01s

avrdude: Device signature = 0x1e950f
avrdude: reading lfuse memory:

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

avrdude: writing output file "lfuse.txt"
avrdude: reading hfuse memory:

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

avrdude: writing output file "hfuse.txt"
avrdude: reading efuse memory:

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

avrdude: writing output file "efuse.txt"

avrdude: safemode: Fuses OK (H:07, E:D9, L:62)

avrdude done.  Thank you.

georg@klotz:~/avr/atmega328P$ cat hfuse.txt
:01000000D926
:00000001FF
georg@klotz:~/avr/atmega328P$ cat lfuse.txt
:01000000629D
:00000001FF
georg@klotz:~/avr/atmega328P$ cat efuse.txt
:0100000007F8
:00000001FF

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-02-08 joerg_wunsch StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code