-
Notifications
You must be signed in to change notification settings - Fork 20
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
please fix arduinoide board zip file (macos permission issue) #112
Comments
Is this related to #110 ? Which version of Arduino are you using? |
latest, aka 2.3.2. Near as I can tell you have not uploaded a fixed zip to the repo that carries the board, where the BrokenRainbow directory has no user-read permissions. My workaround was just to unzip, fix, re-zip it, host locally. I'll attach the corrected zip, but feel free to do the fix yourself rather than trust an uploaded zip file. |
Ok, I think I finally tracked down where that attrib is coming from and changed it in the file system, which should also hopefully change it in the zip file. Here is a new version of the zip file.... Can you do me a favor and see if this one will install correctly on your platform? Also, what platform are you on? Thanks! |
macosx, 15.0. zip looks good! |
I have updated the board manager to point to this new zip file and made it be the current production release. @eddiegalvez thank you for helping finally get this fixed! |
c.f. https://forum.move38.com/t/problems-installing-blinks-sdk-with-arduino-cli/1276/10 the BrokenRainbow dir has a non user-read permission, preventing board install
The text was updated successfully, but these errors were encountered: