Skip to content

Commit ce17a62

Browse files
Update install.rst
1 parent 8289bbd commit ce17a62

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

docs/install.rst

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ installation.
99

1010
Installing via Arduino Boards Manager
1111
-------------------------------------
12+
1. Open up the Arduino IDE and go to File->Preferences.
13+
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
14+
15+
.. image:: images/install1.png
16+
17+
3. Hit OK to close the dialog.
18+
4. Go to Tools->Boards->Board Manager in the IDE
19+
5. Type "pico" in the search box and select "Add":
20+
21+
.. image:: images/install2.png
22+
23+
Arduino IDE Installation Warning
24+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1225
**Note for Windows Users**: Please do not use the Windows Store version of
1326
the actual Arduino application because it has issues detecting attached Pico
1427
boards. Use the "Windows ZIP" or plain "Windows" executable (EXE) download
@@ -25,18 +38,6 @@ prevent the Arduino IDE from accessing. For Arduino IDE V2, override the filesys
2538
restriction using ``flatpak override --user --filesystem=host cc.arduino.IDE2`` . For
2639
For Arduino IDE < V2, use ``flatpak override --user --filesystem=host cc.arduino.arduinoide``.
2740

28-
29-
1. Open up the Arduino IDE and go to File->Preferences.
30-
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
31-
32-
.. image:: images/install1.png
33-
34-
3. Hit OK to close the dialog.
35-
4. Go to Tools->Boards->Board Manager in the IDE
36-
5. Type "pico" in the search box and select "Add":
37-
38-
.. image:: images/install2.png
39-
4041
Installing via GIT
4142
------------------
4243
To install via GIT (for latest and greatest versions):

0 commit comments

Comments
 (0)