avrdude-dev
[Top][All Lists]
Advanced

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

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


From: Joerg Wunsch
Subject: Re: [avrdude-dev] [bug #39893] Verification failure with AVRISPmkII and Xmega
Date: Fri, 30 Aug 2013 08:58:03 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

As Joerg Wunsch wrote:

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

Note that the problems with TPI on USBasp must be different, and are
probably worth a separate bug report.  Page erase is only supported
for Xmega devices, and only iff the respective programmer has a method
for it (USBasp doesn't).
-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



reply via email to

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