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
On Upload, OpenOCD complains about: embedded:startup.tcl:28: Error: Can't find interface/picoprobe.cfg
Digging through folders I can see picoprobe.cfg is missing in
/home//.platformio/packages/tool-openocd-rp2040-earlephilhower/share/openocd/scripts/interface/
Solution:
Create a new file named picoprobe.cfg in the folder, with the following text
Connected a Pi Pico through a PicoProbe.
Installed VSCode + PlatformIO using this simple tutorial (https://www.schaerens.ch/pico-developing-for-raspberry-pi-pico-w-with-platformio-and-c-c/).
On Upload, OpenOCD complains about:
embedded:startup.tcl:28: Error: Can't find interface/picoprobe.cfg
Digging through folders I can see picoprobe.cfg is missing in
/home//.platformio/packages/tool-openocd-rp2040-earlephilhower/share/openocd/scripts/interface/
Solution:
Create a new file named picoprobe.cfg in the folder, with the following text
Notice
adapter driver picoprobe
is replaced withadapter driver cmsis-dap
.For completeness, my content of platformio.ini is now:
The text was updated successfully, but these errors were encountered: