DrRandom

PIO upload

May 3rd, 2022
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. > Executing task in folder HsH_Core_2.0: C:\Users\Pc\.platformio\penv\Scripts\platformio.exe run --target upload <
  2.  
  3. Warning! Ignore unknown configuration option `platformio_setting_force_verbose` in section [env:esp-wrover-kit]
  4. Processing esp-wrover-kit (platform: espressif32; board: esp-wrover-kit; framework: arduino)
  5. ----------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
  6. CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp-wrover-kit.html
  7. PLATFORM: Espressif 32 (4.2.0) > Espressif ESP-WROVER-KIT
  8. HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
  9. DEBUG: Current (ftdi) On-board (ftdi) External (cmsis-dap, 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)
  10. PACKAGES:
  11.  - framework-arduinoespressif32 3.20002.0 (2.0.2)
  12.  - tool-esptoolpy 1.30300.0 (3.3.0)
  13.  - tool-mkfatfs 2.0.1
  14.  - tool-mklittlefs 1.203.210628 (2.3)
  15.  - tool-mkspiffs 2.230.0 (2.30)
  16.  - toolchain-xtensa-esp32 8.4.0+2021r2-patch3
  17. LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
  18. LDF Modes: Finder ~ chain, Compatibility ~ soft
  19. Found 37 compatible libraries
  20. Scanning dependencies...
  21. Dependency Graph
  22. |-- <ArduinoJson> 6.19.2
  23. |-- <FS> 2.0.0
  24. |-- <LittleFS> 2.0.0
  25. |   |-- <FS> 2.0.0
  26. |-- <HTTPClient> 2.0.0
  27. |   |-- <WiFi> 2.0.0
  28. |   |-- <WiFiClientSecure> 2.0.0    
  29. |   |   |-- <WiFi> 2.0.0
  30. |-- <ESPmDNS> 2.0.0
  31. |   |-- <WiFi> 2.0.0
  32. |-- <Ethernet> 2.0.0
  33. |   |-- <WiFi> 2.0.0
  34. |-- <WiFi> 2.0.0
  35. |-- <AsyncTCPSock> 0.0.1
  36. |   |-- <WiFiClientSecure> 2.0.0    
  37. |   |   |-- <WiFi> 2.0.0
  38. |-- <ESP Async WebServer> 1.2.3    
  39. |   |-- <AsyncTCPSock> 0.0.1        
  40. |   |   |-- <WiFiClientSecure> 2.0.0
  41. |   |   |   |-- <WiFi> 2.0.0        
  42. |   |-- <FS> 2.0.0
  43. |   |-- <WiFi> 2.0.0
  44. |   |-- <ArduinoJson> 6.19.2        
  45. |-- <Update> 2.0.0
  46. |-- <JPEGDecoder> 1.8.0
  47. |   |-- <LittleFS> 2.0.0
  48. |   |   |-- <FS> 2.0.0
  49. |   |-- <FS> 2.0.0
  50. |   |-- <SD> 2.0.0
  51. |   |   |-- <FS> 2.0.0
  52. |   |   |-- <SPI> 2.0.0
  53. |-- <SPI> 2.0.0        
  54. |-- <TFT_eSPI> 2.3.4  
  55. |   |-- <SPIFFS> 2.0.0
  56. |   |   |-- <FS> 2.0.0
  57. |   |-- <FS> 2.0.0
  58. |   |-- <SPI> 2.0.0
  59. |-- <ErriezDS3231> 2.0.0
  60. |   |-- <Wire> 2.0.0
  61. |-- <Wire> 2.0.0
  62. Building in release mode
  63. Replace MKSPIFFSTOOL with mklittlefs.exe
  64. Retrieving maximum program size .pio\build\esp-wrover-kit\firmware.elf
  65. Checking size .pio\build\esp-wrover-kit\firmware.elf
  66. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  67. RAM:   [==        ]  17.5% (used 57192 bytes from 327680 bytes)
  68. Flash: [===       ]  26.8% (used 1266193 bytes from 4718592 bytes)
  69. Configuring upload protocol...
  70. AVAILABLE: cmsis-dap, esp-prog, espota, esptool, ftdi, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa
  71. CURRENT: upload_protocol = esptool
  72. Looking for upload port...
  73. Use manually specified: COM8
  74. Uploading .pio\build\esp-wrover-kit\firmware.bin
  75. esptool.py v3.3
  76. Serial port COM8
  77. Connecting....
  78. Chip is ESP32-D0WD-V3 (revision 3)
  79. Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
  80. Crystal is 40MHz
  81. MAC: e0:e2:e6:06:ff:54
  82. Uploading stub...
  83. Running stub...
  84. Stub running...
  85. Changing baud rate to 921600
  86. Changed.
  87. Configuring flash size...
  88. Flash will be erased from 0x00001000 to 0x00005fff...
  89. Flash will be erased from 0x00008000 to 0x00008fff...
  90. Flash will be erased from 0x0000e000 to 0x0000ffff...
  91. Flash will be erased from 0x00010000 to 0x00146fff...
  92. Compressed 18528 bytes to 12721...
  93. Writing at 0x00001000... (100 %)
  94. Wrote 18528 bytes (12721 compressed) at 0x00001000 in 0.6 seconds (effective 237.2 kbit/s)...
  95. Hash of data verified.
  96. Compressed 3072 bytes to 129...
  97. Writing at 0x00008000... (100 %)
  98. Wrote 3072 bytes (129 compressed) at 0x00008000 in 0.4 seconds (effective 56.4 kbit/s)...
  99. Hash of data verified.
  100. Compressed 8192 bytes to 47...
  101. Writing at 0x0000e000... (100 %)
  102. Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.4 seconds (effective 173.8 kbit/s)...
  103. Hash of data verified.
  104. Compressed 1271968 bytes to 784359...
  105. Writing at 0x00010000... (2 %)
  106. Writing at 0x0001b9c8... (4 %)
  107. Writing at 0x00028ce9... (6 %)
  108. Writing at 0x00033c4f... (8 %)
  109. Writing at 0x0003e650... (10 %)
  110. Writing at 0x0004ed96... (12 %)
  111. Writing at 0x00054820... (14 %)
  112. Writing at 0x0005b7b1... (16 %)
  113. Writing at 0x0006241a... (18 %)
  114. Writing at 0x00068d9a... (20 %)
  115. Writing at 0x0006f40a... (22 %)
  116. Writing at 0x000750e9... (25 %)
  117. Writing at 0x0007b495... (27 %)
  118. Writing at 0x00081353... (29 %)
  119. Writing at 0x00087264... (31 %)
  120. Writing at 0x0008ce9d... (33 %)
  121. Writing at 0x000929c2... (35 %)
  122. Writing at 0x00098917... (37 %)
  123. Writing at 0x0009f157... (39 %)
  124. Writing at 0x000a4327... (41 %)
  125. Writing at 0x000a96bf... (43 %)
  126. Writing at 0x000aea17... (45 %)
  127. Writing at 0x000b3d42... (47 %)
  128. Writing at 0x000b8f34... (50 %)
  129. Writing at 0x000be359... (52 %)
  130. Writing at 0x000c3552... (54 %)
  131. Writing at 0x000c86ba... (56 %)
  132. Writing at 0x000cd649... (58 %)
  133. Writing at 0x000d2756... (60 %)
  134. Writing at 0x000d84cc... (62 %)
  135. Writing at 0x000ddb13... (64 %)
  136. Writing at 0x000e2e58... (66 %)
  137. Writing at 0x000e827f... (68 %)
  138. Writing at 0x000ed4c1... (70 %)
  139. Writing at 0x000f2940... (72 %)
  140. Writing at 0x000f7f97... (75 %)
  141. Writing at 0x000fd54a... (77 %)
  142. Writing at 0x00102e8e... (79 %)
  143. Writing at 0x00108cf2... (81 %)
  144. Writing at 0x0010e605... (83 %)
  145. Writing at 0x0011445a... (85 %)
  146. Writing at 0x0011af3c... (87 %)
  147. Writing at 0x001237e2... (89 %)
  148. Writing at 0x0012bfe9... (91 %)
  149. Writing at 0x00131019... (93 %)
  150. Writing at 0x00136bd9... (95 %)
  151. Writing at 0x0013c3bf... (97 %)
  152. Writing at 0x0014176b... (100 %)
  153. Wrote 1271968 bytes (784359 compressed) at 0x00010000 in 21.5 seconds (effective 474.0 kbit/s)...
  154. Hash of data verified.
  155.  
  156. Leaving...
  157. Hard resetting via RTS pin...
  158. ========================================================================= [SUCCESS] Took 52.22 seconds =========================================================================
  159.  
  160. Terminal will be reused by tasks, press any key to close it.
Add Comment
Please, Sign In to add comment