Advertisement
Guest User

Untitled

a guest
Jun 14th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. Building in release mode
  2. Compiling .pio/build/esp32dev-ble/src/main.ino.cpp.o
  3. Retrieving maximum program size .pio/build/esp32dev-ble/firmware.elf
  4. Checking size .pio/build/esp32dev-ble/firmware.elf
  5. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  6. RAM: [== ] 20.7% (used 67692 bytes from 327680 bytes)
  7. Flash: [======== ] 80.5% (used 1583305 bytes from 1966080 bytes)
  8. Configuring upload protocol...
  9. 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
  10. CURRENT: upload_protocol = esptool
  11. Looking for upload port...
  12. Use manually specified: /dev/cu.SLAB_USBtoUART
  13. Uploading .pio/build/esp32dev-ble/firmware.bin
  14. esptool.py v2.6
  15. Serial port /dev/cu.SLAB_USBtoUART
  16. Connecting....
  17. Chip is ESP32D0WDQ5 (revision 1)
  18. Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
  19. MAC: 4c:11:ae:df:8d:10
  20. Uploading stub...
  21. Running stub...
  22. Stub running...
  23. Changing baud rate to 460800
  24. Changed.
  25. Configuring flash size...
  26. Auto-detected Flash size: 4MB
  27. Compressed 15872 bytes to 10319...
  28.  
  29. Writing at 0x00001000... (100 %)
  30. Wrote 15872 bytes (10319 compressed) at 0x00001000 in 0.2 seconds (effective 533.9 kbit/s)...
  31. Hash of data verified.
  32. Compressed 3072 bytes to 129...
  33.  
  34. Writing at 0x00008000... (100 %)
  35. Wrote 3072 bytes (129 compressed) at 0x00008000 in 0.0 seconds (effective 2572.3 kbit/s)...
  36. Hash of data verified.
  37. Compressed 8192 bytes to 47...
  38.  
  39. Writing at 0x0000e000... (100 %)
  40. Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 8906.4 kbit/s)...
  41. Hash of data verified.
  42. Compressed 1583536 bytes to 915057...
  43.  
  44. Writing at 0x00010000... (1 %)
  45. Writing at 0x00014000... (3 %)
  46. Writing at 0x00018000... (5 %)
  47. Writing at 0x0001c000... (7 %)
  48. Writing at 0x00020000... (8 %)
  49. Writing at 0x00024000... (10 %)
  50. Writing at 0x00028000... (12 %)
  51. Writing at 0x0002c000... (14 %)
  52. Writing at 0x00030000... (16 %)
  53. Writing at 0x00034000... (17 %)
  54. Writing at 0x00038000... (19 %)
  55. Writing at 0x0003c000... (21 %)
  56. Writing at 0x00040000... (23 %)
  57. Writing at 0x00044000... (25 %)
  58. Writing at 0x00048000... (26 %)
  59. Writing at 0x0004c000... (28 %)
  60. Writing at 0x00050000... (30 %)
  61. Writing at 0x00054000... (32 %)
  62. Writing at 0x00058000... (33 %)
  63. Writing at 0x0005c000... (35 %)
  64. Writing at 0x00060000... (37 %)
  65. Writing at 0x00064000... (39 %)
  66. Writing at 0x00068000... (41 %)
  67. Writing at 0x0006c000... (42 %)
  68. Writing at 0x00070000... (44 %)
  69. Writing at 0x00074000... (46 %)
  70. Writing at 0x00078000... (48 %)
  71. Writing at 0x0007c000... (50 %)
  72. Writing at 0x00080000... (51 %)
  73. Writing at 0x00084000... (53 %)
  74. Writing at 0x00088000... (55 %)
  75. Writing at 0x0008c000... (57 %)
  76. Writing at 0x00090000... (58 %)
  77. Writing at 0x00094000... (60 %)
  78. Writing at 0x00098000... (62 %)
  79. Writing at 0x0009c000... (64 %)
  80. Writing at 0x000a0000... (66 %)
  81. Writing at 0x000a4000... (67 %)
  82. Writing at 0x000a8000... (69 %)
  83. Writing at 0x000ac000... (71 %)
  84. Writing at 0x000b0000... (73 %)
  85. Writing at 0x000b4000... (75 %)
  86. Writing at 0x000b8000... (76 %)
  87. Writing at 0x000bc000... (78 %)
  88. Writing at 0x000c0000... (80 %)
  89. Writing at 0x000c4000... (82 %)
  90. Writing at 0x000c8000... (83 %)
  91. Writing at 0x000cc000... (85 %)
  92. Writing at 0x000d0000... (87 %)
  93. Writing at 0x000d4000... (89 %)
  94. Writing at 0x000d8000... (91 %)
  95. Writing at 0x000dc000... (92 %)
  96. Writing at 0x000e0000... (94 %)
  97. Writing at 0x000e4000... (96 %)
  98. Writing at 0x000e8000... (98 %)
  99. Writing at 0x000ec000... (100 %)
  100. Wrote 1583536 bytes (915057 compressed) at 0x00010000 in 21.1 seconds (effective 600.1 kbit/s)...
  101. Hash of data verified.
  102.  
  103. Leaving...
  104. Hard resetting via RTS pin...
  105. =============================================================== [SUCCESS] Took 29.26 seconds ===============================================================
  106.  
  107. Environment Status Duration
  108. ------------------------ -------- ------------
  109. rfbridge IGNORED
  110. esp32dev-all IGNORED
  111. esp32dev-rf IGNORED
  112. esp32dev-pilight IGNORED
  113. esp32dev-pilight-cc1101 IGNORED
  114. esp32dev-weatherstation IGNORED
  115. esp32dev-ir IGNORED
  116. esp32dev-ble SUCCESS 00:00:29.261
  117. esp32-m5stick-ble IGNORED
  118. esp32-m5stack-ble IGNORED
  119. esp32-m5stick-c-ble IGNORED
  120. ttgo-lora32-v1 IGNORED
  121. nodemcuv2-all IGNORED
  122. nodemcuv2-2g IGNORED
  123. nodemcuv2-ble IGNORED
  124. nodemcuv2-ir IGNORED
  125. nodemcuv2-rf IGNORED
  126. nodemcuv2-rf-cc1101 IGNORED
  127. test-manual-wifi IGNORED
  128. rf-wifi-gateway IGNORED
  129. nodemcuv2-rf2 IGNORED
  130. nodemcuv2-rf2-cc1101 IGNORED
  131. nodemcuv2-pilight IGNORED
  132. nodemcuv2-weatherstation IGNORED
  133. sonoff-basic IGNORED
  134. sonoff-basic-rfr3 IGNORED
  135. atmega-all IGNORED
  136. uno-rf IGNORED
  137. uno-fastled IGNORED
  138. =============================================================== 1 succeeded in 00:00:29.261 ===============================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement