8000 Add additional instructions for Linux Flatpak users (#1105) · dyno-project/arduino-pico@8289bbd · GitHub
[go: up one dir, main page]

Skip to content

Commit 8289bbd

Browse files
Add additional instructions for Linux Flatpak users (earlephilhower#1105)
Provide instructions for users to override filesystem access restrictions imposed by Flatpak on some installations of the Arduino IDE
1 parent aeb41f3 commit 8289bbd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/install.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ it suggests. Otherwise the Pico board may not be detected. Also, if trying
1717
out the 2.0 beta Arduino please install the release 1.8 version beforehand
1818
to ensure needed device drivers are present.
1919

20+
**Note for Linux Users**: If you installed the Arduino IDE using Flatpak, which
21+
is common in Pop!_OS, Fedora, and Mint, among others, you may need to configure
22+
Flatpak to allow the IDE access to files outside your home folder. The RP2040
23+
device is sometimes mounted as a folder in /opt or /media, which Flatpak will
24+
prevent the Arduino IDE from accessing. For Arduino IDE V2, override the filesystem
25+
restriction using ``flatpak override --user --filesystem=host cc.arduino.IDE2`` . For
26+
For Arduino IDE < V2, use ``flatpak override --user --filesystem=host cc.arduino.arduinoide``.
27+
28+
2029
1. Open up the Arduino IDE and go to File->Preferences.
2130
2. In the dialog that pops up, enter the following URL in the "Additional Boards Manager URLs" field: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
2231

0 commit comments

Comments
 (0)
0