-
Notifications
You must be signed in to change notification settings - Fork 88
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
MicroCore doesn't work after update Arduino IDE for ver. 2.3.4 #163
Comments
I can confirm that there is problem. It has (probably) nothing to do with the Arduino version but (probably) with the update of MicroCore to 2.4.1, or to a related update in Avrdude (from 7.2 to 8.0). On a system with Arduino 2.3.2 and MicroCore 2.4.0, I have no issues at all. On another system with Arduino 2.3.4 and MicroCore 2.4.1, I have issues when I try to burn a bootloader:
On that same system, I kept Arduino 2.3.4 but reverted back to MicroCore 2.4.0. Now everything works:
My suggestion for a workaround: revert back to 2.4.0. |
OK I'll check it with WA. Thanks a lot for your investigation and answer! |
Yes, it works Arduino IDE 2.3.4 and MicroCore 2.4.0. |
When I'm trying to load bootloader to ATtiny13 have errors:
Avrdude version 8.0-arduino.1
Copyright see https://github.com/avrdudes/avrdude/blob/main/AUTHORS
System wide configuration file is C:\Users\xxxxxxx\AppData\Local\Arduino15\packages\MicroCore\tools\avrdude\8.0-arduino.1\etc\avrdude.conf
Using port : COM37
Using programmer : stk500v1
Setting baud rate : 19200
Setting bit clk period: 32.0 us
Error: cannot get into sync
Error: cannot set Parm_STK_SCK_DURATION
Error: unable to open port COM37 for programmer stk500v1
Avrdude done. Thank you.
Failed chip erase: uploading error: exit status 1
The text was updated successfully, but these errors were encountered: