bugAVR Downloader/UploaDEr - Bugs: bug #15113, safemode misdetects fuse changes...

 
 

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

bug #15113: safemode misdetects fuse changes on old AVRs

Submitter:  Joerg Wunsch <joerg_wunsch>
Submitted:  Wed 30 Nov 2005 11:06:48 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  c_oflynn Originator Name:  Joerg Wunsch
Open/Closed:  Closed Release:  None
Programmer hardware:  Device type: 

Tue 17 Jan 2006 08:18:36 PM UTC, comment #1: 

Ooops, finally got my hands on some hardware to test this.

It was a tiny error, of "safemode_fuse" vs. "safemodeafter_fuse".

Fixed in CVS.

Index: main.c
===================================================================
RCS file: /sources/avrdude/avrdude/main.c,v
retrieving revision 1.111
diff -r1.111 main.c
1389c1389
<                            &safemodeafter_efuse, &safemode_fuse, pgm, p, verbose) != 0) {
---

>                            &safemodeafter_efuse, &safemodeafter_fuse, pgm, p, verbose) != 0) {


Colin O Flynn <c_oflynn>
Group Member
Wed 30 Nov 2005 11:06:48 PM UTC, original submission:  

When trying to program an AT90S8515 and AT90S8535, I get
safemode warnings like:

avrdude: safemode: fuse changed! Was 0, and is now ff
Would you like this fuse to be changed back? [y/n] n

Ignoring the warning shows that everything is actually OK.

Joerg Wunsch <joerg_wunsch>
Group administrator

 

(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

 

CC list is empty

 

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 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-01-17 c_oflynn StatusNone Fixed
    Assigned toNone c_oflynn
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code