-
Notifications
You must be signed in to change notification settings - Fork 311
Description
I flashed the version debugprobe_on_pico.uf2 v2.3.0. Version v2.2.3 works.
When I try to start debug OCD fails withe the following error:
➜ scripts git:(main) ✗ openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "adapter speed 5000" -c "debug_level 4"
Open On-Chip Debugger 0.12.0+dev (2026-03-22-11:39)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : [rp2040.core0] Hardware thread awareness created
Info : [rp2040.core1] Hardware thread awareness created
adapter speed: 5000 kHz
User : 7 9 options.c:52 configuration_output_handler(): debug_level: 4User : 8 9 options.c:52 configuration_output_handler():
Info : 9 9 server.c:298 add_service(): Listening on port 6666 for tcl connections
Info : 10 9 server.c:298 add_service(): Listening on port 4444 for telnet connections
Debug: 11 9 command.c:86 script_debug(): command - init
Debug: 12 9 command.c:86 script_debug(): command - target init
Debug: 13 9 command.c:86 script_debug(): command - target names
Debug: 14 9 command.c:86 script_debug(): command - rp2040.core0 cget -event gdb-flash-erase-start
Debug: 15 9 command.c:86 script_debug(): command - rp2040.core0 configure -event gdb-flash-erase-start reset init
Debug: 16 9 command.c:86 script_debug(): command - rp2040.core0 cget -event gdb-flash-write-end
Debug: 17 9 command.c:86 script_debug(): command - rp2040.core0 configure -event gdb-flash-write-end reset halt
Debug: 18 9 command.c:86 script_debug(): command - rp2040.core0 cget -event gdb-attach
Debug: 19 9 command.c:86 script_debug(): command - rp2040.core0 configure -event gdb-attach halt 1000
Debug: 20 9 command.c:86 script_debug(): command - rp2040.core1 cget -event gdb-flash-erase-start
Debug: 21 9 command.c:86 script_debug(): command - rp2040.core1 configure -event gdb-flash-erase-start reset init
Debug: 22 9 command.c:86 script_debug(): command - rp2040.core1 cget -event gdb-flash-write-end
Debug: 23 9 command.c:86 script_debug(): command - rp2040.core1 configure -event gdb-flash-write-end reset halt
Debug: 24 9 command.c:86 script_debug(): command - rp2040.core1 cget -event gdb-attach
Debug: 25 9 command.c:86 script_debug(): command - rp2040.core1 configure -event gdb-attach halt 1000
Debug: 26 9 target.c:1640 handle_target_init_command(): Initializing targets...
Debug: 27 9 semihosting_common.c:109 semihosting_common_init():
Debug: 28 9 semihosting_common.c:109 semihosting_common_init():
Debug: 29 12 cmsis_dap_usb_bulk.c:124 cmsis_dap_usb_open(): could not open device 0x1d6b:0x0003: Access denied (insufficient permissions)
Debug: 30 23 cmsis_dap_usb_bulk.c:169 cmsis_dap_usb_open(): found product string of 0x2e8a:0x000c 'Debugprobe on Pico (CMSIS-DAP)'
Debug: 31 23 cmsis_dap_usb_bulk.c:189 cmsis_dap_usb_open(): enumerating interfaces of 0x2e8a:0x000c
Debug: 32 29 cmsis_dap_usb_bulk.c:236 cmsis_dap_usb_open(): found interface 0 string 'CMSIS-DAP v2 Interface'
Info : 33 29 cmsis_dap_usb_bulk.c:339 cmsis_dap_usb_open(): Using CMSIS-DAPv2 interface with VID:PID=0x2e8a:0x000c, serial=50031287389A751C
Debug: 34 29 cmsis_dap_usb_bulk.c:472 cmsis_dap_usb_read(): submit read @ 0
Debug: 35 41 cmsis_dap_usb_bulk.c:526 cmsis_dap_usb_read(): USB timeout @ 0
Debug: 36 41 cmsis_dap_usb_bulk.c:582 cmsis_dap_usb_write(): submit write @ 0
Debug: 37 41 cmsis_dap_usb_bulk.c:472 cmsis_dap_usb_read(): submit read @ 0
Debug: 38 6042 cmsis_dap_usb_bulk.c:526 cmsis_dap_usb_read(): USB timeout @ 0
Error: 39 6042 cmsis_dap.c:458 cmsis_dap_cmd_dap_info(): CMSIS-DAP command CMD_INFO failed.
Debug: 40 6042 command.c:457 exec_command(): Command 'init' failed with error code -107
User : 41 6042 command.c:530 command_run_line():
Debug: 42 6042 breakpoints.c:328 breakpoint_remove_all_internal(): [rp2040.core0] Delete all breakpoints
Debug: 43 6042 breakpoints.c:328 breakpoint_remove_all_internal(): [rp2040.core1] Delete all breakpoints
Debug: 44 6042 target.c:2182 target_free_all_working_areas_restore(): freeing all working areas
Debug: 45 6042 breakpoints.c:328 breakpoint_remove_all_internal(): [rp2040.core1] Delete all breakpoints
Debug: 46 6042 target.c:2182 target_free_all_working_areas_restore(): freeing all working areas