Re: [bug #59667] verification error; content mismatch

2020-12-12 Thread Mike Brandon
I think I have a patch for that. When I dig it up I'll reach out.

On Sat, Dec 12, 2020, 4:31 PM anonymous  wrote:

> URL:
>   
>
>  Summary: verification error; content mismatch
>  Project: AVR Downloader/UploaDEr
> Submitted by: None
> Submitted on: Sat 12 Dec 2020 08:33:30 PM UTC
> Category: None
> Severity: 3 - Normal
> Priority: 5 - Normal
>   Item Group: None
>   Status: None
>  Privacy: Public
>  Assigned to: None
>  Originator Name: Johan Olin
> Originator Email: johano...@icloud.com
>  Open/Closed: Open
>  Release: 6.3
>  Discussion Lock: Any
>  Programmer hardware: avrisp MKII
>  Device type: ATTiny15
>
> ___
>
> Details:
>
> avrdude -p t15 -c avrispmkii -U flash:w:file.hex
> Results in the dreaded 'verification error; content mismatch' error ...
> Seems like only the high byte gets written ?
> Reading back gives <0xFF><0xFF> ...
>
> Writing to eeprom seems to work fine !
>
> And v6.3 works perfect with a Mega168.
>
> Had to install avrdude 6.1 to program the Tiny15.  Tried 6.2 which also
> failed
> ...
>
>
>
>
>
>
> ___
>
> Reply to this item at:
>
>   
>
> ___
>   Message sent via Savannah
>   https://savannah.nongnu.org/
>
>
>


Re: [avrdude-dev] [bug #40748] linuxgpio doesn't work on Raspberry PI rev. 2.

2018-11-15 Thread Mike Brandon
What error are you getting?

In 6.3 you need to compile with rev 1388 for linuxgpio.c which fixes %ud
snprintf.

Mike

On Thu, Nov 15, 2018, 11:22 AM Gaspar Karm  Follow-up Comment #2, bug #40748 (project avrdude):
>
> This bug is present in 6.3.
> 6.2 works.
>
> Thanks for this awesome software!
>
> ___
>
> Reply to this item at:
>
>   
>
> ___
>   Message sent via Savannah
>   https://savannah.nongnu.org/
>
>
> ___
> avrdude-dev mailing list
> avrdude-dev@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/avrdude-dev
>
___
avrdude-dev mailing list
avrdude-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avrdude-dev


Re: [avrdude-dev] AVRDUDE Manual: Error Codes

2018-04-10 Thread Mike Brandon
-116 isn't an error code, it is the nbyte value... See the code in the
usbtiny.c file starting at line #162 though line #187

Mike



On Tue, Apr 10, 2018, 9:54 PM John Barrington  wrote:

> The AVRDUDE Manual needs an exhaustive list of error codes. For example,
> our error is:
>
>
> avrdude: Device signature = 0x1e930c (probably t84)
> avrdude: NOTE: "flash" memory has been specified, an erase cycle will be
> performed
>  To disable this feature, specify the -D option.
> avrdude: erasing chip
> avrdude: reading input file "0xff"
> avrdude: writing eeprom (1 bytes):
>
> Writing || 0% 0.00s
> avrdude: error: usbtiny_send:  (expected 128, got -116)
>
>
> John Barrington
>
>
> ___
> avrdude-dev mailing list
> avrdude-dev@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/avrdude-dev
>
___
avrdude-dev mailing list
avrdude-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avrdude-dev