bugAVR Downloader/UploaDEr - Bugs: bug #38307, Can't write usersig of an...

 
 

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

bug #38307: Can't write usersig of an xmega256a3

Submitter:  Travis Griggs <travisgriggs>
Submitted:  Mon 11 Feb 2013 06:48:36 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  travisgriggs
Open/Closed:  Closed Release:  None
Programmer hardware:  Device type: 

Mon 02 Sep 2013 09:11:12 PM UTC, comment #1: 

Applied to SVN r1199, thanks!

Joerg Wunsch <joerg_wunsch>
Group administrator
Mon 11 Feb 2013 06:48:36 PM UTC, original submission:  

travisg$ ~/Downloads/trunk/avrdude/avrdude -v -p atxmega256a3 -P usb -c avrispmkii -U usersig:w:0EA7EE10.hex:i

avrdude: Version 5.11svn, compiled on Feb  9 2013 at 11:03:28
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "/usr/local/etc/avrdude.conf"
         User configuration file is "/Users/travisg/.avrduderc"
         User configuration file does not exist or is not a regular file, skipping

         Using Port                    : usb
         Using Programmer              : avrispmkii
avrdude: usbdev_open(): Found AVRISP mkII, serno: 000200085694
         AVR Part                      : ATxmega256A3
         Chip Erase delay              : 0 us
         PAGEL                         : P00
         BS2                           : P00
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 0
         StabDelay                     : 0
         CmdexeDelay                   : 0
         SyncLoops                     : 0
         ByteDelay                     : 0
         PollIndex                     : 0
         PollValue                     : 0x00
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           prodsig        0     0     0    0 no        512  512      0     0     0 0x00 0x00
           usersig        0     0     0    0 no        512  512      0     0     0 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
           fuse1          0     0     0    0 no          1    0      0     0     0 0x00 0x00
           fuse2          0     0     0    0 no          1    0      0     0     0 0x00 0x00
           fuse4          0     0     0    0 no          1    0      0     0     0 0x00 0x00
           fuse5          0     0     0    0 no          1    0      0     0     0 0x00 0x00
           lock           0     0     0    0 no          1    0      0     0     0 0x00 0x00
           data           0     0     0    0 no          0    0      0     0     0 0x00 0x00
           eeprom         0     0     0    0 no       4096   32      0     0     0 0x00 0x00
           application    0     0     0    0 no     262144  512      0     0     0 0x00 0x00
           apptable       0     0     0    0 no       8192  512      0     0     0 0x00 0x00
           boot           0     0     0    0 no       8192  512      0     0     0 0x00 0x00
           flash          0     0     0    0 no     270336  512      0     0     0 0x00 0x00
           fuse0          0     0     0    0 no          1    0      0     0     0 0x00 0x00

         Programmer Type : STK500V2
         Description     : Atmel AVR ISP mkII
         Programmer Model: AVRISP mkII
avrdude: stk500v2_recv_mk2: error in USB receive
         Hardware Version: 21
         Firmware Version Master : 1.17
         Vtarget         : 3.0 V
         SCK period      : 8.00 us

avrdude: AVR device initialized and ready to accept instructions

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

avrdude: Device signature = 0x1e9842
avrdude: NOTE: Programmer supports page erase for Xmega devices.
         Each page will be erased before programming it, but no chip erase is performed.
         To disable page erases, specify the -D option; for a chip-erase, use the -e option.
avrdude: reading input file "0EA7EE10.hex"
avrdude: writing usersig (512 bytes):

Writing |                                                    | 0% 0.00savrdude: stk600_xprog_page_erase(): unknown paged memory "usersig"
Writing | ################################################## | 100% 0.35s

avrdude: 512 bytes of usersig written
avrdude: verifying usersig memory against 0EA7EE10.hex:
avrdude: load data usersig data from input file 0EA7EE10.hex:
avrdude: input file 0EA7EE10.hex contains 512 bytes
avrdude: reading on-chip usersig data:

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

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

avrdude done.  Thank you.

Travis Griggs <travisgriggs>

 

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

Attached Files
file #27450:  usersigerase.patch added by travisgriggs (494B - application/octet-stream - patch file with 2 additional lines to make usersig work)

 

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 travisgriggs (Submitted the item)
  • -email is unavailable- added by travisgriggs
  •  

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

    Date Changed by Updated Field Previous Value => Replaced by
    2013-09-02 joerg_wunsch StatusNone Fixed
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
    2013-02-12 travisgriggs Attached File- Added usersigerase.patch, #27450
    2013-02-11 travisgriggs Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code