Guest User

Untitled

a guest
Dec 12th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. > Executing task in folder ESPuino: C:\Users\Chris\.platformio\penv\Scripts\platformio.exe run --target upload --target monitor --environment lolin_d32_pro_sdmmc_pe <
  2.  
  3. Processing lolin_d32_pro_sdmmc_pe (board: lolin_d32_pro; platform: espressif32; framework: arduino)
  4. ----------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
  5. CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/lolin_d32_pro.html
  6. PLATFORM: Espressif 32 (3.4.0) > WEMOS LOLIN D32 PRO
  7. HARDWARE: ESP32 240MHz, 320KB RAM, 16MB Flash
  8. 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)
  9. PACKAGES:
  10. - framework-arduinoespressif32 0.0.0+sha.46d5afb
  11. - tool-esptoolpy 1.30100.210531 (3.1.0)
  12. - tool-mkspiffs 2.230.0 (2.30)
  13. - toolchain-xtensa32 2.50200.97 (5.2.0)
  14. LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
  15. LDF Modes: Finder ~ chain, Compatibility ~ soft
  16. Found 44 compatible libraries
  17. Scanning dependencies...
  18. Dependency Graph
  19. |-- <SPI> 1.0
  20. |-- <Wire> 1.0.1
  21. |-- <ESP32-audioI2S-master> 2.0.0+sha.3378866
  22. | |-- <FFat> 1.0
  23. | | |-- <FS> 1.0
  24. | |-- <FS> 1.0
  25. | |-- <SD(esp32)> 1.0.5
  26. | | |-- <FS> 1.0
  27. | | |-- <SPI> 1.0
  28. | |-- <SD_MMC> 1.0
  29. | | |-- <FS> 1.0
  30. | |-- <SPI> 1.0
  31. | |-- <SPIFFS> 1.0
  32. | | |-- <FS> 1.0
  33. | |-- <WiFi> 1.0
  34. | |-- <WiFiClientSecure> 1.0
  35. | | |-- <WiFi> 1.0
  36. |-- <ESP32Encoder> 0.6.0+sha.06fbeb3
  37. |-- <PubSubClient> 2.8.0+sha.2d228f2
  38. |-- <ESP32FTPServer> 0.0.1+sha.f71e97d
  39. | |-- <SD(esp32)> 1.0.5
  40. | | |-- <FS> 1.0
  41. | | |-- <SPI> 1.0
  42. | |-- <FS> 1.0
  43. | |-- <WiFi> 1.0
  44. | |-- <SPI> 1.0
  45. |-- <FastLED> 3.4.0+sha.1547b93
  46. | |-- <SPI> 1.0
  47. |-- <ESP Async WebServer> 1.2.3+sha.1d46269
  48. | |-- <AsyncTCP> 1.1.1
  49. | |-- <FS> 1.0
  50. | |-- <WiFi> 1.0
  51. | |-- <ArduinoJson> 6.18.4+sha.f51ccb5c
  52. |-- <AsyncTCP> 1.1.1+sha.ca8ac5f
  53. |-- <ArduinoJson> 6.18.4+sha.f51ccb5c
  54. |-- <ESP32-A2DP> 1.4.0+sha.2800d69
  55. |-- <IRremote> 3.4.0+sha.ed94895
  56. |-- <MFRC522_I2C> 1.0.0+sha.121a27e
  57. | |-- <Wire> 1.0.1
  58. |-- <MFRC522> 1.4.9+sha.ba72b92
  59. | |-- <SPI> 1.0
  60. |-- <LogRingBuffer> 0.0.0+20211209222521.sha.89d7d3e
  61. |-- <PN5180 Library> 1.1.0+sha.2d9ae3d
  62. | |-- <SPI> 1.0
  63. |-- <WiFi> 1.0
  64. |-- <SD(esp32)> 1.0.5
  65. | |-- <FS> 1.0
  66. | |-- <SPI> 1.0
  67. |-- <SD_MMC> 1.0
  68. | |-- <FS> 1.0
  69. |-- <Preferences> 1.0
  70. |-- <nvsdump>
  71. |-- <Update> 1.0
  72. |-- <ESPmDNS> 1.0
  73. | |-- <WiFi> 1.0
  74. Building in release mode
  75. Retrieving maximum program size .pio\build\lolin_d32_pro_sdmmc_pe\firmware.elf
  76. Checking size .pio\build\lolin_d32_pro_sdmmc_pe\firmware.elf
  77. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  78. RAM: [== ] 19.8% (used 64844 bytes from 327680 bytes)
  79. Flash: [=== ] 32.9% (used 2158011 bytes from 6553600 bytes)
  80. Configuring upload protocol...
  81. AVAILABLE: esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa
  82. CURRENT: upload_protocol = esptool
  83. Looking for upload port...
  84. Auto-detected: COM5
  85. Uploading .pio\build\lolin_d32_pro_sdmmc_pe\firmware.bin
  86. esptool.py v3.1
  87. Serial port COM5
  88. Connecting........_____....._____....._____....._____....._____....._____....._____
  89.  
  90. A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
  91. *** [upload] Error 2
  92. ====================================== [FAILED] Took 36.60 seconds ======================================
  93.  
  94. Environment Status Duration
  95. ---------------------- -------- ------------
  96. lolin_d32_pro_sdmmc_pe FAILED 00:00:36.598
  97. ================================= 1 failed, 0 succeeded in 00:00:36.598 =================================
  98. The terminal process "C:\Users\Chris\.platformio\penv\Scripts\platformio.exe 'run', '--target', 'upload', '--target', 'monitor', '--environment', 'lolin_d32_pro_sdmmc_pe'" terminated with exit code: 1.
  99.  
  100. Terminal will be reused by tasks, press any key to close it.
Add Comment
Please, Sign In to add comment