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
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,13 @@ to ensure needed device drivers are present.
19
19
20
20
1. Open up the Arduino IDE and go to File->Preferences.
21
21
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
22
+
22
23
.. image:: images/install1.png
24
+
23
25
3. Hit OK to close the dialog.
24
26
4. Go to Tools->Boards->Board Manager in the IDE
25
27
5. Type "pico" in the search box and select "Add":
28
+
26
29
.. image:: images/install2.png
27
30
28
31
Installing via GIT
@@ -52,7 +55,7 @@ If you follow their step-by-step you will also have a fully functional
52
55
ecosystem.
53
56
54
57
Uploading Sketches
55
-
58
+
------------------
56
59
To upload your first sketch, you will need to hold the BOOTSEL button down while plugging in the Pico to your computer.
57
60
Then hit the upload button and the sketch should be transferred and start to run.
58
61
@@ -64,17 +67,19 @@ Them hit the upload button and your sketch should upload and run.
64
67
In some cases the Pico will encounter a hard hang and its USB port will not respond to the auto-reset request. Should this happen, just
65
68
follow the initial procedure of holding the BOOTSEL button down while plugging in the Pico to enter the ROM bootloader.
66
69
67
-
# Uploading Filesystem Images
70
+
Uploading Filesystem Images
71
+
---------------------------
68
72
The onboard flash filesystem for the Pico, LittleFS, lets you upload a filesystem image from the sketch directory for your sketch to use. Download the needed plugin from
If you have built a Raspberry Pi Picoprobe, you can use OpenOCD to handle your sketch uploads and for debugging with GDB.
79
84
80
85
Under Windows a local admin user should be able to access the Picoprobe port automatically, but under Linux `udev` must be told about the device and to allow normal users access.
@@ -90,5 +95,6 @@ The first line creates a file with the USB vendor and ID of the Picoprobe and te
90
95
91
96
Once Picoprobe permissions are set up properly, then select the board "Raspberry Pi Pico (Picoprobe)" in the Tools menu and upload as normal.
92
97
93
-
# Debugging with Picoprobe, OpenOCD, and GDB
98
+
Debugging with Picoprobe, OpenOCD, and GDB
99
+
------------------------------------------
94
100
The installed tools include a version of OpenOCD (in the pqt-openocd directory) and GDB (in the pqt-gcc directory). These may be used to run GDB in an interactive window as documented in the Pico Getting Started manuals from the Raspberry Pi Foundation.
0 commit comments