Skip to content

Commit a75e9f5

Browse files
yonschcarlescufi
authored andcommitted
boards: arm: rpi_pico: Updated doc
Updated the documentation of the rpi_pico board regarding the use of OpenOCD. Signed-off-by: Yonatan Schachter <[email protected]>
1 parent c345f95 commit a75e9f5

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

boards/arm/rpi_pico/doc/index.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ Create a file in /etc/udev.rules.d with any name, and write the line below.
169169

170170
.. code-block:: bash
171171
172-
ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="0004", MODE="660", GROUP="plugdev", TAG+="uaccess"
172+
ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="000c", MODE="660", GROUP="plugdev", TAG+="uaccess"
173173
174174
This example is valid for the case that the user joins to `plugdev` groups.
175175

176176
The Raspberry Pi Pico has an SWD interface that can be used to program
177177
and debug the on board RP2040. This interface can be utilized by OpenOCD.
178-
However, to use it with the RP2040, a `fork of OpenOCD supporting RP2040`_ is needed.
178+
To use it with the RP2040, OpenOCD version 0.12.0 or later is needed.
179179

180180
If you are using a Debian based system (including RaspberryPi OS, Ubuntu. and more),
181181
using the `pico_setup.sh`_ script is a convenient way to set up the forked version of OpenOCD.
@@ -244,10 +244,6 @@ Using OpenOCD
244244

245245
Install OpenOCD as described for flashing the board.
246246

247-
.. note::
248-
`fork of OpenOCD supporting RP2040`_ does not provide ZephyrRTOS enhancement.
249-
(No RTOS awareness. Thus, can't recognize threads.)
250-
251247
Here is an example for debugging the :ref:`blinky-sample` application.
252248

253249
.. zephyr-app-commands::
@@ -284,9 +280,6 @@ You can then start debugging the board.
284280

285281
.. target-notes::
286282

287-
.. _fork of OpenOCD supporting RP2040:
288-
https://github.com/raspberrypi/openocd
289-
290283
.. _pico_setup.sh:
291284
https://raw.githubusercontent.com/raspberrypi/pico-setup/master/pico_setup.sh
292285

0 commit comments

Comments
 (0)