Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\openocd\src> ./openocd -s "C:/openocd/tcl" -f "C:/openocd/tcl/interface/picoprobe.cfg" -f "C:/openocd/tcl/target/rp2040.cfg" -d2
- Open On-Chip Debugger 0.11.0-g228ede4 (2022-09-07-23:36)
- Licensed under GNU GPL v2
- For bug reports, read
- http://openocd.org/doc/doxygen/bugs.html
- debug_level: 2
- Info : only one transport option; autoselect 'swd'
- adapter speed: 5000 kHz
- Info : Hardware thread awareness created
- Info : Hardware thread awareness created
- Info : RP2040 Flash Bank Command
- Info : Listening on port 6666 for tcl connections
- Info : Listening on port 4444 for telnet connections
- Info : clock speed 5000 kHz
- Info : SWD DPIDR 0x0bc12477
- Info : SWD DLPIDR 0x00000001
- Info : SWD DPIDR 0x0bc12477
- Info : SWD DLPIDR 0x10000001
- Info : rp2040.core0: hardware has 4 breakpoints, 2 watchpoints
- Info : rp2040.core1: hardware has 4 breakpoints, 2 watchpoints
- Info : starting gdb server for rp2040.core0 on 3333
- Info : Listening on port 3333 for gdb connections
- Info : Read incorrect DLIPDR f0000041 (possibly CTRL/STAT value) when selecting coreid 0
- Polling target rp2040.core0 failed, trying to reexamine
- Error: libusb_bulk_read error: LIBUSB_ERROR_PIPE
- Examination failed, GDB will be halted. Polling again in 100ms
- Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
- Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
- Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
- Polling target rp2040.core1 failed, trying to reexamine
- Error: Picoprobe queue full
- Error: Picoprobe queue full
- Error: Picoprobe queue full
- Error: Picoprobe queue full
- Error: Picoprobe queue full
- Assertion failed: pkt_hdr->total_packet_length <= PICOPROBE_MAX_PACKET_LENGTH, file src/jtag/drivers/picoprobe.c, line 101
- PS C:\openocd\src>
- ###########################
- ECLIPSE TERMINAL
- ##########################
- Open On-Chip Debugger 0.11.0-g228ede4 (2022-09-07-23:36)
- Licensed under GNU GPL v2
- For bug reports, read
- http://openocd.org/doc/doxygen/bugs.html
- debug_level: 2
- Info : only one transport option; autoselect 'swd'
- adapter speed: 5000 kHz
- Info : Hardware thread awareness created
- Info : Hardware thread awareness created
- Info : RP2040 Flash Bank Command
- Started by GNU MCU Eclipse
- Info : Listening on port 6666 for tcl connections
- Info : Listening on port 4444 for telnet connections
- Info : clock speed 5000 kHz
- Info : SWD DPIDR 0x0bc12477
- Info : SWD DLPIDR 0x00000001
- Info : SWD DPIDR 0x0bc12477
- Info : SWD DLPIDR 0x10000001
- Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
- Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
- Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
- Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
- Error: Failed to write memory and, additionally, failed to find out where
- Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
- Error: Picoprobe queue full
- Error: Picoprobe queue full
- Assertion failed: pkt_hdr->total_packet_length <= PICOPROBE_MAX_PACKET_LENGTH, file src/jtag/drivers/picoprobe.c, line 101
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement