Guest User

Untitled

a guest
Jul 18th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.44 KB | None | 0 0
  1. Processing wemos_d1_mini32 (platform: espressif32; board: wemos_d1_mini32; framework: arduino)
  2. --------------------------------------------------------------------------------
  3. Verbose mode can be enabled via `-v, --verbose` option
  4. CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/wemos_d1_mini32.html
  5. PLATFORM: Espressif 32 (3.3.0) > WeMos D1 MINI ESP32
  6. HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
  7. DEBUG: Current (minimodule) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
  8. PACKAGES:
  9. - framework-arduinoespressif32 3.10006.210326 (1.0.6)
  10. - tool-esptoolpy 1.30100.210531 (3.1.0)
  11. - toolchain-xtensa32 2.50200.97 (5.2.0)
  12. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  13. LDF Modes: Finder ~ chain, Compatibility ~ soft
  14. Found 33 compatible libraries
  15. Scanning dependencies...
  16. Dependency Graph
  17. |-- <Adafruit ST7735 and ST7789 Library> 1.7.3
  18. | |-- <Adafruit GFX Library> 1.10.10
  19. | | |-- <SPI> 1.0
  20. | | |-- <Adafruit BusIO> 1.8.2
  21. | | | |-- <Wire> 1.0.1
  22. | | | |-- <SPI> 1.0
  23. | | |-- <Wire> 1.0.1
  24. | |-- <SPI> 1.0
  25. |-- <Adafruit GFX Library> 1.10.10
  26. | |-- <SPI> 1.0
  27. | |-- <Adafruit BusIO> 1.8.2
  28. | | |-- <Wire> 1.0.1
  29. | | |-- <SPI> 1.0
  30. | |-- <Wire> 1.0.1
  31. |-- <Adafruit BusIO> 1.8.2
  32. | |-- <Wire> 1.0.1
  33. | |-- <SPI> 1.0
  34. Building in debug mode
  35. Retrieving maximum program size .pio/build/wemos_d1_mini32/firmware.elf
  36. Checking size .pio/build/wemos_d1_mini32/firmware.elf
  37. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  38. RAM: [ ] 4.1% (used 13552 bytes from 327680 bytes)
  39. Flash: [== ] 16.2% (used 212366 bytes from 1310720 bytes)
  40. ========================= [SUCCESS] Took 1.23 seconds =========================
  41. Reading symbols from /home/marcel/Documents/PlatformIO/Projects/NussBot_DoorClient_2/.pio/build/wemos_d1_mini32/firmware.elf...
  42. done.
  43. PlatformIO Unified Debugger -> http://bit.ly/pio-debug
  44. PlatformIO: debug_tool = minimodule
  45. PlatformIO: Initializing remote target...
  46. Open On-Chip Debugger v0.10.0-esp32-20210401 (2021-04-01-15:45)
  47. Licensed under GNU GPL v2
  48. For bug reports, read
  49. http://openocd.org/doc/doxygen/bugs.html
  50. WARNING: boards/esp-wroom-32.cfg is deprecated, and may be removed in a future release.
  51. adapter speed: 200 kHz
  52.  
  53. Info : tcl server disabled
  54. Info : telnet server disabled
  55. Info : clock speed 200 kHz
  56. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120834e5 (mfg: 0x272 (Tensilica), part: 0x2083, ver: 0x1)
  57. Warn : JTAG tap: esp32.cpu0 UNEXPECTED: 0x120834e5 (mfg: 0x272 (Tensilica), part: 0x2083, ver: 0x1)
  58. Error: JTAG tap: esp32.cpu0 expected 1 of 1: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  59. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120834e5 (mfg: 0x272 (Tensilica), part: 0x2083, ver: 0x1)
  60. Warn : JTAG tap: esp32.cpu1 UNEXPECTED: 0x120834e5 (mfg: 0x272 (Tensilica), part: 0x2083, ver: 0x1)
  61. Error: JTAG tap: esp32.cpu1 expected 1 of 1: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  62. Error: Trying to use configured scan chain anyway...
  63. Error: esp32.cpu0: IR capture error; saw 0x1f not 0x01
  64. Warn : Bypassing JTAG setup events due to errors
  65. Info : esp32.cpu0: Debug controller was reset.
  66. Info : esp32.cpu0: Core was reset.
  67. Info : esp32.cpu1: Debug controller was reset.
  68. Info : esp32.cpu1: Core was reset.
  69. Info : esp32.cpu1: Debug controller was reset.
  70. Info : accepting 'gdb' connection from pipe
  71. Warn : No symbols for FreeRTOS!
  72. Info : esp32.cpu0: Debug controller was reset.
  73. Info : esp32.cpu0: Target halted, PC=0x40079574, debug_reason=00000000
  74. Info : Set GDB target to 'esp32.cpu0'
  75. Info : esp32.cpu1: Target halted, PC=0x400076DD, debug_reason=00000000
  76. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  77. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 52 KB
  78. Info : Flash mapping 1: 0x20018 -> 0x400d0018, 101 KB
  79. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  80. Info : Auto-detected flash bank 'esp32.cpu0.flash' size 4096 KB
  81. Info : Using flash bank 'esp32.cpu0.flash' size 4096 KB
  82. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  83. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 52 KB
  84. Info : Flash mapping 1: 0x20018 -> 0x400d0018, 101 KB
  85. Info : Using flash bank 'esp32.cpu0.irom' size 104 KB
  86. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  87. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 52 KB
  88. Info : Flash mapping 1: 0x20018 -> 0x400d0018, 101 KB
  89. Info : Using flash bank 'esp32.cpu0.drom' size 56 KB
  90. Info : New GDB Connection: 1, Target esp32.cpu0, state: halted
  91. Warn : negative reply, retrying
  92. Warn : acknowledgment received, but no packet pending
  93. 0x40079574 in ?? ()
  94. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  95. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  96. JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  97. JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  98. Info : esp32.cpu0: Debug controller was reset.
  99. Info : esp32.cpu0: Core was reset.
  100. esp32.cpu0: Debug controller was reset.
  101. esp32.cpu0: Core was reset.
  102. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  103. esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  104. Info : esp32.cpu0: Core was reset.
  105. esp32.cpu0: Core was reset.
  106. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  107. esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  108. Info : esp32.cpu1: Debug controller was reset.
  109. Info : esp32.cpu1: Core was reset.
  110. esp32.cpu1: Debug controller was reset.
  111. esp32.cpu1: Core was reset.
  112. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  113. esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  114. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  115. esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  116. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 52 KB
  117. Info : Flash mapping 1: 0x20018 -> 0x400d0018, 101 KB
  118. Flash mapping 0: 0x10020 -> 0x3f400020, 52 KB
  119. Flash mapping 1: 0x20018 -> 0x400d0018, 101 KB
  120. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  121. esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  122. Info : Auto-detected flash bank 'esp32.cpu1.flash' size 4096 KB
  123. Info : Using flash bank 'esp32.cpu1.flash' size 4096 KB
  124. Auto-detected flash bank 'esp32.cpu1.flash' size 4096 KB
  125. Using flash bank 'esp32.cpu1.flash' size 4096 KB
  126. ** Programming Started **
  127. ** Programming Started **
  128. Error: esp32.cpu0: DSR (8080CC0B) indicates DIR instruction generated an exception!
  129. Error: esp32.cpu0: DSR (8080CC0B) indicates DIR instruction generated an overrun!
  130. esp32.cpu0: DSR (8080CC0B) indicates DIR instruction generated an exception!
  131. esp32.cpu0: DSR (8080CC0B) indicates DIR instruction generated an overrun!
  132. Info : esp32.cpu0: Target halted, PC=0x40091674, debug_reason=00000002
  133. esp32.cpu0: Target halted, PC=0x40091674, debug_reason=00000002
  134. Error: Failed to erase flash (1074339492)!
  135. Error: failed erasing sectors 1 to 5
  136. Failed to erase flash (1074339492)!
  137. failed erasing sectors 1 to 5
  138. embedded:startup.tcl:449: Error: ** Programming Failed **
  139. in procedure 'program_esp'
  140. in procedure 'program_error' called at file "/home/marcel/.platformio/packages/tool-openocd-esp32/share/openocd/scripts/target/esp_common.cfg", line 133
  141. at file "embedded:startup.tcl", line 449
  142. embedded:startup.tcl:449: Error: ** Programming Failed **
  143. in procedure 'program_esp'
  144. in procedure 'program_error' called at file "/home/marcel/.platformio/packages/tool-openocd-esp32/share/openocd/scripts/target/esp_common.cfg", line 133
  145. at file "embedded:startup.tcl", line 449
  146. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  147. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  148. JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  149. JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  150. Info : esp32.cpu0: Debug controller was reset.
  151. Info : esp32.cpu0: Core was reset.
  152. esp32.cpu0: Debug controller was reset.
  153. esp32.cpu0: Core was reset.
  154. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  155. esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  156. Info : esp32.cpu0: Core was reset.
  157. esp32.cpu0: Core was reset.
  158. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  159. esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  160. Info : esp32.cpu1: Debug controller was reset.
  161. Info : esp32.cpu1: Core was reset.
  162. esp32.cpu1: Debug controller was reset.
  163. esp32.cpu1: Core was reset.
  164. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  165. esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  166. ** Programming Started **
  167. ** Programming Started **
  168. Error: esp32.cpu0: DSR (8080CC89) indicates DIR instruction generated an overrun!
  169. esp32.cpu0: DSR (8080CC89) indicates DIR instruction generated an overrun!
  170. Info : esp32.cpu0: Core was reset.
  171. esp32.cpu0: Core was reset.
  172. Info : esp32.cpu0: Core was reset.
  173. esp32.cpu0: Core was reset.
  174. Info : esp32.cpu0: Core was reset.
  175. esp32.cpu0: Core was reset.
  176. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  177. esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  178. Info : PROF: Data transferred in 368.831 ms @ 10.8451 KB/s
  179. PROF: Data transferred in 368.831 ms @ 10.8451 KB/s
  180. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  181. esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  182. Error: Failed to write flash (-1065541723)!
  183. Error: error writing to flash at address 0x00000000 at offset 0x00008000
  184. embedded:startup.tcl:449: Error: ** Programming Failed **
  185. in procedure 'program_esp'
  186. in procedure 'program_error' called at file "/home/marcel/.platformio/packages/tool-openocd-esp32/share/openocd/scripts/target/esp_common.cfg", line 133
  187. at file "embedded:startup.tcl", line 449
  188. Failed to write flash (-1065541723)!
  189. error writing to flash at address 0x00000000 at offset 0x00008000
  190. embedded:startup.tcl:449: Error: ** Programming Failed **
  191. in procedure 'program_esp'
  192. in procedure 'program_error' called at file "/home/marcel/.platformio/packages/tool-openocd-esp32/share/openocd/scripts/target/esp_common.cfg", line 133
  193. at file "embedded:startup.tcl", line 449
  194. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  195. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  196. JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  197. JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  198. Info : esp32.cpu0: Debug controller was reset.
  199. Info : esp32.cpu0: Core was reset.
  200. esp32.cpu0: Debug controller was reset.
  201. esp32.cpu0: Core was reset.
  202. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  203. esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  204. Info : esp32.cpu0: Core was reset.
  205. esp32.cpu0: Core was reset.
  206. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  207. esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  208. Info : esp32.cpu1: Debug controller was reset.
  209. Info : esp32.cpu1: Core was reset.
  210. esp32.cpu1: Debug controller was reset.
  211. esp32.cpu1: Core was reset.
  212. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  213. esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  214. ** Programming Started **
  215. ** Programming Started **
  216. Info : esp32.cpu0: Core was reset.
  217. esp32.cpu0: Core was reset.
  218. Info : esp32.cpu0: Core was reset.
  219. esp32.cpu0: Core was reset.
  220. Info : esp32.cpu0: Detected debug stubs @ 50000000
  221. esp32.cpu0: Detected debug stubs @ 50000000
  222. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  223. esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  224. Error: Failed to erase flash (-938928604)!
  225. Error: failed erasing sectors 14 to 15
  226. Failed to erase flash (-938928604)!
  227. embedded:startup.tcl:449: Error: ** Programming Failed **
  228. in procedure 'program_esp'
  229. in procedure 'program_error' called at file "/home/marcel/.platformio/packages/tool-openocd-esp32/share/openocd/scripts/target/esp_common.cfg", line 133
  230. at file "embedded:startup.tcl", line 449
  231. failed erasing sectors 14 to 15
  232. embedded:startup.tcl:449: Error: ** Programming Failed **
  233. in procedure 'program_esp'
  234. in procedure 'program_error' called at file "/home/marcel/.platformio/packages/tool-openocd-esp32/share/openocd/scripts/target/esp_common.cfg", line 133
  235. at file "embedded:startup.tcl", line 449
  236. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  237. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  238. JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  239. JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  240. Info : esp32.cpu0: Debug controller was reset.
  241. Info : esp32.cpu0: Core was reset.
  242. esp32.cpu0: Debug controller was reset.
  243. esp32.cpu0: Core was reset.
  244. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  245. esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  246. Info : esp32.cpu0: Core was reset.
  247. esp32.cpu0: Core was reset.
  248. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  249. esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  250. Info : esp32.cpu1: Debug controller was reset.
  251. Info : esp32.cpu1: Core was reset.
  252. esp32.cpu1: Debug controller was reset.
  253. esp32.cpu1: Core was reset.
  254. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  255. esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  256. ** Programming Started **
  257. ** Programming Started **
  258. Error: esp32.cpu0: DSR (8080CC0B) indicates DIR instruction generated an exception!
  259. Error: esp32.cpu0: DSR (8080CC0B) indicates DIR instruction generated an overrun!
  260. esp32.cpu0: DSR (8080CC0B) indicates DIR instruction generated an exception!
  261. esp32.cpu0: DSR (8080CC0B) indicates DIR instruction generated an overrun!
  262. Info : esp32.cpu0: Core was reset.
  263. esp32.cpu0: Core was reset.
  264. Info : esp32.cpu0: Core was reset.
  265. esp32.cpu0: Core was reset.
  266. Info : esp32.cpu0: Debug controller was reset.
  267. esp32.cpu0: Debug controller was reset.
  268. Info : esp32.cpu0: Core was reset.
  269. esp32.cpu0: Core was reset.
  270. Info : esp32.cpu0: Debug controller was reset.
  271. esp32.cpu0: Debug controller was reset.
  272. Info : esp32.cpu0: Debug controller was reset.
  273. esp32.cpu0: Debug controller was reset.
  274. Info : esp32.cpu0: Debug controller was reset.
  275. esp32.cpu0: Debug controller was reset.
  276. Info : esp32.cpu0: Debug controller was reset.
  277. Info : esp32.cpu0: Core was reset.
  278. esp32.cpu0: Debug controller was reset.
  279. esp32.cpu0: Core was reset.
  280. Info : esp32.cpu0: Core was reset.
  281. esp32.cpu0: Core was reset.
  282. Info : esp32.cpu0: Target halted, PC=0x40091626, debug_reason=00000002
  283. esp32.cpu0: Target halted, PC=0x40091626, debug_reason=00000002
  284. Error: esp32.cpu0: DSR (C480CC03) indicates DIR instruction generated an exception!
  285. Warn : esp32.cpu0: Failed writing 4 bytes at address 0x3ff60064
  286. Error: Failed to write ESP32_TIMG1WDT_PROTECT (-4)!
  287. esp32.cpu0: DSR (C480CC03) indicates DIR instruction generated an exception!
  288. esp32.cpu0: Failed writing 4 bytes at address 0x3ff60064
  289. Failed to write ESP32_TIMG1WDT_PROTECT (-4)!
  290. Error: Failed to erase flash (1074476580)!
  291. Error: failed erasing sectors 16 to 67
  292. embedded:startup.tcl:449: Error: ** Programming Failed **
  293. in procedure 'program_esp'
  294. in procedure 'program_error' called at file "/home/marcel/.platformio/packages/tool-openocd-esp32/share/openocd/scripts/target/esp_common.cfg", line 133
  295. at file "embedded:startup.tcl", line 449
  296. Failed to erase flash (1074476580)!
  297. failed erasing sectors 16 to 67
  298. embedded:startup.tcl:449: Error: ** Programming Failed **
  299. in procedure 'program_esp'
  300. in procedure 'program_error' called at file "/home/marcel/.platformio/packages/tool-openocd-esp32/share/openocd/scripts/target/esp_common.cfg", line 133
  301. at file "embedded:startup.tcl", line 449
  302. Info : esp32.cpu0: Target halted, PC=0x40000022, debug_reason=00000000
  303. esp32.cpu0: Target halted, PC=0x40000022, debug_reason=00000000
  304. Error: esp32.cpu0: DSR (C080CC03) indicates DIR instruction generated an exception!
  305. Warn : esp32.cpu0: Failed writing 4 bytes at address 0x3ff480a4
  306. Error: Failed to write ESP32_RTCWDT_PROTECT (-4)!
  307. esp32.cpu0: DSR (C080CC03) indicates DIR instruction generated an exception!
  308. esp32.cpu0: Failed writing 4 bytes at address 0x3ff480a4
  309. Failed to write ESP32_RTCWDT_PROTECT (-4)!
  310. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  311. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120036e5 (mfg: 0x372 (Muscle Power), part: 0x2003, ver: 0x1)
  312. Warn : JTAG tap: esp32.cpu1 UNEXPECTED: 0x120036e5 (mfg: 0x372 (Muscle Power), part: 0x2003, ver: 0x1)
  313. Error: JTAG tap: esp32.cpu1 expected 1 of 1: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  314. Error: Trying to use configured scan chain anyway...
  315. Warn : Bypassing JTAG setup events due to errors
  316. JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  317. JTAG tap: esp32.cpu1 tap/device found: 0x120036e5 (mfg: 0x372 (Muscle Power), part: 0x2003, ver: 0x1)
  318. JTAG tap: esp32.cpu1 UNEXPECTED: 0x120036e5 (mfg: 0x372 (Muscle Power), part: 0x2003, ver: 0x1)
  319. JTAG tap: esp32.cpu1 expected 1 of 1: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  320. Trying to use configured scan chain anyway...
  321. Bypassing JTAG setup events due to errors
  322. Info : esp32.cpu0: Debug controller was reset.
  323. Info : esp32.cpu0: Core was reset.
  324. esp32.cpu0: Debug controller was reset.
  325. esp32.cpu0: Core was reset.
  326. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  327. esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  328. Info : esp32.cpu0: Core was reset.
  329. esp32.cpu0: Core was reset.
  330. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  331. esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  332. Info : esp32.cpu1: Debug controller was reset.
  333. Info : esp32.cpu1: Core was reset.
  334. esp32.cpu1: Debug controller was reset.
  335. esp32.cpu1: Core was reset.
  336. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  337. esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  338. Hardware assisted breakpoint 1 at 0x400d204c: file /home/marcel/.platformio/packages/framework-arduinoespressif32/cores/esp32/main.cpp, line 29.
  339. PlatformIO: Initialization completed
  340. PlatformIO: Resume the execution to `debug_init_break = thb app_main`
  341. PlatformIO: More configuration options -> http://bit.ly/pio-debug
  342. Note: automatically using hardware breakpoints for read-only addresses.
  343. Error: ftdi device did not return all data: 0, expected 2
  344. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  345. Error: error while flushing MPSSE queue: -4
  346. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  347. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  348. Error: error while flushing MPSSE queue: -4
  349. Error: Failed to exec JTAG queue!
  350. Error: Failed to read debug stubs address location (-4)!
  351. Warn : target esp32.cpu0 is not halted (gdb fileio)
  352. Error: Failed to find HALTED core!
  353. Polling target esp32.cpu0 failed, trying to reexamine
  354. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  355. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  356. Error: error while flushing MPSSE queue: -4
  357. Examination failed, GDB will be halted. Polling again in 100ms
  358. ftdi device did not return all data: 0, expected 2
  359. unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  360. error while flushing MPSSE queue: -4
  361. libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  362. unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  363. error while flushing MPSSE queue: -4
  364. Failed to exec JTAG queue!
  365. Failed to read debug stubs address location (-4)!
  366. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  367.  
  368. [
  369. Remote target] #1 stopped.
  370. 0x40000400 in ?? ()
  371. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  372. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  373. Error: error while flushing MPSSE queue: -4
  374. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  375. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  376. Error: error while flushing MPSSE queue: -4
  377. Error: Failed to exec JTAG queue!
  378. Error: Failed to read debug stubs address location (-4)!
  379. Polling target esp32.cpu1 failed, trying to reexamine
  380. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  381. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  382. Error: error while flushing MPSSE queue: -4
  383. Examination failed, GDB will be halted. Polling again in 100ms
  384. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  385. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  386. Error: error while flushing MPSSE queue: -4
  387. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  388. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  389. Error: error while flushing MPSSE queue: -4
  390. Error: Failed to exec JTAG queue!
  391. Error: Failed to read debug stubs address location (-4)!
  392. Polling target esp32.cpu0 failed, trying to reexamine
  393. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  394. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  395. Error: error while flushing MPSSE queue: -4
  396. Examination failed, GDB will be halted. Polling again in 300ms
  397. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  398. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  399. Error: error while flushing MPSSE queue: -4
  400. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  401. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  402. Error: error while flushing MPSSE queue: -4
  403. Error: Failed to exec JTAG queue!
  404. Error: Failed to read debug stubs address location (-4)!
  405. Polling target esp32.cpu1 failed, trying to reexamine
  406. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  407. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  408. Error: error while flushing MPSSE queue: -4
  409. Examination failed, GDB will be halted. Polling again in 300ms
  410. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  411. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  412. Error: error while flushing MPSSE queue: -4
  413. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  414. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  415. Error: error while flushing MPSSE queue: -4
  416. Error: Failed to exec JTAG queue!
  417. Error: Failed to read debug stubs address location (-4)!
  418. Polling target esp32.cpu0 failed, trying to reexamine
  419. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  420. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  421. Error: error while flushing MPSSE queue: -4
  422. Examination failed, GDB will be halted. Polling again in 700ms
  423. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  424. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  425. Error: error while flushing MPSSE queue: -4
  426. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  427. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  428. Error: error while flushing MPSSE queue: -4
  429. Error: Failed to exec JTAG queue!
  430. Error: Failed to read debug stubs address location (-4)!
  431. Polling target esp32.cpu1 failed, trying to reexamine
  432. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  433. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  434. Error: error while flushing MPSSE queue: -4
  435. Examination failed, GDB will be halted. Polling again in 700ms
  436. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  437. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  438. Error: error while flushing MPSSE queue: -4
  439. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  440. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  441. Error: error while flushing MPSSE queue: -4
  442. Error: Failed to exec JTAG queue!
  443. Error: Failed to read debug stubs address location (-4)!
  444. Polling target esp32.cpu0 failed, trying to reexamine
  445. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  446. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  447. Error: error while flushing MPSSE queue: -4
  448. Examination failed, GDB will be halted. Polling again in 1500ms
  449. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  450. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  451. Error: error while flushing MPSSE queue: -4
  452. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  453. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  454. Error: error while flushing MPSSE queue: -4
  455. Error: Failed to exec JTAG queue!
  456. Error: Failed to read debug stubs address location (-4)!
  457. Polling target esp32.cpu1 failed, trying to reexamine
  458. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  459. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  460. Error: error while flushing MPSSE queue: -4
  461. Examination failed, GDB will be halted. Polling again in 1500ms
  462. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  463. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  464. Error: error while flushing MPSSE queue: -4
  465. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  466. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  467. Error: error while flushing MPSSE queue: -4
  468. Error: Failed to exec JTAG queue!
  469. Error: Failed to read debug stubs address location (-4)!
  470. Polling target esp32.cpu0 failed, trying to reexamine
  471. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  472. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  473. Error: error while flushing MPSSE queue: -4
  474. Examination failed, GDB will be halted. Polling again in 3100ms
  475. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  476. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  477. Error: error while flushing MPSSE queue: -4
  478. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  479. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  480. Error: error while flushing MPSSE queue: -4
  481. Error: Failed to exec JTAG queue!
  482. Error: Failed to read debug stubs address location (-4)!
  483. Polling target esp32.cpu1 failed, trying to reexamine
  484. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  485. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  486. Error: error while flushing MPSSE queue: -4
  487. Examination failed, GDB will be halted. Polling again in 3100ms
  488. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  489. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  490. Error: error while flushing MPSSE queue: -4
  491. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  492. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  493. Error: error while flushing MPSSE queue: -4
  494. Error: Failed to exec JTAG queue!
  495. Error: Failed to read debug stubs address location (-4)!
  496. Polling target esp32.cpu0 failed, trying to reexamine
  497. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  498. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  499. Error: error while flushing MPSSE queue: -4
  500. Examination failed, GDB will be halted. Polling again in 6300ms
  501. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  502. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  503. Error: error while flushing MPSSE queue: -4
  504. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  505. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  506. Error: error while flushing MPSSE queue: -4
  507. Error: Failed to exec JTAG queue!
  508. Error: Failed to read debug stubs address location (-4)!
  509. Polling target esp32.cpu1 failed, trying to reexamine
  510. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  511. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  512. Error: error while flushing MPSSE queue: -4
  513. Examination failed, GDB will be halted. Polling again in 6300ms
  514. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  515. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  516. Error: error while flushing MPSSE queue: -4
  517. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  518. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  519. Error: error while flushing MPSSE queue: -4
  520. Error: Failed to exec JTAG queue!
  521. Error: Failed to read debug stubs address location (-4)!
  522. Polling target esp32.cpu0 failed, trying to reexamine
  523. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  524. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  525. Error: error while flushing MPSSE queue: -4
  526. Examination failed, GDB will be halted. Polling again in 6300ms
  527. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  528. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  529. Error: error while flushing MPSSE queue: -4
  530. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  531. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  532. Error: error while flushing MPSSE queue: -4
  533. Error: Failed to exec JTAG queue!
  534. Error: Failed to read debug stubs address location (-4)!
  535. Polling target esp32.cpu1 failed, trying to reexamine
  536. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  537. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  538. Error: error while flushing MPSSE queue: -4
  539. Examination failed, GDB will be halted. Polling again in 6300ms
  540. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  541. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  542. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  543. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  544. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  545. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  546. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  547. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  548. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  549. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  550. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  551. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  552. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  553. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  554. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  555. Error: error while flushing MPSSE queue: -4
  556. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  557. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  558. Error: error while flushing MPSSE queue: -4
  559. Error: Failed to exec JTAG queue!
  560. Error: Failed to read debug stubs address location (-4)!
  561. Polling target esp32.cpu0 failed, trying to reexamine
  562. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  563. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  564. Error: error while flushing MPSSE queue: -4
  565. Examination failed, GDB will be halted. Polling again in 6300ms
  566. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  567. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  568. Error: error while flushing MPSSE queue: -4
  569. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  570. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  571. Error: error while flushing MPSSE queue: -4
  572. Error: Failed to exec JTAG queue!
  573. Error: Failed to read debug stubs address location (-4)!
  574. Polling target esp32.cpu1 failed, trying to reexamine
  575. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  576. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  577. Error: error while flushing MPSSE queue: -4
  578. Examination failed, GDB will be halted. Polling again in 6300ms
  579. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  580. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  581. Error: error while flushing MPSSE queue: -4
  582. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  583. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  584. Error: error while flushing MPSSE queue: -4
  585. Error: Failed to exec JTAG queue!
  586. Error: Failed to read debug stubs address location (-4)!
  587. Polling target esp32.cpu0 failed, trying to reexamine
  588. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  589. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  590. Error: error while flushing MPSSE queue: -4
  591. Examination failed, GDB will be halted. Polling again in 6300ms
  592. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  593. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  594. Error: error while flushing MPSSE queue: -4
  595. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  596. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  597. Error: error while flushing MPSSE queue: -4
  598. Error: Failed to exec JTAG queue!
  599. Error: Failed to read debug stubs address location (-4)!
  600. Polling target esp32.cpu1 failed, trying to reexamine
  601. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  602. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  603. Error: error while flushing MPSSE queue: -4
  604. Examination failed, GDB will be halted. Polling again in 6300ms
  605. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  606. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  607. Error: error while flushing MPSSE queue: -4
  608. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  609. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  610. Error: error while flushing MPSSE queue: -4
  611. Error: Failed to exec JTAG queue!
  612. Error: Failed to read debug stubs address location (-4)!
  613. Polling target esp32.cpu0 failed, trying to reexamine
  614. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  615. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  616. Error: error while flushing MPSSE queue: -4
  617. Examination failed, GDB will be halted. Polling again in 6300ms
  618. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  619. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  620. Error: error while flushing MPSSE queue: -4
  621. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  622. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  623. Error: error while flushing MPSSE queue: -4
  624. Error: Failed to exec JTAG queue!
  625. Error: Failed to read debug stubs address location (-4)!
  626. Polling target esp32.cpu1 failed, trying to reexamine
  627. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  628. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  629. Error: error while flushing MPSSE queue: -4
  630. Examination failed, GDB will be halted. Polling again in 6300ms
  631. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  632. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  633. Error: error while flushing MPSSE queue: -4
  634. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  635. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  636. Error: error while flushing MPSSE queue: -4
  637. Error: Failed to exec JTAG queue!
  638. Error: Failed to read debug stubs address location (-4)!
  639. Polling target esp32.cpu0 failed, trying to reexamine
  640. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  641. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  642. Error: error while flushing MPSSE queue: -4
  643. Examination failed, GDB will be halted. Polling again in 6300ms
  644. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  645. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  646. Error: error while flushing MPSSE queue: -4
  647. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  648. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  649. Error: error while flushing MPSSE queue: -4
  650. Error: Failed to exec JTAG queue!
  651. Error: Failed to read debug stubs address location (-4)!
  652. Polling target esp32.cpu1 failed, trying to reexamine
  653. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  654. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  655. Error: error while flushing MPSSE queue: -4
  656. Examination failed, GDB will be halted. Polling again in 6300ms
  657. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  658. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  659. Error: error while flushing MPSSE queue: -4
  660. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  661. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  662. Error: error while flushing MPSSE queue: -4
  663. Error: Failed to exec JTAG queue!
  664. Error: Failed to read debug stubs address location (-4)!
  665. Polling target esp32.cpu0 failed, trying to reexamine
  666. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  667. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  668. Error: error while flushing MPSSE queue: -4
  669. Examination failed, GDB will be halted. Polling again in 6300ms
  670. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  671. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  672. Error: error while flushing MPSSE queue: -4
  673. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  674. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  675. Error: error while flushing MPSSE queue: -4
  676. Error: Failed to exec JTAG queue!
  677. Error: Failed to read debug stubs address location (-4)!
  678. Polling target esp32.cpu1 failed, trying to reexamine
  679. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  680. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  681. Error: error while flushing MPSSE queue: -4
  682. Examination failed, GDB will be halted. Polling again in 6300ms
  683. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  684. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  685. Error: error while flushing MPSSE queue: -4
  686. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  687. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  688. Error: error while flushing MPSSE queue: -4
  689. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  690. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  691. Error: error while flushing MPSSE queue: -4
  692. Error: Failed to exec JTAG queue!
  693. Error: Failed to read debug stubs address location (-4)!
  694. libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  695. unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  696. error while flushing MPSSE queue: -4
  697. libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  698. unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  699. error while flushing MPSSE queue: -4
  700. libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  701. unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  702. error while flushing MPSSE queue: -4
  703. Failed to exec JTAG queue!
  704. Failed to read debug stubs address location (-4)!
  705. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  706. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  707. Error: error while flushing MPSSE queue: -4
  708. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  709. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  710. Error: error while flushing MPSSE queue: -4
  711. Error: Failed to exec JTAG queue!
  712. Error: Failed to read debug stubs address location (-4)!
  713. Warn : target esp32.cpu0 is not halted (gdb fileio)
  714. Error: Failed to find HALTED core!
  715. Polling target esp32.cpu0 failed, trying to reexamine
  716. Error: libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  717. Error: unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  718. Error: error while flushing MPSSE queue: -4
  719. Examination failed, GDB will be halted. Polling again in 6300ms
  720. libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  721. unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  722. error while flushing MPSSE queue: -4
  723. libusb_handle_events() failed with LIBUSB_ERROR_NO_DEVICE
  724. unable to purge ftdi rx buffers: LIBUSB_ERROR_NO_DEVICE
  725. error while flushing MPSSE queue: -4
  726. Failed to exec JTAG queue!
  727. Failed to read debug stubs address location (-4)!
  728. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  729.  
  730. [
  731. Remote target] #1 stopped.
  732. 0x40000400 in ?? ()
  733. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  734. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  735. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  736. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  737. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  738. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  739. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  740. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  741. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  742. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  743. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  744. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  745. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  746. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  747. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  748. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  749. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  750. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  751. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  752. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  753. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  754. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  755. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  756. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  757. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  758. Warn : xtensa_read_memory: esp32.cpu0: target not halted
  759.  
Add Comment
Please, Sign In to add comment