Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.66 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 1133.2 kbit/s)...
  16. Hash of data verified.
  17. Compressed 523584 bytes to 331137...
  18. Wrote 523584 bytes (331137 compressed) at 0x00010000 in 6.6 seconds (effective 636.9 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 1544.1 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:28:31
  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=0x12c30 ( 76848) map
  58. I (119) esp_image: segment 1: paddr=0x00022c58 vaddr=0x3ffb0000 size=0x02f50 ( 12112) load
  59. I (121) esp_image: segment 2: paddr=0x00025bb0 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 (125) esp_image: segment 3: paddr=0x00025fb8 vaddr=0x40080400 size=0x0a058 ( 41048) load
  63. I (143) esp_image: segment 4: paddr=0x00030018 vaddr=0x400d0018 size=0x59bdc (367580) map
  64. 0x400d0018: _stext at ??:?
  65.  
  66. I (215) esp_image: segment 5: paddr=0x00089bfc vaddr=0x4008a458 size=0x06114 ( 24852) load
  67. 0x4008a458: ram_spur_coef_cfg at ??:?
  68.  
  69. I (221) esp_image: segment 6: paddr=0x0008fd18 vaddr=0x400c0000 size=0x00000 ( 0) load
  70. I (225) boot: Loaded app from partition at offset 0x10000
  71. I (228) boot: Disabling RNG early entropy source...
  72. I (234) cpu_start: Pro cpu up.
  73. I (237) cpu_start: Starting app cpu, entry point is 0x40081108
  74. 0x40081108: 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 (248) heap_init: Initializing. RAM available for dynamic allocation:
  78. D (255) heap_init: New heap initialised at 0x3ffae6e0
  79. I (260) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
  80. D (266) heap_init: New heap initialised at 0x3ffb89e8
  81. I (271) heap_init: At 3FFB89E8 len 00027618 (157 KiB): DRAM
  82. I (277) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
  83. I (283) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
  84. D (290) heap_init: New heap initialised at 0x4009056c
  85. I (295) heap_init: At 4009056C len 0000FA94 (62 KiB): IRAM
  86. I (301) cpu_start: Pro cpu start user code
  87. D (313) clk: RTC_SLOW_CLK calibration value: 3243914
  88. V (24) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  89. V (24) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
  90. D (29) intr_alloc: Connected src 46 to int 2 (cpu 0)
  91. V (35) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  92. V (40) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xC0E
  93. D (48) intr_alloc: Connected src 57 to int 3 (cpu 0)
  94. V (54) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  95. V (60) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
  96. D (68) intr_alloc: Connected src 24 to int 9 (cpu 0)
  97. I (73) cpu_start: Starting scheduler on PRO CPU.
  98. V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
  99. V (5) 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 (18) cpu_start: Starting scheduler on APP CPU.
  102. D (127) heap_init: New heap initialised at 0x3ffe0440
  103. D (132) heap_init: New heap initialised at 0x3ffe4350
  104. D (138) nvs: nvs_flash_init_custom partition=nvs start=9 count=6
  105. D (162) nvs: nvs_open_from_partition misc 1
  106. D (163) nvs: nvs_get_str_or_blob log
  107. I (163) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
  108. I (169) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
  109. D (178) nvs: nvs_open_from_partition nvs.net80211 1
  110. D (183) nvs: nvs_get opmode 1
  111. D (187) nvs: nvs_get_str_or_blob sta.ssid
  112. D (191) nvs: nvs_get_str_or_blob sta.mac
  113. D (195) nvs: nvs_get sta.authmode 1
  114. D (198) nvs: nvs_get_str_or_blob sta.pswd
  115. D (203) nvs: nvs_get_str_or_blob sta.pmk
  116. D (207) nvs: nvs_get sta.chan 1
  117. D (210) nvs: nvs_get auto.conn 1
  118. D (213) nvs: nvs_get bssid.set 1
  119. D (216) nvs: nvs_get_str_or_blob sta.bssid
  120. D (221) nvs: nvs_get sta.phym 1
  121. D (224) nvs: nvs_get sta.phybw 1
  122. D (227) nvs: nvs_get_str_or_blob sta.apsw
  123. D (231) nvs: nvs_get_str_or_blob sta.apinfo
  124. D (237) nvs: nvs_get_str_or_blob ap.ssid
  125. D (239) nvs: nvs_get_str_or_blob ap.mac
  126. D (243) nvs: nvs_get_str_or_blob ap.passwd
  127. D (248) nvs: nvs_get_str_or_blob ap.pmk
  128. D (251) nvs: nvs_get ap.chan 1
  129. D (254) nvs: nvs_get ap.authmode 1
  130. D (258) nvs: nvs_get ap.hidden 1
  131. D (261) nvs: nvs_get ap.max.conn 1
  132. D (265) nvs: nvs_get bcn.interval 2
  133. D (268) nvs: nvs_get ap.phym 1
  134. D (271) nvs: nvs_get ap.phybw 1
  135. D (274) nvs: nvs_get ap.sndchan 1
  136. D (278) nvs: nvs_set_blob sta.mac 6
  137. D (291) nvs: nvs_set_blob ap.mac 6
  138. D (295) phy_init: loading PHY init data from application binary
  139. D (295) nvs: nvs_open_from_partition phy 0
  140. D (295) nvs: nvs_get cal_version 4
  141. V (299) phy_init: phy_get_rf_cal_version: 359
  142.  
  143. D (303) nvs: nvs_get_str_or_blob cal_mac
  144. D (307) nvs: nvs_get_str_or_blob cal_data
  145. D (316) nvs: nvs_close 3
  146. V (316) phy_init: register_chipv7_phy, init_data=0x3f40f7a8, cal_data=0x3ffc81a4, mode=0
  147. I (337) phy: phy_version: 359.0, e79c19d, Aug 31 2017, 17:06:07, 1, 0
  148. V (338) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  149. V (338) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
  150. D (338) 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 SSID PASSWD
  163. I (11338) iperf: sta connecting to 'MYSSID'
  164. D (11340) event: SYSTEM_EVENT_STA_START
  165. V (11341) event: enter default callback
  166. D (11352) tcpip_adapter: check: local, if=0 fn=0x40113850
  167. 0x40113850: tcpip_adapter_start_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  168.  
  169.  
  170. D (11353) tcpip_adapter: call api in lwip: ret=0x0, give sem
  171. D (11364) tcpip_adapter: check: remote, if=0 fn=0x40113850
  172. 0x40113850: tcpip_adapter_start_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  173.  
  174.  
  175. V (11365) event: exit default callback
  176. D (12583) event: SYSTEM_EVENT_STA_CONNECTED, ssid:MYSSID, ssid_len:8, bssid:14:da:e9:f9:29:ba, channel:3, authmode:3
  177. V (12585) event: enter default callback
  178. D (12596) tcpip_adapter: check: local, if=0 fn=0x40113aa0
  179. 0x40113aa0: tcpip_adapter_up_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  180.  
  181.  
  182. D (12597) tcpip_adapter: call api in lwip: ret=0x0, give sem
  183. D (12608) tcpip_adapter: check: remote, if=0 fn=0x40113aa0
  184. 0x40113aa0: tcpip_adapter_up_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  185.  
  186.  
  187. D (12609) tcpip_adapter: check: local, if=0 fn=0x40113f54
  188. 0x40113f54: tcpip_adapter_dhcpc_start_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  189.  
  190.  
  191. D (12620) tcpip_adapter: dhcp client init ip/mask/gw to all-0
  192. D (12621) tcpip_adapter: if0 start ip lost tmr: enter
  193. D (12621) tcpip_adapter: if0 start ip lost tmr: no need start because netif=0x3ffca6a0 interval=120 ip=0
  194. D (12634) tcpip_adapter: dhcp client start successfully
  195. D (12645) tcpip_adapter: call api in lwip: ret=0x0, give sem
  196. D (12646) tcpip_adapter: check: remote, if=0 fn=0x40113f54
  197. 0x40113f54: tcpip_adapter_dhcpc_start_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  198.  
  199.  
  200. V (12657) event: exit default callback
  201. D (13202) tcpip_adapter: if0 dhcpc cb
  202. D (13203) tcpip_adapter: if0 ip changed=1
  203. D (13204) event: SYSTEM_EVENT_STA_GOT_IP, ip:192.168.10.25, mask:255.255.255.0, gw:192.168.10.254
  204. V (13215) event: enter default callback
  205. I (13216) event: ip: 192.168.10.25, mask: 255.255.255.0, gw: 192.168.10.254
  206. V (13227) event: exit default callback
  207. esp32> sta SSID PASSWD
  208. I (15235) iperf: sta connecting to 'MYSSID'
  209. D (15237) event: SYSTEM_EVENT_STA_DISCONNECTED, ssid:MYSSID, ssid_len:8, bssid:14:da:e9:f9:29:ba, reason:8
  210. V (15250) event: enter default callback
  211. D (15250) tcpip_adapter: check: local, if=0 fn=0x40113ba8
  212. 0x40113ba8: tcpip_adapter_down_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  213.  
  214.  
  215. D (15262) tcpip_adapter: if0 start ip lost tmr: enter
  216. D (15262) tcpip_adapter: if0 start ip lost tmr: interval=120
  217. D (15263) tcpip_adapter: call api in lwip: ret=0x0, give sem
  218. D (15274) tcpip_adapter: check: remote, if=0 fn=0x40113ba8
  219. 0x40113ba8: tcpip_adapter_down_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  220.  
  221.  
  222. V (15275) event: exit default callback
  223. I (15286) iperf: sta disconnect, reconnect...
  224. D (16069) event: SYSTEM_EVENT_STA_CONNECTED, ssid:MYSSID, ssid_len:8, bssid:14:da:e9:f9:29:ba, channel:3, authmode:3
  225. V (16070) event: enter default callback
  226. D (16082) tcpip_adapter: check: local, if=0 fn=0x40113aa0
  227. 0x40113aa0: tcpip_adapter_up_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  228.  
  229.  
  230. D (16082) tcpip_adapter: call api in lwip: ret=0x0, give sem
  231. D (16093) tcpip_adapter: check: remote, if=0 fn=0x40113aa0
  232. 0x40113aa0: tcpip_adapter_up_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  233.  
  234.  
  235. D (16094) tcpip_adapter: check: local, if=0 fn=0x40113f54
  236. 0x40113f54: tcpip_adapter_dhcpc_start_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  237.  
  238.  
  239. D (16105) tcpip_adapter: dhcp client init ip/mask/gw to all-0
  240. D (16106) tcpip_adapter: if0 start ip lost tmr: enter
  241. Guru Meditation Error: Core 0 panic'ed (Unhandled debug exception)
  242. Debug exception reason: Stack canary watchpoint triggered (tiT)
  243. Register dump:
  244. PC : 0x4000c3ee PS : 0x00060536 A0 : 0x80058ac0 A1 : 0x3ffbc8a0
  245. A2 : 0x3ffbccfa A3 : 0xfffffffc A4 : 0x0000000d A5 : 0x3ffcae20
  246. A6 : 0x00000076 A7 : 0x00000005 A8 : 0x00000009 A9 : 0x3ffbcd02
  247. A10 : 0x00000061 A11 : 0x00000000 A12 : 0x40082565 A13 : 0x00000000
  248. 0x40082565: _xt_lowint1 at /home/permal/esp/esp-idf/components/freertos/./xtensa_vectors.S:1088
  249.  
  250. A14 : 0x00000000 A15 : 0x00000005 SAR : 0x00000004 EXCCAUSE: 0x00000001
  251. EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xfffffffc
  252.  
  253. Backtrace: 0x4000c3ee:0x3ffbc8a0 0x40058abd:0x3ffbc980 0x40106111:0x3ffbc9b0 0x4010ca92:0x3ffbc9e0 0x4010cbb7:0x3ffbccf0 0x40109a71:0x3ffbce10 0x4010cc21:0x3ffbd120 0x40082b01:0x3ffbd150 0x40113305:0x3ffbd1a0 0x40113e87:0x3ffbd1d0 0x40113f59:0x3ffbd220 0x40113233:0x3ffbd240 0x400f7ddd:0x3ffbd260
  254. 0x40106111: __sprint_r at /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:437
  255.  
  256. 0x4010ca92: _vfprintf_r at /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1774 (discriminator 1)
  257.  
  258. 0x4010cbb7: __sbprintf at /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:485
  259.  
  260. 0x40109a71: _vfprintf_r at /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:875
  261.  
  262. 0x4010cc21: vprintf at /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vprintf.c:39
  263.  
  264. 0x40082b01: esp_log_write at /home/permal/esp/esp-idf/components/log/./log.c:111
  265.  
  266. 0x40113305: tcpip_adapter_start_ip_lost_timer at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  267.  
  268. 0x40113e87: tcpip_adapter_dhcpc_start at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  269.  
  270. 0x40113f59: tcpip_adapter_dhcpc_start_api at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  271.  
  272. 0x40113233: tcpip_adapter_api_cb at /home/permal/esp/esp-idf/components/tcpip_adapter/./tcpip_adapter_lwip.c:935
  273.  
  274. 0x400f7ddd: tcpip_thread at /home/permal/esp/esp-idf/components/lwip/api/tcpip.c:474
  275.  
  276.  
  277. Rebooting...
  278. ets Jun 8 2016 00:22:57
  279.  
  280. rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
  281. configsip: 0, SPIWP:0xee
  282. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  283. mode:DIO, clock div:2
  284. load:0x3fff0010,len:4
  285. load:0x3fff0014,len:5544
  286. load:0x40078000,len:0
  287. ho 12 tail 0 room 4
  288. load:0x40078000,len:12484
  289. entry 0x40078f7c
  290. I (31) boot: ESP-IDF v3.0-dev-806-gde750e9 2nd stage bootloader
  291. I (31) boot: compile time 19:28:31
  292. I (39) boot: Enabling RNG early entropy source...
  293. I (39) boot: SPI Speed : 40MHz
  294. I (41) boot: SPI Mode : DIO
  295. I (45) boot: SPI Flash Size : 4MB
  296. I (49) boot: Partition Table:
  297. I (52) boot: ## Label Usage Type ST Offset Length
  298. I (59) boot: 0 nvs WiFi data 01 02 00009000 00006000
  299. I (67) boot: 1 phy_init RF data 01 01 0000f000 00001000
  300. I (74) boot: 2 factory factory app 00 00 00010000 00100000
  301. I (82) boot: End of partition table
  302. I (86) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x12c30 ( 76848) map
  303. I (110) esp_image: segment 1: paddr=0x00022c58 vaddr=0x3ffb0000 size=0x02f50 ( 12112) load
  304. I (113) esp_image: segment 2: paddr=0x00025bb0 vaddr=0x40080000 size=0x00400 ( 1024) load
  305. 0x40080000: _iram_start at /home/permal/esp/esp-idf/components/freertos/./xtensa_vectors.S:1675
  306.  
  307. I (117) esp_image: segment 3: paddr=0x00025fb8 vaddr=0x40080400 size=0x0a058 ( 41048) load
  308. I (134) esp_image: segment 4: paddr=0x00030018 vaddr=0x400d0018 size=0x59bdc (367580) map
  309. 0x400d0018: _stext at ??:?
  310.  
  311. I (207) esp_image: segment 5: paddr=0x00089bfc vaddr=0x4008a458 size=0x06114 ( 24852) load
  312. 0x4008a458: ram_spur_coef_cfg at ??:?
  313.  
  314. I (212) esp_image: segment 6: paddr=0x0008fd18 vaddr=0x400c0000 size=0x00000 ( 0) load
  315. I (216) boot: Loaded app from partition at offset 0x10000
  316. I (219) boot: Disabling RNG early entropy source...
  317. I (225) cpu_start: Pro cpu up.
  318. I (229) cpu_start: Starting app cpu, entry point is 0x40081108
  319. 0x40081108: call_start_cpu1 at /home/permal/esp/esp-idf/components/esp32/./cpu_start.c:219
  320.  
  321. I (208) cpu_start: App cpu up.
  322. I (239) heap_init: Initializing. RAM available for dynamic allocation:
  323. D (246) heap_init: New heap initialised at 0x3ffae6e0
  324. I (251) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
  325. D (257) heap_init: New heap initialised at 0x3ffb89e8
  326. I (262) heap_init: At 3FFB89E8 len 00027618 (157 KiB): DRAM
  327. I (269) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
  328. I (275) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
  329. D (282) heap_init: New heap initialised at 0x4009056c
  330. I (287) heap_init: At 4009056C len 0000FA94 (62 KiB): IRAM
  331. I (293) cpu_start: Pro cpu start user code
  332. D (305) clk: RTC_SLOW_CLK calibration value: 3295409
  333. V (16) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  334. V (16) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
  335. D (21) intr_alloc: Connected src 46 to int 2 (cpu 0)
  336. V (26) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  337. V (32) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xC0E
  338. D (40) intr_alloc: Connected src 57 to int 3 (cpu 0)
  339. V (45) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  340. V (51) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
  341. D (59) intr_alloc: Connected src 24 to int 9 (cpu 0)
  342. I (65) cpu_start: Starting scheduler on PRO CPU.
  343. V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
  344. V (5) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x40E
  345. D (14) intr_alloc: Connected src 25 to int 2 (cpu 1)
  346. I (18) cpu_start: Starting scheduler on APP CPU.
  347. D (118) heap_init: New heap initialised at 0x3ffe0440
  348. D (123) heap_init: New heap initialised at 0x3ffe4350
  349. D (129) nvs: nvs_flash_init_custom partition=nvs start=9 count=6
  350. D (153) nvs: nvs_open_from_partition misc 1
  351. D (154) nvs: nvs_get_str_or_blob log
  352. I (154) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
  353. I (160) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
  354. D (169) nvs: nvs_open_from_partition nvs.net80211 1
  355. D (174) nvs: nvs_get opmode 1
  356. D (178) nvs: nvs_get_str_or_blob sta.ssid
  357. D (182) nvs: nvs_get_str_or_blob sta.mac
  358. D (186) nvs: nvs_get sta.authmode 1
  359. D (189) nvs: nvs_get_str_or_blob sta.pswd
  360. D (194) nvs: nvs_get_str_or_blob sta.pmk
  361. D (198) nvs: nvs_get sta.chan 1
  362. D (201) nvs: nvs_get auto.conn 1
  363. D (204) nvs: nvs_get bssid.set 1
  364. D (207) nvs: nvs_get_str_or_blob sta.bssid
  365. D (212) nvs: nvs_get sta.phym 1
  366. D (215) nvs: nvs_get sta.phybw 1
  367. D (218) nvs: nvs_get_str_or_blob sta.apsw
  368. D (222) nvs: nvs_get_str_or_blob sta.apinfo
  369. D (228) nvs: nvs_get_str_or_blob ap.ssid
  370. D (230) nvs: nvs_get_str_or_blob ap.mac
  371. D (234) nvs: nvs_get_str_or_blob ap.passwd
  372. D (239) nvs: nvs_get_str_or_blob ap.pmk
  373. D (242) nvs: nvs_get ap.chan 1
  374. D (245) nvs: nvs_get ap.authmode 1
  375. D (249) nvs: nvs_get ap.hidden 1
  376. D (252) nvs: nvs_get ap.max.conn 1
  377. D (256) nvs: nvs_get bcn.interval 2
  378. D (259) nvs: nvs_get ap.phym 1
  379. D (262) nvs: nvs_get ap.phybw 1
  380. D (265) nvs: nvs_get ap.sndchan 1
  381. D (269) nvs: nvs_set_blob sta.mac 6
  382. D (282) nvs: nvs_set_blob ap.mac 6
  383. D (286) phy_init: loading PHY init data from application binary
  384. D (286) nvs: nvs_open_from_partition phy 0
  385. D (286) nvs: nvs_get cal_version 4
  386. V (290) phy_init: phy_get_rf_cal_version: 359
  387.  
  388. D (294) nvs: nvs_get_str_or_blob cal_mac
  389. D (298) nvs: nvs_get_str_or_blob cal_data
  390. D (307) nvs: nvs_close 3
  391. V (307) phy_init: register_chipv7_phy, init_data=0x3f40f7a8, cal_data=0x3ffc81a4, mode=0
  392. I (330) phy: phy_version: 359.0, e79c19d, Aug 31 2017, 17:06:07, 1, 0
  393. V (331) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
  394. V (331) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
  395. D (331) intr_alloc: Connected src 34 to int 12 (cpu 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement