Skip to content

Old version in Boards Manager, Arduino as ISP not working #45

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

Closed
AndreKR opened this issue Oct 5, 2018 · 2 comments
Closed

Old version in Boards Manager, Arduino as ISP not working #45

AndreKR opened this issue Oct 5, 2018 · 2 comments

Comments

@AndreKR
Copy link

AndreKR commented Oct 5, 2018

I am using Arduino 1.8.5 and I have updated my Arduino AVR Boards core in the Boards Manager to the latest available version, which is 1.6.21.

With this setup, using an Arduino as ISP doesn't work and from what I found out I don't understand how it could ever have worked.

programmers.txt contains a section that sets:

arduinoasisp.protocol=stk500v1

However, the ArduinoISP sketch does not work with this setting, it has to be changed to

arduinoasisp.protocol=arduino

In fact I found a commit in master that makes that very change.

Despite this commit being 11 months old by now it doesn't seem to be pushed to installations via the Boards Manager.

@per1234
Copy link
Contributor

per1234 commented Oct 5, 2018

Outdated Arduino AVR Boards version in Boards Manager also reported here:
arduino/Arduino#8062

We have the opposite complaint, saying the new arduinoasisp.protocol=arduino doesn't work, here:
arduino/Arduino#8032

@AndreKR
Copy link
Author

AndreKR commented Oct 6, 2018

Closing this as a duplicate for now. I might investigate about the meaning of not in sync: resp=0x15 (arduino/Arduino#8032) vs. not in sync: resp=0x03 (my case).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants