bugAVR Downloader/UploaDEr - Bugs: bug #39893, Verification failure with...

 
 

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

bug #39893: Verification failure with AVRISPmkII and Xmega

Submitter:  None
Submitted:  Thu 29 Aug 2013 01:55:41 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  Joakim Lubeck
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  None Programmer hardware: 
Device type: 

Fri 30 Aug 2013 06:53:29 AM UTC, comment #2: 

It turned out when using -U flash:w:filename, the address
argument passed to stk600_xprog_memtype() was wrong, so the
page erase attempted to erase a boot page when it was about
to erase an application page.

Using plain -U filename was not affected, as it is a shorthand
for -U application:w:filename on Xmega devices, so the
appropriate page erase type could always be chosen.

Fixed in SVN r1188.

Joerg Wunsch <joerg_wunsch>
Group administrator
Thu 29 Aug 2013 09:22:40 PM UTC, comment #1: 

This appears to be an issue with the ATxmega128A1.  I can
see verification errors there, too, while an ATxmega16D4
works without problems.

Joerg Wunsch <joerg_wunsch>
Group administrator
Thu 29 Aug 2013 01:55:41 PM UTC, original submission:  

When I flash an XMega128a1 using AVRISPmkII and recent (svn-) versions of avrdude I get a verification error. This does not happen if I first do a chip erase. Version 5.11.1 works without the -e flag.

Attached two files with -vvvv passed to avrdude, both without the -e flags.

nok.txt - Output from a failing session with avrdude svn:r1187.
ok.txt  - Output from working session with avrdude 5.11.1.

Anonymous

 

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

Attached Files
file #28952:  nok.txt added by None (33KiB - text/plain)
file #28953:  ok.txt added by None (14KiB - text/plain)

 

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

    Date Changed by Updated Field Previous Value => Replaced by
    2013-08-30 joerg_wunsch StatusNone Fixed
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
    2013-08-29 None Attached File- Added nok.txt, #28952
        Attached File- Added ok.txt, #28953

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code