-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Description
After installing the most recent 2.2.3 (sha256:149e31fd06288a05fd2c00c1ea65acb6dd30b833b2b3e816ef6cc4d5c776d9ae) - I noticed that it identifies itself as 2.0.0:
sudo openocd -f interface/cmsis-dap.cfg -f target/rp2350.cfg -c "adapter speed 5000" -c "program blink.elf verify reset exit"
Open On-Chip Debugger 0.12.0+dev-g5855e5c (2025-09-03-13:57)
...
Info : Using CMSIS-DAPv2 interface with VID:PID=0x2e8a:0x000c, serial=E6647C740388422C
Info : CMSIS-DAP: SWD supported
Info : CMSIS-DAP: Atomic commands supported
Info : CMSIS-DAP: Test domain timer supported
Info : CMSIS-DAP: FW Version = 2.0.0
Info : CMSIS-DAP: Interface Initialised (SWD)
Info : SWCLK/TCK = 0 SWDIO/TMS = 0 TDI = 0 TDO = 0 nTRST = 0 nRESET = 0
Info : CMSIS-DAP: Interface ready
Info : clock speed 5000 kHz
Info : SWD DPIDR 0x10212927
....
Which a grep in the code seems to confirm:
curl .... https://github.com/raspberrypi/debugprobe/releases/download/debugprobe-v2.2.3/debugprobe.uf2
strings ~/Downloads/debugprobe.uf2| grep 2.0.0
2.0.0
sha256 ~/Downloads/debugprobe.uf2
SHA256 (/Users/dirkx/Downloads/debugprobe.uf2) = 149e31fd06288a05fd2c00c1ea65acb6dd30b833b2b3e816ef6cc4d5c776d9ae
Is that to be expected ?
Metadata
Metadata
Assignees
Labels
No labels