-
Notifications
You must be signed in to change notification settings - Fork 228
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
Not working with Arduino IDE 1.8.x #116
Comments
There also a driver issue,may have to install the zedig driver libusbK i had to with 1.8.1 and 1.8.2 |
I've got the same error here, using Arduino IDE 1.8.2 with Arch Linux 64 bits, avr-gcc 6.3.0 and arduino-avr-core 1.6.18. |
Same with Arduino IDE 1.8.3 |
I just tried it with IDE 1.8.2 and "Arduino AVR Boards" 1.6.19 installed (on Windows), and for me it worked like a charm. |
Now I tried a new installation on another laptop, and there I did install the GitHub project in the sketchbook hardware folder, instead of using the board manager with https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json Now I get a similar error message: Maybe this helps? |
Same here using Arduino 1.8.9 in Mac trying program with arduino uno. Found I got my sketch to upload to attiny 45 when going back to arduino 1.6.13 |
The cores are not recognized with the Arduino IDE 1.8.x
Even though the board manager says they are installed. The error is the following:
This happens AFTER adding
https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json
to the preferences AND adding the Attiny board support in the board manager.I presume 1.6.x works for IDE version 1.8.x , let me know if that is not the case. Thanks for your work, I really appreciate it!
The text was updated successfully, but these errors were encountered: