bugAVR Downloader/UploaDEr - Bugs: bug #43421, Bug with lock read/verification

 
 

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

bug #43421: Bug with lock read/verification

Submitter:  kz <kzed>
Submitted:  Wed 15 Oct 2014 11:30:10 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Privacy:  Public
Assigned to:  None Originator Name:  Kz
Open/Closed:  Closed Release:  None
Programmer hardware:  Device type: 

Wed 15 Oct 2014 12:36:25 PM UTC, comment #2: 

Hi,

I'm sorry for duplication.

I didn't see it.

regards,

kz <kzed>
Wed 15 Oct 2014 12:34:47 PM UTC, comment #1: 

This is the same problem as bug #21954.

Joerg Wunsch <joerg_wunsch>
Group administrator
Wed 15 Oct 2014 11:30:10 AM UTC, original submission:  

Hi,

I would like to report a little bug with avrdude 6.1.

when I write lock byte:

avrdude -p c128 -c usbasp -U lock:w:0xCC

it works fine


but when I read it or verify it, I get:

avrdude -p c128 -c usbasp -U lock:w:0xCC:m

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.03s

avrdude: Device signature = 0x1e9781
avrdude: reading input file "0xCC"
avrdude: writing lock (1 bytes):

Writing |                                                    | 0% 0.00s ***failed;
Writing | ################################################## | 100% 0.06s

avrdude: 1 bytes of lock written
avrdude: verifying lock memory against 0xCC:
avrdude: load data lock data from input file 0xCC:
avrdude: input file 0xCC contains 1 bytes
avrdude: reading on-chip lock data:

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

avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
         0x0c != 0xcc
avrdude: verification error; content mismatch

avrdude: safemode: Fuses OK (E:FF, H:D2, L:FF)

avrdude done.  Thank you.







So lock fuse is correclty written but avrdude can read lock fuse correctly for part: c128


Best regards,


kz <kzed>

 

(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 kzed (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
    2014-10-15 joerg_wunsch StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code