avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] [bug #39893] Verification failure with AVRISPmkII and Xmeg


From: Joerg Wunsch
Subject: [avrdude-dev] [bug #39893] Verification failure with AVRISPmkII and Xmega
Date: Fri, 30 Aug 2013 06:53:29 +0000
User-agent: Mozilla/5.0 (X11; FreeBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36

Update of bug #39893 (project avrdude):

                  Status:                    None => Fixed                  
             Assigned to:                    None => joerg_wunsch           
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up 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.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?39893>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]