Guest User

Untitled

a guest
Mar 23rd, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. Processing nodemcu-32s (platform: espressif32; board: nodemcu-32s; framework: arduino)
  2. --------------------------------------------------------------------------------
  3. Verbose mode can be enabled via `-v, --verbose` option
  4. CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/nodemcu-32s.html
  5. PLATFORM: Espressif 32 (3.1.1) > NodeMCU-32S
  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.10005.210308 (1.0.5)
  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 29 compatible libraries
  16. Scanning dependencies...
  17. No dependencies
  18. Building in debug mode
  19. Retrieving maximum program size .pio\build\nodemcu-32s\firmware.elf
  20. Checking size .pio\build\nodemcu-32s\firmware.elf
  21. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  22. RAM: [ ] 4.1% (used 13508 bytes from 327680 bytes)
  23. Flash: [== ] 15.9% (used 208336 bytes from 1310720 bytes)
  24. ========================= [SUCCESS] Took 1.80 seconds =========================
  25. Reading symbols from c:\Users\Syx\Documents\PlatformIO\Projects\also deet\.pio\build\nodemcu-32s\firmware.elf...
  26. done.
  27. PlatformIO Unified Debugger -> http://bit.ly/pio-debug
  28. PlatformIO: debug_tool = esp-prog
  29. PlatformIO: Initializing remote target...
  30. Open On-Chip Debugger v0.10.0-esp32-20201202 (2020-12-02-17:38)
  31. Licensed under GNU GPL v2
  32. For bug reports, read
  33. http://openocd.org/doc/doxygen/bugs.html
  34. adapter speed: 20000 kHz
  35.  
  36. WARNING: boards/esp-wroom-32.cfg is deprecated, and may be removed in a future release.
  37. Info : FreeRTOS creation
  38. Info : FreeRTOS creation
  39. adapter speed: 5000 kHz
  40.  
  41. Info : tcl server disabled
  42. Info : telnet server disabled
  43. Error: no device found
  44. Error: unable to open ftdi device with vid 0403, pid 6010, description '*', serial '*' at bus location '*'
  45. Error: no device found
  46. Error: unable to open ftdi device with vid 0403, pid 6014, description '*', serial '*' at bus location '*'
  47.  
  48. Assertion failed!
  49.  
  50. Program: C:\Users\Syx\.platformio\packages\tool-openocd-esp32\bin\openocd.exe
  51. File: ../src/jtag/core.c, Line 343
  52.  
  53. Expression: jtag_trst == 0
  54. .pioinit:11: Error in sourced command file:
  55. Remote communication error. Target disconnected.: No error.
  56.  
Add Comment
Please, Sign In to add comment