Skip to content
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

Arduino Board Manager: "Warning: non trusted contribution" #294

Open
timonsku opened this issue Apr 20, 2021 · 2 comments
Open

Arduino Board Manager: "Warning: non trusted contribution" #294

timonsku opened this issue Apr 20, 2021 · 2 comments

Comments

@timonsku
Copy link

timonsku commented Apr 20, 2021

Updating my Arduino core yields this error, which sounds like it would potentially leave an unfinished installation:

Warning: non trusted contribution, skipping script execution (C:\Users\Timon\AppData\Local\Arduino15\packages\adafruit\hardware\samd\1.6.6\post_install.bat)

It seems it only installs some serial drivers? I guess this would only be a problem for pre Win 10 systems.

@hathach
Copy link
Member

hathach commented May 4, 2021

yeah, seems like it is only to install CDC driver. Maybe Arduino IDE change how thing is allowed to be executed. Though it should not affect (much) Adafruit repo. It seems mostly for Arduino SAMD board (as this is a fork of that). Adafruit boards has its own driver installation. Thanks for raising the issue, we could leave it open to see if there is any user has troubles with it.

@per1234
Copy link

per1234 commented Feb 18, 2022

The post-install script restriction has been removed as unnecessary:
arduino/arduino-cli#911

The change has not yet propagated to Arduino IDE 1.x, so the script will still not run during the "Adafruit SAMD Boards" installation for users of Arduino IDE 1.8.19 and older, but it will run when they are using Arduino IDE 2.x or Arduino CLI directly.

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

3 participants