Advertisement
Guest User

START GBD eclipse unchecked

a guest
Sep 11th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. PS C:\openocd\src> ./openocd -s "C:/openocd/tcl" -f "C:/openocd/tcl/interface/picoprobe.cfg" -f "C:/openocd/tcl/target/rp2040.cfg" -d2
  2. Open On-Chip Debugger 0.11.0-g228ede4 (2022-09-07-23:36)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. debug_level: 2
  7.  
  8. Info : only one transport option; autoselect 'swd'
  9. adapter speed: 5000 kHz
  10.  
  11. Info : Hardware thread awareness created
  12. Info : Hardware thread awareness created
  13. Info : RP2040 Flash Bank Command
  14. Info : Listening on port 6666 for tcl connections
  15. Info : Listening on port 4444 for telnet connections
  16. Info : clock speed 5000 kHz
  17. Info : SWD DPIDR 0x0bc12477
  18. Info : SWD DLPIDR 0x00000001
  19. Info : SWD DPIDR 0x0bc12477
  20. Info : SWD DLPIDR 0x10000001
  21. Info : rp2040.core0: hardware has 4 breakpoints, 2 watchpoints
  22. Info : rp2040.core1: hardware has 4 breakpoints, 2 watchpoints
  23. Info : starting gdb server for rp2040.core0 on 3333
  24. Info : Listening on port 3333 for gdb connections
  25. Info : Read incorrect DLIPDR f0000041 (possibly CTRL/STAT value) when selecting coreid 0
  26. Polling target rp2040.core0 failed, trying to reexamine
  27. Error: libusb_bulk_read error: LIBUSB_ERROR_PIPE
  28. Examination failed, GDB will be halted. Polling again in 100ms
  29. Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
  30. Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
  31. Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
  32. Polling target rp2040.core1 failed, trying to reexamine
  33. Error: Picoprobe queue full
  34. Error: Picoprobe queue full
  35. Error: Picoprobe queue full
  36. Error: Picoprobe queue full
  37. Error: Picoprobe queue full
  38. Assertion failed: pkt_hdr->total_packet_length <= PICOPROBE_MAX_PACKET_LENGTH, file src/jtag/drivers/picoprobe.c, line 101
  39. PS C:\openocd\src>
  40.  
  41.  
  42.  
  43.  
  44.  
  45. ###########################
  46. ECLIPSE TERMINAL
  47. ##########################
  48.  
  49. Open On-Chip Debugger 0.11.0-g228ede4 (2022-09-07-23:36)
  50. Licensed under GNU GPL v2
  51. For bug reports, read
  52. http://openocd.org/doc/doxygen/bugs.html
  53. debug_level: 2
  54.  
  55. Info : only one transport option; autoselect 'swd'
  56. adapter speed: 5000 kHz
  57.  
  58. Info : Hardware thread awareness created
  59. Info : Hardware thread awareness created
  60. Info : RP2040 Flash Bank Command
  61. Started by GNU MCU Eclipse
  62. Info : Listening on port 6666 for tcl connections
  63. Info : Listening on port 4444 for telnet connections
  64. Info : clock speed 5000 kHz
  65. Info : SWD DPIDR 0x0bc12477
  66. Info : SWD DLPIDR 0x00000001
  67. Info : SWD DPIDR 0x0bc12477
  68. Info : SWD DLPIDR 0x10000001
  69. Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
  70. Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
  71. Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
  72. Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
  73. Error: Failed to write memory and, additionally, failed to find out where
  74. Error: libusb_bulk_read error: LIBUSB_ERROR_TIMEOUT
  75. Error: Picoprobe queue full
  76. Error: Picoprobe queue full
  77. Assertion failed: pkt_hdr->total_packet_length <= PICOPROBE_MAX_PACKET_LENGTH, file src/jtag/drivers/picoprobe.c, line 101
  78.  
  79.  
  80.  
  81.  
  82.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement