Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4804

General • Re: Use debug probe with PICO 2

$
0
0
I was able to down load, compilem and install openocd supporting RP2350.

Here are the steps.

First you need the cmsis-dap driver.
I had to modify the file config.ac and comment line 23/

Code:

#AC_CONFIG_MACRO_DIR([m4])

Code:

git clone https://github.com/signal11/hidapi.gitcd hidapi./bootstrap./configuremake -j4sudo make install
Then openocd

Code:

git clone https://github.com/raspberrypi/openocd.gitcd openocd./bootstrap./configuremake -j4sudo make install
To run openocd for RP2350 you need to:

Code:

openocd -f interface/cmsis-dap.cfg -f target/rp2350.cfg -c "adapter speed 5000"

Statistics: Posted by cpottle9 — Sat Jan 11, 2025 10:46 pm



Viewing all articles
Browse latest Browse all 4804

Trending Articles