Moddingear

Untitled

May 11th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. Processing esp32doit-devkit-v1 (platform: espressif32; board: esp32doit-devkit-v1; framework: arduino)
  2. --------------------------------------------------------------------------------
  3. Verbose mode can be enabled via `-v, --verbose` option
  4. CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32doit-devkit-v1.html
  5. PLATFORM: Espressif 32 (3.2.0) > DOIT ESP32 DEVKIT V1
  6. HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
  7. DEBUG: Current (esp-prog) 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.30000.201119 (3.0.0)
  11. - tool-openocd-esp32 2.1000.20201202 (10.0)
  12. - toolchain-xtensa32 2.50200.97 (5.2.0)
  13. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  14. LDF Modes: Finder ~ chain, Compatibility ~ soft
  15. Found 28 compatible libraries
  16. Scanning dependencies...
  17. No dependencies
  18. Building in debug mode
  19. Retrieving maximum program size .pio\build\esp32doit-devkit-v1\firmware.elf
  20. Checking size .pio\build\esp32doit-devkit-v1\firmware.elf
  21. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  22. RAM: [ ] 4.1% (used 13384 bytes from 327680 bytes)
  23. Flash: [== ] 15.4% (used 202130 bytes from 1310720 bytes)
  24. ========================= [SUCCESS] Took 1.79 seconds =========================
  25.  
  26. Environment Status Duration
  27. ------------------- -------- ------------
  28. esp32doit-devkit-v1 SUCCESS 00:00:01.789
  29. ========================= 1 succeeded in 00:00:01.789 =========================
  30. Reading symbols from c:\Users\moddi\Desktop\PlatformIO\Waterboard\.pio\build\esp32doit-devkit-v1\firmware.elf...
  31. done.
  32. PlatformIO Unified Debugger -> http://bit.ly/pio-debug
  33. PlatformIO: debug_tool = esp-prog
  34. PlatformIO: Initializing remote target...
  35. Open On-Chip Debugger v0.10.0-esp32-20210401 (2021-04-01-15:46)
  36. Licensed under GNU GPL v2
  37. For bug reports, read
  38. http://openocd.org/doc/doxygen/bugs.html
  39. adapter speed: 20000 kHz
  40.  
  41. WARNING: boards/esp-wroom-32.cfg is deprecated, and may be removed in a future release.
  42. adapter speed: 5000 kHz
  43.  
  44. Info : tcl server disabled
  45. Info : telnet server disabled
  46. Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
  47. Info : clock speed 5000 kHz
  48. Error: JTAG scan chain interrogation failed: all zeroes
  49. Error: Check JTAG interface, timings, target power, etc.
  50. Error: Trying to use configured scan chain anyway...
  51. Error: esp32.cpu0: IR capture error; saw 0x00 not 0x01
  52. Warn : Bypassing JTAG setup events due to errors
  53. Info : accepting 'gdb' connection from pipe
  54. Warn : No symbols for FreeRTOS!
  55. Error: Target not examined yet
  56. Error executing event gdb-attach on target esp32.cpu0:
  57.  
  58. Error: Target not halted
  59. Error: auto_probe failed
  60. Error: Connect failed. Consider setting up a gdb-attach event for the target to prepare target for GDB connect, or use 'gdb_memory_map disable'.
  61. Error: attempted 'gdb' connection rejected
  62. Error: error during select: Unknown error
  63. .pioinit:11: Error in sourced command file:
  64. Remote communication error. Target disconnected.: No error.
  65.  
Add Comment
Please, Sign In to add comment