-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openocd 0.11.0-arduino2 does not know target/rp2040.cfg #704
Comments
Using rp2040-core0.cfg also does not seem to work for me:
But using a stock openocd-0.12 would work fine with the given command line and target rp2040.cfg:
|
met the same problem. Using Arduino IDE 2.2.1 with RP2040 on windows. Open On-Chip Debugger 0.11.0+dev-gab95bac57-dirty (2021-05-11-10:45) embedded:startup.tcl:26: Error: Can't find target/rp2040.cfg |
Me too: Open On-Chip Debugger 0.11.0+dev-gab95bac57-dirty (2021-05-11-10:45) embedded:startup.tcl:26: Error: Can't find target/rp2040.cfg |
Hi,
Set up a spare Raspberry PI Pico as a Picoprobe (as described in https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf Chapter A) and tried to upload a sketch using a programmer instead of using picotool:
Sadly, it fails as openocd is trying to load a non-existing config:
boards.txt is using a wrong target:
The bundled openocd-0.11.0-arduino2 does only have the following target:
~/.arduino15/packages/arduino/tools/openocd/0.11.0-arduino2/share/openocd/scripts/target/rp2040-core0.cfg
Please either rename the file to rp2040.cfg, or update boards.txt to point to the correct file.
The text was updated successfully, but these errors were encountered: