Replies: 5 comments 13 replies
-
Pico Probe and pico-debug are two very different things. One is an external hardware debugger the other one is a program loaded in cache (XIP flash cache) or RAM to enable debugging on the same board. Which one would you like to use? |
Beta Was this translation helpful? Give feedback.
-
g'day.
thanks.
i refer to pico-debug the external hardware debugger
and I mean the OpenOCD command for connecting to this debugger on the
commandline
joe
…On Thu, 2 Mar 2023, 22:43 Maximilian Gerhardt, ***@***.***> wrote:
Pico Probe and pico-debug are two very different things. One is an
external hardware debugger the other one is a program loaded in cache (XIP
flash cache) or RAM to enable debugging on the same board.
Which one would you like to use?
By "FULL command" do you mean the OpenOCD command for connecting to these
debuggers on the commandline?
—
Reply to this email directly, view it on GitHub
<#1243 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5U2RDZPDEXTYDPYQSBJNTW2CBW7ANCNFSM6AAAAAAVM4QWVQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
yes.
muddling names.
I refer to this in fact.
https://www.raspberrypi.com/documentation/microcontrollers/debug-probe.html
and thanks for line you gave me.
On Windows 11 that *should *work for the picoprobe but it doesn't. Windows
11 will not recognise the device, can't find it, whatever.
But what about the debug probe?
Do you have possible command line for that?
All this seems to have been worked out for Linux but it does not transfer
to Windows.
thanks for your help.
I got to the git page from the arduino-pico package install.
regards
Joe
…On Thu, 2 Mar 2023, 23:01 Maximilian Gerhardt, ***@***.***> wrote:
..But Pico-Debug is the software and not an *external* hardware debugger.
That's the Picoprobe. Well anyways, ignoring the naming confusion here, to
connect to a Picoprobe external hardware debugger, flash the latest
Picoprobe firmware <https://github.com/raspberrypi/picoprobe/releases> on
it (BOOTSEL mode + drag+drop the .uf2), connect the Picoprobe do the target
Pico as documented
<https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf>
("Picoprobe Wiring"), grab OpenOCD for your OS
<https://github.com/earlephilhower/pico-quick-toolchain/releases/tag/1.5.0-b>
and assuming you're in the root of the extract directory you can do
bin\openocd.exe -f share/openocd/scripts -f interface/cmsis-dap.cfg -f target/rp2040.cfg
—
Reply to this email directly, view it on GitHub
<#1243 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5U2RGRF73MHGM3OXC5IWDW2CDZFANCNFSM6AAAAAAVM4QWVQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
ok i am working with this
|
Beta Was this translation helpful? Give feedback.
-
thanks. initially i will get th commandline working and then try for VSCode |
Beta Was this translation helpful? Give feedback.
-
g'day.
under this heading on the Code page ...
what is the FULL command for pico-debug?
should this work on windows 11?
thanks
joe
Beta Was this translation helpful? Give feedback.
All reactions