-
-
Notifications
You must be signed in to change notification settings - Fork 64
Installing Arduino megaAVR Boards breaks ATTinyCore ISP sketch uploads #47
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
It looks like a duplicate of arduino/ArduinoCore-avr#91
The cmdline.txt output shows it's using avrdude 6.2:
|
It's the other way around, yes? For me, in the IDE, 6.3 worked while 6.2 failed. Yet 6.2 seemed OK on the command line. |
No. The avrdude version used in upload-ok.txt is the one bundled with Arduino IDE 1.8.9/Arduino AVR Boards 1.6.23, which is avrdude 6.3.0-arduino14. The avrudude version used in upload-err.txt is avrdude 6.3.0-arduino16.
As is expected. The bug is only in avrdude 6.3.0-arduino16. |
Not sure where the 6.2 came from. I cannot duplicate that now. Maybe best to ignore the command line scenario. Original issue remains, installing Arduino megaAVR Boards breaks ATTinyCore uploads. Both report 6.3-20171130 in the IDE but with megaAVR installed, avrdude runs from a different location. |
@JChristensen the TinyCore doesn't specify any dependency tool in its json
so the IDE picks (what it thinks to be) the best program that matches |
@facchinm thank you for the explanation. I don't actually use the megaAVR core, so my fix right now is to just remove it and I'm happy with that. I only had it installed to work on an issue with one of my libraries that someone had reported. It was still installed when I went back to do some work with the ATTinyCore and I was surprised when the upload failed. That's when I found the conflict between the two cores and raised the issue. |
It's fixed in the latest 1.8.4 release! |
Fixed by core 1.8.5 |
Steps to reproduce:
upload-ok.txt
upload-err.txt
cmdline.txt
Edit: This issue does not occur if a USBasp programmer is used.
The text was updated successfully, but these errors were encountered: