AVR* Administrator
AVR* Administrator
Mike Fri 16 Jun 2017 03:28:40 AM UTC So I got avrdude reinstalled on my raspberry pi and working the way it was before...which was the verification was failing on...
Mike Fri 16 Jun 2017 03:34:35 AM UTC And as I am looking at all of this, please excuse my ignorance, would changes to the butterfly.c file have any affect...
Max Gorb Sat 03 Dec 2016 05:15:34 AM UTC Compiled at Raspbian-Jessie some warnings [code] gcc -DHAVE_CONFIG_H -I. -DCONFIG_DIR=\"/usr/local/etc\" -Wall -Wno-pointer-sign -g -O2 -MT libavrdude_a-ch341a.o -MD -MP -MF .deps/libavrdude_a-ch341a.Tpo -c...
Max Gorb Sat 03 Dec 2016 05:23:21 AM UTC Incompatible pointer type was passed: "...int size" instead "...unsigned int size" at ch341a.c:113 and ch341a.c:298. Unused-variables was commented but it not...
Max Gorb Wed 14 Dec 2016 09:24:34 AM UTC Sorry, I have tested it more and more, and it really works! Patch needs some cleanup, but not serious. BUT it...
Alexey Sadkov Mon 19 Dec 2016 04:00:57 PM UTC For LOW SCK option requires bitbang. It is not done because it was not required for me. I decided that the...
Joerg Wunsch Thu 18 Jan 2018 10:32:35 PM UTC I can understand that you are mainly interested in fast programming - but if it fails to operate on AVRs the...
Mike Fri 30 Jun 2017 12:03:35 AM UTC Here is an intel hex file that will return a verification error due to "00" getting written as "FF". (**[file #41079](https://savannah.nongnu.org/support/download.php?file_id=41079)**)
Mike Wed 05 Jul 2017 05:35:02 PM UTC In further troubleshooting of my issue, I did examine the verbose output during the writing and flashing of the blink-2560-mod hex file....
Mike Tue 11 Jul 2017 06:56:57 PM UTC In further testing, the issue is not specific to trying to write "00". I will receive a verification error anytime the data...