-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino nightly 2018/09/20 02:27 : "ArduinoAsISP" upload fail #8032
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
Have you checked whether the problem is resolved by changing the programmer definition back to using the Related commit: arduino/ArduinoCore-avr@b084848 |
Yes, the problem is resolved by changing these 2 lines from Arduino to stk500v1 |
Here's the PR where the protocol was changed, which has a lot of information on the reason for doing so: #3687 There is another report of this causing a problem here: |
This issue has come up multiple times on the forum since the release of Arduino AVR Boards 1.6.22. I wonder if it wouldn't be better to revert arduino/ArduinoCore-avr@b084848 and add a new "Arduino as ISP (ATmega32U4)" programmer that uses the I made a 3rd party hardware package to add such a programmer years ago and have kept an eye out for people having trouble using ATmega32U4-based boards for Arduino as ISP ever since. That issue has rarely come up. So it seems to me that arduino/ArduinoCore-avr@b084848 is causing more trouble than it solves. I do like that it expands support for Arduino as ISP. |
@per1234 totally agree, I'm taking care of it. |
@per1234 I totally approve your solution, reverting to |
Uploading a barebone ATMEga328P with a NANO (my case) is impossible because in the file
programmers.txt
the following lines seems to be wrong:and:
They should be:
and
When uploading, the symptom is:
and further:
The text was updated successfully, but these errors were encountered: