@@ -169,13 +169,13 @@ Create a file in /etc/udev.rules.d with any name, and write the line below.
169
169
170
170
.. code-block :: bash
171
171
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"
173
173
174
174
This example is valid for the case that the user joins to `plugdev ` groups.
175
175
176
176
The Raspberry Pi Pico has an SWD interface that can be used to program
177
177
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.
179
179
180
180
If you are using a Debian based system (including RaspberryPi OS, Ubuntu. and more),
181
181
using the `pico_setup.sh `_ script is a convenient way to set up the forked version of OpenOCD.
@@ -244,10 +244,6 @@ Using OpenOCD
244
244
245
245
Install OpenOCD as described for flashing the board.
246
246
247
- .. note ::
248
- `fork of OpenOCD supporting RP2040 `_ does not provide ZephyrRTOS enhancement.
249
- (No RTOS awareness. Thus, can't recognize threads.)
250
-
251
247
Here is an example for debugging the :ref: `blinky-sample ` application.
252
248
253
249
.. zephyr-app-commands ::
@@ -284,9 +280,6 @@ You can then start debugging the board.
284
280
285
281
.. target-notes ::
286
282
287
- .. _fork of OpenOCD supporting RP2040 :
288
- https://github.com/raspberrypi/openocd
289
-
290
283
.. _pico_setup.sh :
291
284
https://raw.githubusercontent.com/raspberrypi/pico-setup/master/pico_setup.sh
292
285
0 commit comments