Replies: 2 comments 3 replies
-
Did you install the IDE thru a Flatpack or a Snap, maybe? They sometimes have issues with directory permissions and I recommend dumping them for the tarball install, if at all possible. Can you also try a:
To verify things ended up where they need to be? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer Earle. This is a Mac, I installed the IDE from the official Arduino page, no idea what method they use for that. The verification you recommended seems to show everything is ok. PCOLLA@M ~ % ls -al ~/Arduino/hardware/pico/rp2040/ Thanks in advance. Pedro. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In response to my previous issue #1427 I'd been said the issue is fixed on the master but yet to be released, so in order to address it locally I should use the git version.
In order to do that I de-install the existing board manager (3.1.1) and installed it following the guidelines to install from git.
mkdir -p ~/Arduino/hardware/pico
git clone https://github.com/earlephilhower/arduino-pico.git ~/Arduino/hardware/pico/rp2040
cd ~/Arduino/hardware/pico/rp2040
git submodule update --init
cd pico-sdk
git submodule update --init
cd ../tools
python3 ./get.py
Still, when finished ok the board isn't available at the Arduino IDE as if it wasn't installed at all.
What else needs to be done for the Arduino IDE to recognize the Arduino core when installed from git?
Thanks in advance for your attention. Pedro.
Beta Was this translation helpful? Give feedback.
All reactions