-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
USBtinyISP programmer does not work with avrdude 6.3.0-arduino16 #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @MCUdude , |
Great! I'll test it when I get home from work |
It does work with avrdude-6.3.0-arduino14 on macOS! What was your patch trying to solve? The >64kB issue? |
The problem reported was more or less the same you reported (see arduino/Arduino#8198 (comment)) and arised from supporting TPI programming on the attiny. The patch was confirmed to work on Windows so now I'm a bit scared to revert it (and regress the win build). |
The ATtiny13 uses the standard ISP interface, not TPI. I hope we're able to get the USBtinyISP to work again. It's my main (and favorite) programmer |
I checked the whole code again and indeed there's a bug I introduced 🙁
and I didn't notice this asymmetry. |
Compiled avrdude for testing |
This version works correctly! |
@MCUdude great, I'm preparing a full rebuild then for the next megaAVR/AVR release |
I added the new avrdude rebuilt for all the platforms to this PR arduino/Arduino#8976 . Would be great if you could test it 😉 |
Totally forgot about this one! Avrdude 6.3.0-arduino17 does work with USBtinyISP again. |
I just stumbled across a strange bug. The USBtinyISP programmer does not work with the most recent version of avrdude
I opened my library folder and removed the packages folder. After restarting Arduino IDE I'm now able to communicate with the target. I'm using Arduino IDE 1.8.9 on MacOS.
(Don't worry about the incorrect target error. It's intended)
@facchinm any idea what may be causing this?
The text was updated successfully, but these errors were encountered: