1

i wanted to use the new Raspberry Pi Pico as a Picoprobe debugger. I followed this tutorial. I am using Windows. When i try to run it with

src/openocd.exe -f interface/picoprobe.cfg -f target/rp2040.cfg -s tcl

i get a segmentation fault. When using -d i get this I already tried two different Picos. Does anyone know the solution?

OGe
  • 21
  • 3

1 Answers1

1

I found the Solution on the Github of the Picoprobe. The Problem is mingw64_x86_64-libusb. When using version 1.0.24 (the most recent version at the moment) it segfaults. You have to use version 1.0.23. Here is the link to the issue. There is also a link to a precompiled version of openOCD that should work.

OGe
  • 21
  • 3