Closed netanbi closed 2 years ago
Is this same with the hello_world example? It is worth trying to make sure your usb cable works well.
And please can you also try with the latest OpenOCD release
@netanbi Can you comment if your issue continues?
Hi after upgrade the OCD library its solved
בתאריך יום ג׳, 16 באוג׳ 2022, 18:17, מאת Erhan Kurubas < @.***>:
@netanbi https://github.com/netanbi Can you comment if your issue continues?
— Reply to this email directly, view it on GitHub https://github.com/espressif/openocd-esp32/issues/238#issuecomment-1216780706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHZRXJEPLV4D3O3OAU3BFFTVZOWJFANCNFSM53ZSZ6JA . You are receiving this because you were mentioned.Message ID: @.***>
Thanks.
Hi, I am trying to start work with the esp32-c3-devkitm-1 with the eclipse pluge in , first i test if i can burn the FW like gatt_server to board with the original build in usb and i seccueded , then i see that to work with debug i need to connect gpio18+19 ,gnd ,5v to usb pc i connect and run the command openocd -f board/esp32c3-builtin.cfg from the terminal and secssed to get :
user-name@computer-name:~/esp/esp-idf$ openocd -f board/esp32c3-builtin.cfg Open On-Chip Debugger v0.10.0-esp32-20201202-26-g05a036c2 (2021-03-15-17:18) Licensed under GNU GPL v2 For bug reports, read https://openocd.org/doc/doxygen/bugs.html Info : only one transport option; autoselect 'jtag' Warn : Transport "jtag" was already selected force hard breakpoints Info : Listening on port 6666 for tcl connections Info : Listening on port 4444 for telnet connections Info : esp_usb_jtag: Device found. Base speed 40000KHz, div range 1 to 255 Info : clock speed 40000 kHz Info : JTAG tap: esp32c3.cpu tap/device found: 0x00005c25 (mfg: 0x612 (Espressif Systems), part: 0x0005, ver: 0x0) Info : datacount=2 progbufsize=16 Info : Examined RISC-V core; found 1 harts Info : hart 0: XLEN=32, misa=0x40101104 Info : Listening on port 3333 for gdb connections
but the problem is if i run debuge then i get a lot of errors
Open On-Chip Debugger v0.11.0-esp32-20211220 (2021-12-20-15:43) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html User : 13 6 options.c:63 configuration_output_handler(): debug_level: 3 User : 14 6 options.c:63 configuration_output_handler(): Debug: 15 6 options.c:244 add_default_dirs(): bindir=/builds/idf/openocd-esp32/_build/../openocd-esp32/bin Debug: 16 6 options.c:245 add_default_dirs(): pkgdatadir=/builds/idf/openocd-esp32/_build/../openocd-esp32/share/openocd Debug: 17 7 options.c:246 add_default_dirs(): exepath=C:/Users/nbitan/.espressif/tools/openocd-esp32/v0.11.0-esp32-20211220/openocd-esp32/bin Debug: 18 7 options.c:247 add_default_dirs(): bin2data=../share/openocd Debug: 19 7 configuration.c:42 add_script_search_dir(): adding C:\Users\nbitan.espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\share\openocd\scripts Debug: 20 8 configuration.c:42 add_script_search_dir(): adding C:/Users/nbitan/AppData/Roaming/OpenOCD Debug: 21 8 configuration.c:42 add_script_search_dir(): adding C:/Users/nbitan/.espressif/tools/openocd-esp32/v0.11.0-esp32-20211220/openocd-esp32/bin/../share/openocd/site Debug: 22 9 configuration.c:42 add_script_search_dir(): adding C:/Users/nbitan/.espressif/tools/openocd-esp32/v0.11.0-esp32-20211220/openocd-esp32/bin/../share/openocd/scripts Debug: 23 9 command.c:146 script_debug(): command - gdb_port 3333 Debug: 25 10 command.c:146 script_debug(): command - telnet_port 4444 Debug: 27 10 command.c:146 script_debug(): command - tcl_port 6666 Debug: 29 10 configuration.c:97 find_file(): found C:\Users\nbitan.espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\share\openocd\scripts/board/esp32c3-builtin.cfg Debug: 30 14 configuration.c:97 find_file(): found C:\Users\nbitan.espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\share\openocd\scripts/interface/esp_usb_jtag.cfg Debug: 31 15 command.c:146 script_debug(): command - adapter driver esp_usb_jtag Info : 33 15 transport.c:117 allow_transports(): only one transport option; autoselect 'jtag' Debug: 34 16 command.c:146 script_debug(): command - espusbjtag vid_pid 0x303a 0x1001 Info : 36 16 esp_usb_jtag.c:899 esp_usb_jtag_vid_pid(): esp_usb_jtag: VID set to 0x303a and PID to 0x1001 Debug: 37 16 command.c:146 script_debug(): command - espusbjtag caps_descriptor 0x2000 Info : 39 16 esp_usb_jtag.c:912 esp_usb_jtag_caps_descriptor(): esp_usb_jtag: capabilities descriptor set to 0x2000 Debug: 40 17 command.c:146 script_debug(): command - adapter speed 40000 Debug: 42 17 core.c:1822 jtag_config_khz(): handle jtag khz Debug: 43 17 core.c:1785 adapter_khz_to_speed(): convert khz to interface specific speed value Debug: 44 17 core.c:1785 adapter_khz_to_speed(): convert khz to interface specific speed value Debug: 45 18 configuration.c:97 find_file(): found C:\Users\nbitan.espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\share\openocd\scripts/target/esp32c3.cfg Debug: 46 19 command.c:146 script_debug(): command - transport select jtag Warn : 47 19 transport.c:286 jim_transport_select(): Transport "jtag" was already selected Debug: 48 19 configuration.c:97 find_file(): found C:\Users\nbitan.espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\share\openocd\scripts/bitsbytes.tcl Debug: 49 20 configuration.c:97 find_file(): found C:\Users\nbitan.espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\share\openocd\scripts/memory.tcl Debug: 50 21 configuration.c:97 find_file(): found C:\Users\nbitan.espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\share\openocd\scripts/mmr_helpers.tcl Debug: 51 22 configuration.c:97 find_file(): found C:\Users\nbitan.espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\share\openocd\scripts/target/esp_common.cfg Debug: 52 23 command.c:146 script_debug(): command - add_help_text program_esp write an image to flash, address is only required for binary images. verify, reset, exit, compress, restore_clock are optional Debug: 54 23 command.c:1115 help_add_command(): added 'program_esp' help text Debug: 55 24 command.c:146 script_debug(): command - add_usage_text program_esp [address] [verify] [reset] [exit] [compress] [restore_clock]
Debug: 57 24 command.c:1141 help_add_command(): added 'program_esp' usage text
Debug: 58 24 command.c:146 script_debug(): command - add_help_text program_esp_bins write all the images at address specified in flasher_args.json generated while building idf project
Debug: 60 25 command.c:1115 help_add_command(): added 'program_esp_bins' help text
Debug: 61 25 command.c:146 script_debug(): command - add_usage_text program_esp_bins flasher_args.json [verify] [reset] [exit] [compress] [restore_clock]
Debug: 63 25 command.c:1141 help_add_command(): added 'program_esp_bins' usage text
Debug: 64 25 command.c:146 script_debug(): command - add_help_text esp_get_mac Print MAC address of the chip. Use a
format
argument to return formatted MAC value Debug: 66 26 command.c:1115 help_add_command(): added 'esp_get_mac' help text Debug: 67 26 command.c:146 script_debug(): command - add_usage_text esp_get_mac [format] Debug: 69 26 command.c:1141 help_add_command(): added 'esp_get_mac' usage text Debug: 70 26 command.c:146 script_debug(): command - jtag newtap esp32c3 cpu -irlen 5 -expected-id 0x00005c25 Debug: 71 27 tcl.c:572 jim_newtap_cmd(): Creating New Tap, Chip: esp32c3, Tap: cpu, Dotted: esp32c3.cpu, 4 params Debug: 72 27 tcl.c:596 jim_newtap_cmd(): Processing option: -irlen Debug: 73 27 tcl.c:596 jim_newtap_cmd(): Processing option: -expected-id Debug: 74 27 core.c:1488 jtag_tap_init(): Created Tap: esp32c3.cpu @ abs position 0, irlen 5, capture: 0x1 mask: 0x3 Debug: 75 27 command.c:146 script_debug(): command - target create esp32c3 esp32c3 -chain-position esp32c3.cpu -rtos FreeRTOS Debug: 76 28 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 77 28 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 78 28 FreeRTOS.c:1242 FreeRTOS_create(): FreeRTOS_create Debug: 79 28 command.c:376 register_command(): command 'set_enable_virtual' is already registered in 'riscv' context Debug: 80 29 command.c:376 register_command(): command 'set_enable_virtual' is already registered in 'riscv' context Debug: 81 29 command.c:146 script_debug(): command - esp32c3 configure -event reset-assert-post esp32c3_soc_reset Debug: 82 29 command.c:146 script_debug(): command - esp32c3 configure -event halted esp32c3_wdt_disableDebug: 83 30 command.c:146 script_debug(): command - esp32c3 configure -event examine-end
Need this to handle 'apptrace init' syscall correctly because semihosting is not enabled by default
Debug: 84 30 command.c:146 script_debug(): command - esp32c3 configure -event gdb-attach
'halt' is necessary to auto-probe flash bank when GDB is connected and generate proper memory map
Debug: 85 32 command.c:146 script_debug(): command - esp32c3 configure -work-area-phys 0x40380000 -work-area-virt 0x40380000 -work-area-size 0x4000 -work-area-backup 1 Debug: 86 32 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 87 32 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 88 32 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 89 33 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 90 33 command.c:146 script_debug(): command - esp32c3 configure -alt-work-area-phys 0x3FC84000 -alt-work-area-virt 0x3FC84000 -alt-work-area-size 0x20000 -alt-work-area-backup 1 Debug: 91 33 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 92 34 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 93 34 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 94 34 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 95 34 command.c:146 script_debug(): command - flash bank esp32c3.flash esp32c3 0x0 0 0 0 esp32c3 Debug: 97 35 command.c:376 register_command(): command 'esp' is already registered in '' context
Debug: 98 35 tcl.c:1319 handle_flash_bank_command(): 'esp32c3' driver usage field missing
Debug: 99 35 command.c:146 script_debug(): command - flash bank esp32c3.irom esp32c3 0x0 0 0 0 esp32c3
Debug: 101 35 command.c:376 register_command(): command 'esp' is already registered in '' context
Debug: 102 36 command.c:376 register_command(): command 'appimage_offset' is already registered in 'esp' context
Debug: 103 36 command.c:376 register_command(): command 'compression' is already registered in 'esp' context
Debug: 104 36 command.c:376 register_command(): command 'verify_bank_hash' is already registered in 'esp' context
Debug: 105 36 command.c:376 register_command(): command 'flash_stub_clock_boost' is already registered in 'esp' context
Debug: 106 37 tcl.c:1319 handle_flash_bank_command(): 'esp32c3' driver usage field missing
Debug: 107 37 command.c:146 script_debug(): command - flash bank esp32c3.drom esp32c3 0x0 0 0 0 esp32c3
Debug: 109 37 command.c:376 register_command(): command 'esp' is already registered in '' context
Debug: 110 38 command.c:376 register_command(): command 'appimage_offset' is already registered in 'esp' context
Debug: 111 38 command.c:376 register_command(): command 'compression' is already registered in 'esp' context
Debug: 112 38 command.c:376 register_command(): command 'verify_bank_hash' is already registered in 'esp' context
Debug: 113 38 command.c:376 register_command(): command 'flash_stub_clock_boost' is already registered in 'esp' context
Debug: 114 39 tcl.c:1319 handle_flash_bank_command(): 'esp32c3' driver usage field missing
Debug: 115 39 command.c:146 script_debug(): command - riscv set_reset_timeout_sec 2
Debug: 117 39 command.c:146 script_debug(): command - riscv set_command_timeout_sec 5
Debug: 119 39 command.c:146 script_debug(): command - riscv set_prefer_sba on
Debug: 121 41 command.c:146 script_debug(): command - echo Flashing C:/Users/nbitan/eclipse-workspace/gatt_server/build/partition_table/partition-table.bin at 0x8000
User : 123 42 command.c:769 jim_echo(): Flashing C:/Users/nbitan/eclipse-workspace/gatt_server/build/partition_table/partition-table.bin at 0x8000
Debug: 124 42 command.c:146 script_debug(): command - flash list
Debug: 125 42 command.c:146 script_debug(): command - init
Debug: 127 42 command.c:146 script_debug(): command - target init
Debug: 129 42 command.c:146 script_debug(): command - target names
Debug: 130 43 command.c:146 script_debug(): command - esp32c3 cget -event gdb-flash-erase-start
Debug: 131 43 command.c:146 script_debug(): command - esp32c3 configure -event gdb-flash-erase-start reset init
Debug: 132 43 command.c:146 script_debug(): command - esp32c3 cget -event gdb-flash-write-end
Debug: 133 43 command.c:146 script_debug(): command - esp32c3 configure -event gdb-flash-write-end reset halt
Debug: 134 44 command.c:146 script_debug(): command - esp32c3 cget -event gdb-attach
Debug: 135 44 target.c:1661 handle_target_init_command(): Initializing targets...
Debug: 136 44 esp32c3.c:125 esp32c3_init_target(): enter
Debug: 137 53 semihosting_common.c:100 semihosting_common_init():
Debug: 138 83 libusb_helper.c:334 jtag_libusb_choose_interface(): usb ep out 02 Debug: 139 83 libusb_helper.c:334 jtag_libusb_choose_interface(): usb ep in 83 Debug: 140 83 libusb_helper.c:342 jtag_libusb_choose_interface(): Claiming interface 2 Info : 141 84 esp_usb_jtag.c:730 esp_usb_jtag_init(): esp_usb_jtag: Device found. Base speed 40000KHz, div range 1 to 255 Debug: 142 84 core.c:1785 adapter_khz_to_speed(): convert khz to interface specific speed value Debug: 143 85 core.c:1789 adapter_khz_to_speed(): have interface set up Debug: 144 85 esp_usb_jtag.c:789 esp_usb_jtag_khz(): Divisor for 40000 KHz with base clock of 40000 khz is 1 Debug: 145 85 esp_usb_jtag.c:805 esp_usb_jtag_speed(): esp_usb_jtag: setting divisor 1 Debug: 146 85 core.c:1785 adapter_khz_to_speed(): convert khz to interface specific speed value Debug: 147 86 core.c:1789 adapter_khz_to_speed(): have interface set up Debug: 148 86 esp_usb_jtag.c:789 esp_usb_jtag_khz(): Divisor for 40000 KHz with base clock of 40000 khz is 1 Info : 149 86 core.c:1565 adapter_init(): clock speed 40000 kHz Debug: 150 86 openocd.c:143 handle_init_command(): Debug Adapter init complete Debug: 151 86 command.c:146 script_debug(): command - transport init Debug: 153 86 transport.c:229 handle_transport_init(): handle_transport_init Error: 154 589 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 155 589 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 1 bytes. Debug: 156 606 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 157 606 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 159 778 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 160 778 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 161 953 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 162 953 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 163 1131 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 164 1132 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 166 1305 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 167 1305 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 168 1477 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 169 1477 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 170 1634 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 171 1636 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Debug: 172 1637 core.c:718 legacy_jtag_add_reset(): SRST line released Debug: 173 1639 core.c:742 legacy_jtag_add_reset(): TRST line released Debug: 174 1640 core.c:327 jtag_call_event_callbacks(): jtag event: TAP reset Error: 175 2158 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 176 2160 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 2 bytes. Debug: 177 2185 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 178 2186 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 179 2206 log.c:428 gdb_timeout_warning(): keep_alive() was not invoked in the 1000 ms timelimit (1060 ms). This may cause trouble with GDB connections. Debug: 181 2380 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 182 2380 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 183 2571 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 184 2572 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 186 2743 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 187 2743 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 188 3048 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 189 3051 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 191 3244 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 192 3245 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 193 3410 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 194 3411 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Debug: 195 3414 command.c:146 script_debug(): command - jtag arp_init Debug: 196 3416 core.c:1578 jtag_init_inner(): Init JTAG chain Debug: 197 3417 core.c:327 jtag_call_event_callbacks(): jtag event: TAP reset Error: 198 3933 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 199 3935 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 4 bytes. Debug: 200 3997 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 201 3997 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 203 4173 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 204 4173 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 205 4366 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 206 4366 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 208 4558 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 209 4558 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 210 4805 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 211 4805 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 212 4986 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 213 4987 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 215 5141 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 216 5143 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Debug: 217 5145 core.c:1243 jtag_examine_chain(): DR scan interrogation for IDCODE/BYPASS Debug: 218 5147 core.c:327 jtag_call_event_callbacks(): jtag event: TAP reset Error: 219 5664 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 220 5664 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 13 bytes. Debug: 221 5678 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 222 5678 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 224 5854 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 225 5854 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 226 6039 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 227 6039 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 229 6261 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 230 6262 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 231 6467 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 232 6468 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 233 6644 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 234 6644 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 236 6802 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 237 6802 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Error: 238 6802 bitq.c:285 bitq_execute_queue(): missing data from bitq interface Error: 239 6802 core.c:1623 jtag_init_inner(): Trying to use configured scan chain anyway... Debug: 240 6802 core.c:1374 jtag_validate_ircapture(): IR capture validation scan Error: 241 7308 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 242 7308 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 21 bytes. Debug: 243 7336 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 244 7336 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 246 7513 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 247 7513 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 248 7739 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 249 7740 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 251 7908 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 252 7908 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 253 8096 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 254 8096 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 255 8305 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 256 8305 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 258 8462 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 259 8463 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Error: 260 8463 bitq.c:285 bitq_execute_queue(): missing data from bitq interface Debug: 261 8463 core.c:327 jtag_call_event_callbacks(): jtag event: TAP reset Error: 262 8970 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 263 8972 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 23 bytes. Debug: 264 9036 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 265 9036 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 267 9224 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 268 9224 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 269 9401 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 270 9401 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 272 9617 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 273 9617 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 274 9801 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 275 9801 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 276 9976 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 277 9976 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 279 10130 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 280 10131 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Warn : 281 10132 core.c:1646 jtag_init_inner(): Bypassing JTAG setup events due to errors Debug: 282 10132 command.c:146 script_debug(): command - dap init Debug: 284 10132 arm_dap.c:106 dap_init_all(): Initializing all DAPs ... Debug: 285 10132 openocd.c:160 handle_init_command(): Examining targets... Debug: 286 10132 target.c:1849 target_call_event_callbacks(): target event 19 (examine-start) for core esp32c3 Debug: 287 10133 esp32c3.c:113 esp32c3_handle_target_event(): 19 Debug: 288 10133 esp_riscv.c:185 esp_riscv_handle_target_event(): 19 Debug: 289 10133 riscv.c:976 riscv_examine(): riscv_examine() Error: 290 10651 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 291 10654 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 42 bytes. Debug: 292 10725 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 293 10725 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 295 10901 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 296 10901 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 297 11141 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 298 11142 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 300 11319 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 301 11319 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 302 11502 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 303 11502 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 304 11717 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 305 11718 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 307 11883 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 308 11883 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Error: 309 11884 bitq.c:285 bitq_execute_queue(): missing data from bitq interface Error: 310 11884 riscv.c:399 dtmcontrol_scan(): failed jtag scan: -104 Debug: 311 11884 riscv.c:986 riscv_examine(): dtmcontrol=0xffffff98 Debug: 312 11884 riscv.c:988 riscv_examine(): version=0x8 Error: 313 11884 riscv.c:424 get_target_type(): Unsupported DTM version: 8 Debug: 314 11884 target.c:1849 target_call_event_callbacks(): target event 20 (examine-fail) for core esp32c3 Debug: 315 11884 esp32c3.c:113 esp32c3_handle_target_event(): 20 Debug: 316 11885 esp_riscv.c:185 esp_riscv_handle_target_event(): 20 Warn : 317 11885 target.c:804 target_examine(): target esp32c3 examination failed Debug: 318 11885 openocd.c:162 handle_init_command(): target examination failed Debug: 319 11885 command.c:146 script_debug(): command - flash init Debug: 321 11885 tcl.c:1385 handle_flash_init_command(): Initializing flash devices... Debug: 322 11885 command.c:146 script_debug(): command - nand init Debug: 324 11886 tcl.c:498 handle_nand_init_command(): Initializing NAND devices... Debug: 325 11886 command.c:146 script_debug(): command - pld init Debug: 327 11886 pld.c:206 handle_pld_init_command(): Initializing PLDs... Info : 328 11886 gdb_server.c:3512 gdb_target_start(): starting gdb server for esp32c3 on 3333 Info : 329 11888 server.c:312 add_service(): Listening on port 3333 for gdb connections Debug: 330 11888 command.c:146 script_debug(): command - reset init Debug: 332 11888 target.c:1867 target_call_reset_callbacks(): target reset 3 (init) Debug: 333 11889 command.c:146 script_debug(): command - target names Debug: 334 11889 command.c:146 script_debug(): command - esp32c3 invoke-event reset-start Debug: 335 11889 command.c:146 script_debug(): command - transport select Debug: 336 11889 command.c:146 script_debug(): command - jtag arp_init-reset Debug: 337 11889 core.c:1694 jtag_init_reset(): Initializing with hard TRST+SRST reset Debug: 338 11890 core.c:731 legacy_jtag_add_reset(): JTAG reset with TLR instead of TRST Debug: 339 11890 core.c:327 jtag_call_event_callbacks(): jtag event: TAP reset Error: 340 12406 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 341 12406 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 44 bytes. Debug: 342 12420 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 343 12420 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 345 12596 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 346 12596 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 347 12773 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 348 12774 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 350 12965 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 351 12966 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 352 13213 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 353 13213 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 354 13380 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 355 13381 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 357 13540 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 358 13540 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Debug: 359 13540 core.c:1578 jtag_init_inner(): Init JTAG chain Debug: 360 13540 core.c:327 jtag_call_event_callbacks(): jtag event: TAP reset Error: 361 14049 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 362 14050 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 46 bytes. Debug: 363 14076 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 364 14076 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 366 14254 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 367 14255 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 368 14428 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 369 14429 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 370 14597 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 371 14597 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 373 14773 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 374 14773 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 375 14960 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 376 14961 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 378 15117 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 379 15117 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Debug: 380 15117 core.c:1243 jtag_examine_chain(): DR scan interrogation for IDCODE/BYPASS Debug: 381 15117 core.c:327 jtag_call_event_callbacks(): jtag event: TAP reset Error: 382 15619 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 383 15621 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 55 bytes. Debug: 384 15647 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 385 15647 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 387 15820 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 388 15820 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 389 15996 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 390 15997 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 391 16184 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 392 16184 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 394 16362 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 395 16362 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 396 16535 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 397 16535 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 398 16696 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 399 16700 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Error: 400 16703 bitq.c:285 bitq_execute_queue(): missing data from bitq interface Error: 401 16705 core.c:1623 jtag_init_inner(): Trying to use configured scan chain anyway... Debug: 402 16707 core.c:1374 jtag_validate_ircapture(): IR capture validation scan Error: 403 17213 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 404 17216 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 63 bytes. Debug: 405 17398 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 406 17401 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 407 17417 log.c:428 gdb_timeout_warning(): keep_alive() was not invoked in the 1000 ms timelimit (1213 ms). This may cause trouble with GDB connections. Debug: 409 17608 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 410 17608 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 411 17821 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 412 17821 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 414 17997 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 415 17998 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 416 18171 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 417 18173 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 418 18361 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 419 18362 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 421 18514 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 422 18516 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Error: 423 18516 bitq.c:285 bitq_execute_queue(): missing data from bitq interface Debug: 424 18517 core.c:327 jtag_call_event_callbacks(): jtag event: TAP reset Error: 425 19033 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 426 19037 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 64 bytes. Debug: 427 19064 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 428 19064 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 430 19314 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 431 19314 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 432 19500 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 433 19500 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 435 19791 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 436 19791 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 437 19983 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 438 19983 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 440 20173 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 441 20174 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 442 20330 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 443 20332 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Warn : 444 20334 core.c:1646 jtag_init_inner(): Bypassing JTAG setup events due to errors Debug: 445 20335 command.c:146 script_debug(): command - transport select Debug: 446 20337 command.c:146 script_debug(): command - esp32c3 cget -chain-position Debug: 447 20337 command.c:146 script_debug(): command - jtag tapisenabled esp32c3.cpu Debug: 448 20337 command.c:146 script_debug(): command - esp32c3 invoke-event examine-start Debug: 449 20338 command.c:146 script_debug(): command - esp32c3 arp_examine allow-defer Debug: 450 20338 riscv.c:976 riscv_examine(): riscv_examine() Error: 451 20846 libusb_helper.c:250 jtag_libusb_bulk_write(): libusb_bulk_write error: LIBUSB_ERROR_TIMEOUT Debug: 452 20848 esp_usb_jtag.c:451 esp_usb_jtag_send_buf(): esp_usb_jtag: usb sent only 0 out of 84 bytes. Debug: 453 20871 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 454 20871 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 456 21073 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 457 21073 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 458 21264 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 459 21264 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 461 21439 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 462 21439 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 463 21607 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 464 21607 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Debug: 465 21783 libusb_helper.c:411 jtag_libusb_find_device(): USB dev found 303a:1001 @ 1:4-22 Error: 466 21783 libusb_helper.c:417 jtag_libusb_find_device(): libusb_open() failed with LIBUSB_ERROR_ACCESS Error: 468 21941 esp_usb_jtag.c:349 esp_usb_jtag_revive_device(): esp_usb_jtag: device not found! Error: 469 21942 esp_usb_jtag.c:456 esp_usb_jtag_send_buf(): esp_usb_jtag: failed to revive USB device! Error: 470 21944 bitq.c:285 bitq_execute_queue(): missing data from bitq interface Error: 471 21945 riscv.c:399 dtmcontrol_scan(): failed jtag scan: -104 Debug: 472 21947 riscv.c:986 riscv_examine(): dtmcontrol=0xffffff98 Debug: 473 21948 riscv.c:988 riscv_examine(): version=0x8 Error: 474 21949 riscv.c:424 get_target_type(): Unsupported DTM version: 8 Debug: 475 21950 command.c:146 script_debug(): command - esp32c3 invoke-event examine-fail Debug: 476 21951 command.c:146 script_debug(): command - esp32c3 invoke-event reset-assert-pre Debug: 477 21953 command.c:146 script_debug(): command - transport select Debug: 478 21954 command.c:146 script_debug(): command - esp32c3 cget -chain-position Debug: 479 21956 command.c:146 script_debug(): command - jtag tapisenabled esp32c3.cpu Debug: 480 21957 command.c:146 script_debug(): command - esp32c3 arp_reset assert 1 Debug: 481 21957 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 482 21957 target.c:2218 target_free_all_working_areas_restore(): freeing all working areas Debug: 483 21958 riscv.c:1140 riscv_assert_reset(): [0] Error: 484 21958 riscv.c:424 get_target_type(): Unsupported DTM version: 8 Debug: 485 21958 riscv.c:3209 riscv_invalidate_register_cache(): [0]
can someone help with that ???