Skip to content

Get message "Please run as root" when installing or updating Pico/Nano/Portenta boards #231

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
Gerriko opened this issue May 21, 2021 · 1 comment
Labels
question Further information is requested

Comments

@Gerriko
Copy link
Contributor

Gerriko commented May 21, 2021

I'm using Linux Mint 19 (Ubuntu 18.04) and I've the latest Arduino IDE 1.8.15 installed.

I can install/update all other boards using Boards Manager... without issue or notification but when I'm installing/updating the Pico/Nano/Portenta (Mbed) boards using Boards Manager I get this message in the terminal window/console of the IDE saying "Please run as root".

Despite the message, everything seems in order.

Just curious if it's something on my end.

@josefwegner
Copy link

The post_install.sh script that adds an udev rule for the RP2040 bootloader failed.
You can run it manually with:
sudo $HOME/.arduino15/packages/arduino/hardware/mbed_nano/2.1.0/post_install.sh (Nano)
sudo $HOME/.arduino15/packages/arduino/hardware/mbed_rp2040/2.1.0/post_install.sh (Pico)

I do not have the Protenta support installed, but you should find the post_install.sh for it somewhere in $HOME/.arduino15/packages/arduino/hardware.

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

No branches or pull requests

3 participants