You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.rst
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,19 @@ installation.
9
9
10
10
Installing via Arduino Boards Manager
11
11
-------------------------------------
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
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
25
**Note for Windows Users**: Please do not use the Windows Store version of
13
26
the actual Arduino application because it has issues detecting attached Pico
14
27
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
25
38
restriction using ``flatpak override --user --filesystem=host cc.arduino.IDE2`` . For
26
39
For Arduino IDE < V2, use ``flatpak override --user --filesystem=host cc.arduino.arduinoide``.
27
40
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
-
40
41
Installing via GIT
41
42
------------------
42
43
To install via GIT (for latest and greatest versions):
0 commit comments