Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 0 0
  1. esptool.py v2.1
  2. Flashing binaries to serial port /dev/ttyUSB0 (app at offset 0x10000)...
  3. esptool.py v2.1
  4. Connecting........__
  5. Chip is ESP32D0WDQ6 (revision 0)
  6. Uploading stub...
  7. Running stub...
  8. Stub running...
  9. Changing baud rate to 921600
  10. Changed.
  11. Configuring flash size...
  12. Auto-detected Flash size: 4MB
  13. Flash params set to 0x0220
  14. Compressed 18128 bytes to 10727...
  15. Wrote 18128 bytes (10727 compressed) at 0x00001000 in 0.1 seconds (effective 1007.1 kbit/s)...
  16. Hash of data verified.
  17. Compressed 528912 bytes to 333600...
  18. Wrote 528912 bytes (333600 compressed) at 0x00010000 in 6.7 seconds (effective 629.6 kbit/s)...
  19. Hash of data verified.
  20. Compressed 3072 bytes to 82...
  21. Wrote 3072 bytes (82 compressed) at 0x00008000 in 0.0 seconds (effective 1535.8 kbit/s)...
  22. Hash of data verified.
  23.  
  24. Leaving...
  25. Hard resetting...
  26. MONITOR
  27. --- idf_monitor on /dev/ttyUSB0 115200 ---
  28. --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
  29. ets Jun 8 2016 00:22:57
  30.  
  31. rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
  32. ets Jun 8 2016 00:22:57
  33.  
  34. rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
  35. configsip: 0, SPIWP:0xee
  36. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  37. mode:DIO, clock div:2
  38. load:0x3fff0010,len:4
  39. load:0x3fff0014,len:5544
  40. load:0x40078000,len:0
  41. ho 12 tail 0 room 4
  42. load:0x40078000,len:12484
  43. entry 0x40078f7c
  44. W (55) rtc_clk: Possibly invalid CONFIG_ESP32_XTAL_FREQ setting (26MHz). Detected 26 MHz.
  45. I (39) boot: ESP-IDF v3.0-dev-806-gde750e9 2nd stage bootloader
  46. I (39) boot: compile time 19:23:39
  47. I (48) boot: Enabling RNG early entropy source...
  48. I (48) boot: SPI Speed : 40MHz
  49. I (49) boot: SPI Mode : DIO
  50. I (53) boot: SPI Flash Size : 4MB
  51. I (57) boot: Partition Table:
  52. I (61) boot: ## Label Usage Type ST Offset Length
  53. I (68) boot: 0 nvs WiFi data 01 02 00009000 00006000
  54. I (76) boot: 1 phy_init RF data 01 01 0000f000 00001000
  55. I (83) boot: 2 factory factory app 00 00 00010000 00100000
  56. I (91) boot: End of partition table
  57. I (95) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x1387c ( 79996) map
  58. I (119) esp_image: segment 1: paddr=0x000238a4 vaddr=0x3ffb0000 size=0x02d54 ( 11604) load
  59. I (122) esp_image: segment 2: paddr=0x00026600 vaddr=0x40080000 size=0x00400 ( 1024) load
  60. 0x40080000: _iram_start at /home/permal/esp/esp-idf/components/freertos/./xtensa_vectors.S:1675
  61.  
  62. I (126) esp_image: segment 3: paddr=0x00026a08 vaddr=0x40080400 size=0x09608 ( 38408) load
  63. I (143) esp_image: segment 4: paddr=0x00030018 vaddr=0x400d0018 size=0x5a714 (370452) map
  64. 0x400d0018: _stext at ??:?
  65.  
  66. I (216) esp_image: segment 5: paddr=0x0008a734 vaddr=0x40089a08 size=0x06aac ( 27308) load
  67. 0x40089a08: phy_unforce_wifi_chan at ??:?
  68.  
  69. I (222) esp_image: segment 6: paddr=0x000911e8 vaddr=0x400c0000 size=0x00000 ( 0) load
  70. I (226) boot: Loaded app from partition at offset 0x10000
  71. I (229) boot: Disabling RNG early entropy source...
  72. I (235) cpu_start: Pro cpu up.
  73. I (238) cpu_start: Starting app cpu, entry point is 0x400810c8
  74. 0x400810c8: call_start_cpu1 at /home/permal/esp/esp-idf/components/esp32/./cpu_start.c:219
  75.  
  76. I (0) cpu_start: App cpu up.
  77. I (249) heap_init: Initializing. RAM available for dynamic allocation:
  78. D (256) heap_init: New heap initialised at 0x3ffae6e0
  79. I (261) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
  80. D (267) heap_init: New heap initialised at 0x3ffb8810
  81. I (272) heap_init: At 3FFB8810 len 000277F0 (157 KiB): DRAM
  82. I (278) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
  83. I (284) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
  84. D (291) heap_init: New heap initialised at 0x400904b4
  85. I (296) heap_init: At 400904B4 len 0000FB4C (62 KiB): IRAM
  86. I (302) cpu_start: Pro cpu start user code
  87. D (314) clk: RTC_SLOW_CLK calibration value: 3221248
  88. V (25) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  89. V (25) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
  90. D (30) intr_alloc: Connected src 46 to int 2 (cpu 0)
  91. V (36) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  92. V (41) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xC0E
  93. D (49) intr_alloc: Connected src 57 to int 3 (cpu 0)
  94. V (55) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  95. V (61) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
  96. D (69) intr_alloc: Connected src 24 to int 9 (cpu 0)
  97. I (74) cpu_start: Starting scheduler on PRO CPU.
  98. V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
  99. V (6) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x40E
  100. D (14) intr_alloc: Connected src 25 to int 2 (cpu 1)
  101. I (19) cpu_start: Starting scheduler on APP CPU.
  102. D (128) heap_init: New heap initialised at 0x3ffe0440
  103. D (133) heap_init: New heap initialised at 0x3ffe4350
  104. D (139) nvs: nvs_flash_init_custom partition=nvs start=9 count=6
  105. D (196) nvs: nvs_open_from_partition misc 1
  106. D (196) nvs: nvs_get_str_or_blob log
  107. I (197) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
  108. I (202) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
  109. D (212) nvs: nvs_open_from_partition nvs.net80211 1
  110. D (217) nvs: nvs_get opmode 1
  111. D (220) nvs: nvs_get_str_or_blob sta.ssid
  112. D (224) nvs: nvs_get_str_or_blob sta.mac
  113. D (228) nvs: nvs_get sta.authmode 1
  114. D (231) nvs: nvs_get_str_or_blob sta.pswd
  115. D (236) nvs: nvs_get_str_or_blob sta.pmk
  116. D (240) nvs: nvs_get sta.chan 1
  117. D (243) nvs: nvs_get auto.conn 1
  118. D (246) nvs: nvs_get bssid.set 1
  119. D (249) nvs: nvs_get_str_or_blob sta.bssid
  120. D (254) nvs: nvs_get sta.phym 1
  121. D (257) nvs: nvs_get sta.phybw 1
  122. D (260) nvs: nvs_get_str_or_blob sta.apsw
  123. D (264) nvs: nvs_get_str_or_blob sta.apinfo
  124. D (270) nvs: nvs_get_str_or_blob ap.ssid
  125. D (273) nvs: nvs_get_str_or_blob ap.mac
  126. D (276) nvs: nvs_get_str_or_blob ap.passwd
  127. D (281) nvs: nvs_get_str_or_blob ap.pmk
  128. D (285) nvs: nvs_get ap.chan 1
  129. D (287) nvs: nvs_get ap.authmode 1
  130. D (291) nvs: nvs_get ap.hidden 1
  131. D (294) nvs: nvs_get ap.max.conn 1
  132. D (298) nvs: nvs_get bcn.interval 2
  133. D (301) nvs: nvs_get ap.phym 1
  134. D (304) nvs: nvs_get ap.phybw 1
  135. D (308) nvs: nvs_get ap.sndchan 1
  136. D (311) nvs: nvs_set_blob sta.mac 6
  137. D (324) nvs: nvs_set_blob ap.mac 6
  138. D (327) phy_init: loading PHY init data from application binary
  139. D (327) nvs: nvs_open_from_partition phy 0
  140. D (328) nvs: nvs_get cal_version 4
  141. V (332) phy_init: phy_get_rf_cal_version: 359
  142.  
  143. D (336) nvs: nvs_get_str_or_blob cal_mac
  144. D (340) nvs: nvs_get_str_or_blob cal_data
  145. D (349) nvs: nvs_close 3
  146. V (350) phy_init: register_chipv7_phy, init_data=0x3f40fce8, cal_data=0x3ffcc44c, mode=0
  147. I (369) phy: phy_version: 359.0, e79c19d, Aug 31 2017, 17:06:07, 1, 0
  148. V (370) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  149. V (370) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
  150. D (370) intr_alloc: Connected src 34 to int 12 (cpu 0)
  151.  
  152. ==================================================
  153. | Steps to test WiFi throughput |
  154. | |
  155. | 1. Print 'help' to gain overview of commands |
  156. | 2. Configure device to station or soft-AP |
  157. | 3. Setup WiFi connection |
  158. | 4. Run iperf to test UDP/TCP RX/TX throughput |
  159. | |
  160. =================================================
  161.  
  162. esp32> sta "Our place" password
  163. I (7869) iperf: sta connecting to 'Our place'
  164. D (7870) event: SYSTEM_EVENT_STA_START
  165. V (7871) event: enter default callback
  166. D (7882) tcpip_adapter: check: local, if=0 fn=0x40113ab0
  167. 0x40113ab0: tcpip_adapter_start_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  168.  
  169.  
  170. D (7883) tcpip_adapter: call api in lwip: ret=0x0, give sem
  171. D (7894) tcpip_adapter: check: remote, if=0 fn=0x40113ab0
  172. 0x40113ab0: tcpip_adapter_start_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  173.  
  174.  
  175. V (7895) event: exit default callback
  176. D (9879) event: SYSTEM_EVENT_STA_CONNECTED, ssid:Our place, ssid_len:9, bssid:f0:9f:c2:aa:b0:3f, channel:11, authmode:3
  177. V (9880) event: enter default callback
  178. D (9891) tcpip_adapter: check: local, if=0 fn=0x40113d00
  179. 0x40113d00: tcpip_adapter_up_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  180.  
  181.  
  182. D (9892) tcpip_adapter: call api in lwip: ret=0x0, give sem
  183. D (9903) tcpip_adapter: check: remote, if=0 fn=0x40113d00
  184. 0x40113d00: tcpip_adapter_up_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  185.  
  186.  
  187. D (9904) tcpip_adapter: check: local, if=0 fn=0x401141b4
  188. 0x401141b4: tcpip_adapter_dhcpc_start_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  189.  
  190.  
  191. D (9915) tcpip_adapter: dhcp client init ip/mask/gw to all-0
  192. D (9915) tcpip_adapter: if0 start ip lost tmr: enter
  193. D (9916) tcpip_adapter: if0 start ip lost tmr: no need start because netif=0x3ffce760 interval=120 ip=0
  194. D (9929) tc\Z�E����Yɡ�,�,\H,[ZY�� start successfully
  195. D (9940) tcpip_adapter: call a�@in lwi�'H�Y}���L��giW��Y����WH����S�%�э
  196. W
  197. Z�$�Y[�^YJ���2�������jR��[0m �7�X��er: ��
  198. V�)ʲ
  199. J*ٕ��.'H��^H�e������V,����xk;)�
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement