avrdude 5.5!

USB AVR Programmer and SPI interface. Adafruit's USBtinyISP.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

avrdude 5.5!

Post by adafruit »

Winavr now comes with avrdude 5.5, which supports usbtinyisp. no more patched binaries, hooray!

rickyrockrat
 
Posts: 11
Joined: Sun Jan 06, 2008 8:43 am

Post by rickyrockrat »

There is a patch for 64-bit systems here:
Patch page
http://savannah.nongnu.org/patch/?6233
Patch File
http://savannah.nongnu.org/patch/downlo ... e_id=14735
That solves the Expected 8, got 4 error
cd to the avrdude-5.5, then apply the patch with:
patch -p1 </path/to/file/0001-64bit-fix-for-usbtiny.patch

But wait! it doesn't fix it (really) The patcher missed a few sizeof - that's what they make search for :wink: . It still fails the initialization. I put the working patch here:

http://www.ladyada.net/forums/viewtopic ... 1579#21579

Locked
Please be positive and constructive with your questions and comments.

Return to “USBtinyISP”