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/


_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to