Advertisement
hanni76

Untitled

Oct 17th, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.87 KB | None | 0 0
  1. ESP-ROM:esp32s3-20210327
  2. Build:Mar 27 2021
  3. rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
  4. SPIWP:0xee
  5. mode:DIO, clock div:1
  6. load:0x3fce3818,len:0x1758
  7. load:0x403c9700,len:0x4
  8. load:0x403c9704,len:0xbb8
  9. load:0x403cc700,len:0x2d7c
  10. entry 0x403c98f0
  11. I (27) boot: ESP-IDF e7771c75-dirty 2nd stage bootloader
  12. I (27) boot: compile time Oct 17 2024 23:56:43
  13. W (27) boot: Unicore bootloader
  14. I (30) boot: chip revision: v0.1
  15. I (34) boot.esp32s3: Boot SPI Speed : 80MHz
  16. I (39) boot.esp32s3: SPI Mode : DIO
  17. I (44) boot.esp32s3: SPI Flash Size : 4MB
  18. I (48) boot: Enabling RNG early entropy source...
  19. I (54) boot: Partition Table:
  20. I (57) boot: ## Label Usage Type ST Offset Length
  21. I (65) boot: 0 nvs WiFi data 01 02 00009000 00004000
  22. I (72) boot: 1 otadata OTA data 01 00 0000d000 00002000
  23. I (80) boot: 2 phy_init RF data 01 01 0000f000 00001000
  24. I (87) boot: 3 factory factory app 00 00 00010000 00100000
  25. I (95) boot: 4 ota_0 OTA app 00 10 00110000 00100000
  26. I (102) boot: 5 ota_1 OTA app 00 11 00210000 00100000
  27. I (110) boot: End of partition table
  28. I (114) boot: Defaulting to factory image
  29. I (119) esp_image: segment 0: paddr=00010020 vaddr=3c080020 size=22ec0h (143040) map
  30. I (153) esp_image: segment 1: paddr=00032ee8 vaddr=3fc99b00 size=044fch ( 17660) load
  31. I (157) esp_image: segment 2: paddr=000373ec vaddr=40374000 size=08c2ch ( 35884) load
  32. I (167) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=7f818h (522264) map
  33. I (261) esp_image: segment 4: paddr=000bf840 vaddr=4037cc2c size=0cea0h ( 52896) load
  34. I (281) boot: Loaded app from partition at offset 0x10000
  35. I (282) boot: Disabling RNG early entropy source...
  36. I (293) cpu_start: Unicore app
  37. D (293) flash HPM: HPM with dummy, status is 3
  38. I (294) cpu_start: Pro cpu up.
  39. I (294) cpu_start: Single core mode
  40. D (306) clk: RTC_SLOW_CLK calibration value: 3982694
  41. I (315) cpu_start: Pro cpu start user code
  42. I (315) cpu_start: cpu freq: 240000000 Hz
  43. I (315) cpu_start: Application information:
  44. I (318) cpu_start: Project name: network_adapter
  45. I (324) cpu_start: App version: NG-1.0.3.0.0
  46. I (329) cpu_start: Compile time: Oct 17 2024 23:56:37
  47. I (335) cpu_start: ELF file SHA256: 45075d92d4ab900e...
  48. I (341) cpu_start: ESP-IDF: e7771c75-dirty
  49. I (347) cpu_start: Min chip rev: v0.0
  50. I (351) cpu_start: Max chip rev: v0.99
  51. I (356) cpu_start: Chip rev: v0.1
  52. D (361) memory_layout: Checking 6 reserved memory ranges:
  53. D (366) memory_layout: Reserved memory range 0x3fc84000 - 0x3fc99b00
  54. D (373) memory_layout: Reserved memory range 0x3fc99b00 - 0x3fca1910
  55. D (379) memory_layout: Reserved memory range 0x3fceee34 - 0x3fcf0000
  56. D (386) memory_layout: Reserved memory range 0x40374000 - 0x40389b00
  57. D (392) memory_layout: Reserved memory range 0x600fe000 - 0x600fe010
  58. D (398) memory_layout: Reserved memory range 0x600fffe8 - 0x60100000
  59. D (405) memory_layout: Building list of available memory regions:
  60. D (411) memory_layout: Available memory region 0x3fca1910 - 0x3fcb0000
  61. D (418) memory_layout: Available memory region 0x3fcb0000 - 0x3fcc0000
  62. D (424) memory_layout: Available memory region 0x3fcc0000 - 0x3fcd0000
  63. D (431) memory_layout: Available memory region 0x3fcd0000 - 0x3fce0000
  64. D (437) memory_layout: Available memory region 0x3fce0000 - 0x3fce9710
  65. D (444) memory_layout: Available memory region 0x3fce9710 - 0x3fceee34
  66. D (451) memory_layout: Available memory region 0x3fcf0000 - 0x3fcf8000
  67. D (457) memory_layout: Available memory region 0x600fe010 - 0x600fffe8
  68. I (464) heap_init: Initializing. RAM available for dynamic allocation:
  69. D (471) heap_init: New heap initialised at 0x3fca1910
  70. I (476) heap_init: At 3FCA1910 len 00047E00 (287 KiB): DRAM
  71. I (482) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
  72. D (489) heap_init: New heap initialised at 0x3fcf0000
  73. I (494) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
  74. D (500) heap_init: New heap initialised at 0x600fe010
  75. I (505) heap_init: At 600FE010 len 00001FD8 (7 KiB): RTCRAM
  76. D (512) intr_alloc: Connected src 39 to int 2 (cpu 0)
  77. D (517) spi_flash: trying chip: issi
  78. D (521) spi_flash: trying chip: gd
  79. I (524) spi_flash: detected chip: gd
  80. I (528) spi_flash: flash io: dio
  81. W (532) spi_flash: Detected size(16384k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
  82. D (545) cpu_start: calling init function: 0x420640c4
  83. D (550) cpu_start: calling init function: 0x42063ba4
  84. D (555) cpu_start: calling init function: 0x420266dc
  85. D (561) cpu_start: calling init function: 0x42001cf0
  86. D (566) cpu_start: calling init function: 0x420073bc on core: 0
  87. D (572) intr_alloc: Connected src 59 to int 3 (cpu 0)
  88. D (577) cpu_start: calling init function: 0x42004438 on core: 0
  89. I (583) sleep: Configure to isolate all GPIO pins in sleep state
  90. I (589) sleep: Enable automatic switching of GPIO sleep configuration
  91. D (596) cpu_start: calling init function: 0x42002be0 on core: 0
  92. I (603) coexist: coex firmware version: 77cd7f8
  93. I (608) coexist: coexist rom version e7ae62f
  94. D (613) intr_alloc: Connected src 79 to int 9 (cpu 0)
  95. I (618) app_start: Starting scheduler on CPU0
  96. D (623) intr_alloc: Connected src 57 to int 12 (cpu 0)
  97. I (623) main_task: Started on CPU0
  98. D (627) heap_init: New heap initialised at 0x3fce9710
  99. D (632) intr_alloc: Connected src 52 to int 13 (cpu 0)
  100. I (637) main_task: Calling app_main()
  101. I (641) stats: *********************************************************************
  102. I (650) stats: ESP-Hosted Firmware version :: NG-1.0.3.0.0
  103. I (659) stats: Transport used :: SPI only
  104. I (667) stats: *********************************************************************
  105. I (676) FW_MAIN: Supported features are:
  106. I (680) FW_MAIN: - WLAN over SPI
  107. I (684) FW_BT: - BT/BLE
  108. I (687) FW_BT: - HCI Over SPI
  109. I (691) FW_BT: - BLE only
  110. I (695) FW_MAIN: Capabilities: 0xe8
  111. I (704) pp: pp rom version: e7ae62f
  112. I (704) net80211: net80211 rom version: e7ae62f
  113. I (710) wifi:wifi driver task: 3fca7fe4, prio:23, stack:6656, core=0
  114. D (715) efuse: In EFUSE_BLK1__DATA1_REG is used 8 bits starting with 8 bit
  115. D (721) efuse: In EFUSE_BLK1__DATA1_REG is used 8 bits starting with 0 bit
  116. D (728) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 24 bit
  117. D (735) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 16 bit
  118. D (742) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 8 bit
  119. D (749) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 0 bit
  120. I (757) wifi:wifi firmware version: d23b633
  121. I (760) wifi:wifi certification version: v7.0
  122. I (764) wifi:config NVS flash: disabled
  123. I (768) wifi:config nano formating: disabled
  124. I (772) wifi:Init data frame dynamic rx buffer num: 64
  125. I (777) wifi:Init static rx mgmt buffer num: 5
  126. I (781) wifi:Init management short buffer num: 32
  127. I (785) wifi:Init dynamic tx buffer num: 64
  128. I (789) wifi:Init static tx FG buffer num: 2
  129. I (793) wifi:Init static rx buffer size: 1600
  130. I (797) wifi:Init static rx buffer num: 16
  131. I (801) wifi:Init dynamic rx buffer num: 64
  132. I (806) wifi_init: rx ba win: 32
  133. I (809) wifi_init: tcpip mbox: 32
  134. I (813) wifi_init: udp mbox: 6
  135. I (817) wifi_init: tcp mbox: 6
  136. I (820) wifi_init: tcp tx win: 5760
  137. I (825) wifi_init: tcp rx win: 5760
  138. I (829) wifi_init: tcp mss: 1440
  139. I (833) wifi_init: WiFi IRAM OP enabled
  140. I (837) wifi_init: WiFi RX IRAM OP enabled
  141. I (842) BLE_INIT: BT controller compile version [9359a4d]
  142. I (849) BLE_INIT: Bluetooth MAC: 34:85:18:96:6a:f6
  143.  
  144. I (854) phy_init: phy_version 640,cd64a1a,Jan 24 2024,17:28:12
  145. D (860) phy_init: loading PHY init data from application binary
  146. D (866) nvs: nvs_open_from_partition phy 0
  147. D (870) nvs: nvs_get cal_version 4
  148. D (874) nvs: nvs_get_str_or_blob cal_mac
  149. D (878) efuse: In EFUSE_BLK1__DATA1_REG is used 8 bits starting with 8 bit
  150. D (885) efuse: In EFUSE_BLK1__DATA1_REG is used 8 bits starting with 0 bit
  151. D (892) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 24 bit
  152. D (899) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 16 bit
  153. D (906) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 8 bit
  154. D (913) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 0 bit
  155. D (920) nvs: nvs_get_str_or_blob cal_data
  156. D (925) nvs: nvs_close 1
  157. D (926) efuse: In EFUSE_BLK1__DATA1_REG is used 8 bits starting with 8 bit
  158. D (933) efuse: In EFUSE_BLK1__DATA1_REG is used 8 bits starting with 0 bit
  159. D (940) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 24 bit
  160. D (947) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 16 bit
  161. D (954) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 8 bit
  162. D (961) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 0 bit
  163. D (983) temperature_sensor: range changed, change to index 2
  164. I (996) FW_MAIN: ESP Bluetooth MAC addr: 34-85-18-96-6a-f6
  165.  
  166. I (996) FW_SPI: Using SPI interface
  167. I (996) gpio: GPIO[5]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
  168. I (1005) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
  169. I (1014) gpio: GPIO[10]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
  170. I (1023) gpio: GPIO[10]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
  171. D (1033) intr_alloc: Connected src 16 to int 17 (cpu 0)
  172. D (1038) gdma: new group (0) at 0x3fcb8914
  173. D (1042) gdma: new pair (0,0) at 0x3fcb8958
  174. D (1046) gdma: new tx channel (0,0) at 0x3fcb88e0
  175. D (1051) gdma: new rx channel (0,0) at 0x3fcb8978
  176. D (1056) spi: SPI2 use iomux pins.
  177. D (1059) intr_alloc: Connected src 21 to int 18 (cpu 0)
  178. I (2065) FW_MAIN: Initial set up done
  179. I (2065) main_task: Returned from app_main()
  180. I (2265) FW_MAIN: INIT Interface command
  181.  
  182. D (2265) event: created task for loop 0x3fca65b4
  183. D (2265) event: created event loop 0x3fca65b4
  184. D (2269) wifi:filter: set rx policy=0
  185. I (2271) wifi:mode : sta (34:85:18:96:6a:f4)
  186. I (2275) wifi:enable tsf
  187. D (2277) wifi:filter: set rx policy=1
  188. D (2280) wifi:connect status 0 -> 0
  189. D (2284) FW_CMD: Sending response of cmd=1 status=2
  190.  
  191. D (2289) event: running task for loop 0x3fca65b4
  192. D (2293) event: running post WIFI_EVENT:2 with handler 0x4200b17c and context 0x3fca8168 on loop 0x3fca65b4
  193. I (2303) FW_CMD: station started and disabled softap mode
  194. I (2444) FW_MAIN: Get MAC command
  195.  
  196. D (2444) FW_CMD: Sending response of cmd=3 status=2
  197.  
  198. I (2639) FW_MAIN: Get Tx power command
  199.  
  200. D (2639) FW_CMD: Sending response of cmd=15 status=2
  201.  
  202. I (3063) bt_rx: 0x3fcbd911 03 0c 00 |...|
  203. I (3064) bt_tx: 0x3fcb4dc6 04 0e 04 05 03 0c 00 |.......|
  204. I (3227) bt_rx: 0x3fcbea7d 03 10 00 |...|
  205. I (3227) bt_tx: 0x3fcb4dbe 04 0e 0c 05 03 10 00 00 00 00 00 60 00 00 00 |...........`...|
  206. I (3377) bt_rx: 0x3fcbd911 01 10 00 |...|
  207. I (3377) bt_tx: 0x3fcb4dbe 04 0e 0c 05 01 10 00 09 16 00 09 e5 02 16 00 |...............|
  208. I (3505) bt_rx: 0x3fcbea7d 09 10 00 |...|
  209. I (3505) bt_tx: 0x3fcb4dc2 04 0e 0a 05 09 10 00 f6 6a 96 18 85 34 |........j...4|
  210. I (3633) bt_rx: 0x3fcbd911 02 10 00 |...|
  211. I (3633) bt_tx: 0x3fcb4d86 04 0e 44 05 02 10 00 20 00 80 00 00 c0 00 00 00 |..D.... ........|
  212. I (3640) bt_tx: 0x3fcb4d96 00 e4 00 00 00 28 22 00 00 00 00 00 00 04 00 00 |.....(".........|
  213. I (3649) bt_tx: 0x3fcb4da6 f7 ff ff 7f 00 00 00 30 f0 ff ff ff ff ff 07 00 |.......0........|
  214. I (3659) bt_tx: 0x3fcb4db6 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  215. I (3668) bt_tx: 0x3fcb4dc6 00 00 00 00 00 00 00 |.......|
  216. I (3798) bt_rx: 0x3fcbea7d 03 20 00 |. .|
  217. I (3798) bt_tx: 0x3fcb4dbe 04 0e 0c 05 03 20 00 ff f9 01 08 00 00 00 00 |..... .........|
  218. I (3943) bt_rx: 0x3fcbd911 02 20 00 |. .|
  219. I (3943) bt_tx: 0x3fcb4dc2 04 0e 07 05 02 20 00 fb 00 0c |..... ....|
  220. I (4092) bt_rx: 0x3fcbea7d 1c 20 00 |. .|
  221. I (4092) bt_tx: 0x3fcb4dbe 04 0e 0c 05 1c 20 00 ff ff ff ff ff 03 00 00 |..... .........|
  222. I (4230) bt_rx: 0x3fcbd911 01 0c 08 90 e8 04 02 00 80 00 20 |.......... |
  223. I (4230) bt_tx: 0x3fcb4dbe 04 0e 04 05 01 0c 00 |.......|
  224. I (4367) bt_rx: 0x3fcbea7d 01 20 08 ff 1f 0a 00 00 00 00 00 |. .........|
  225. I (4367) bt_tx: 0x3fcb4dbe 04 0e 04 05 01 20 00 |..... .|
  226. I (4536) bt_rx: 0x3fcbd911 4b 20 00 |K .|
  227. I (4536) bt_tx: 0x3fcb4dc6 04 0e 06 05 4b 20 00 e8 15 |....K ...|
  228. I (4676) bt_rx: 0x3fcbea7d 0f 20 00 |. .|
  229. I (4676) bt_tx: 0x3fcb4dc6 04 0e 05 05 0f 20 00 0c |..... ..|
  230. I (4822) bt_rx: 0x3fcbd911 10 20 00 |. .|
  231. I (4822) bt_tx: 0x3fcb4dc6 04 0e 04 05 10 20 00 |..... .|
  232. I (4980) bt_rx: 0x3fcbea7d 2a 20 00 |* .|
  233. I (4980) bt_tx: 0x3fcb4dc6 04 0e 05 05 2a 20 00 0a |....* ..|
  234. I (5152) bt_rx: 0x3fcbd911 29 20 00 |) .|
  235. I (5152) bt_tx: 0x3fcb4dc6 04 0e 04 05 29 20 00 |....) .|
  236. I (5298) bt_rx: 0x3fcbea7f 2e 20 02 84 03 |. ...|
  237. I (5298) bt_tx: 0x3fcb4dc2 04 0e 04 05 2e 20 00 |..... .|
  238. I (5462) bt_rx: 0x3fcbd911 2f 20 00 |/ .|
  239. I (5462) bt_tx: 0x3fcb4dbe 04 0e 0c 05 2f 20 00 fb 00 90 42 fb 00 90 42 |..../ ....B...B|
  240. I (5621) bt_rx: 0x3fcbea7d 23 20 00 |# .|
  241. I (5621) bt_tx: 0x3fcb4dc2 04 0e 08 05 23 20 00 1b 00 48 01 |....# ...H.|
  242. I (5764) bt_rx: 0x3fcbd911 3b 20 00 |; .|
  243. I (5764) bt_tx: 0x3fcb4dc6 04 0e 05 05 3b 20 00 06 |....; ..|
  244. I (5910) bt_rx: 0x3fcbea7d 63 0c 08 00 00 80 00 00 00 00 00 |c..........|
  245. I (5910) bt_tx: 0x3fcb4dbe 04 0e 04 05 63 0c 00 |....c..|
  246. I (6068) bt_rx: 0x3fcbd911 24 20 04 fb 00 90 42 |$ ....B|
  247. I (6068) bt_tx: 0x3fcb4dc2 04 0e 04 05 24 20 00 |....$ .|
  248. I (6218) bt_rx: 0x3fcbea7e 31 20 03 00 07 07 |1 ....|
  249. I (6218) bt_tx: 0x3fcb4dc2 04 0e 04 05 31 20 00 |....1 .|
  250. I (6392) bt_rx: 0x3fcbd911 01 10 00 |...|
  251. I (6392) bt_tx: 0x3fcb4dbe 04 0e 0c 05 01 10 00 09 16 00 09 e5 02 16 00 |...............|
  252. I (6575) bt_rx: 0x3fcbea80 36 20 19 00 12 00 00 08 00 00 08 00 07 01 00 00 |6 ..............|
  253. I (6575) bt_rx: 0x3fcbea90 00 00 00 00 00 00 7f 01 00 01 00 00 |............|
  254. I (6583) bt_tx: 0x3fcb4daa 04 0e 05 05 36 20 00 12 |....6 ..|
  255. I (6719) bt_rx: 0x3fcbd913 05 20 06 7b cc b4 55 47 39 |. .{..UG9|
  256. I (6719) bt_tx: 0x3fcb4d92 04 0e 04 05 05 20 00 |..... .|
  257. I (6882) bt_rx: 0x3fcbea7e 35 20 07 00 7b cc b4 55 47 39 |5 ..{..UG9|
  258. I (6882) bt_tx: 0x3fcb4d92 04 0e 04 05 35 20 00 |....5 .|
  259. I (7035) bt_rx: 0x3fcbd911 38 20 04 00 03 01 00 |8 .....|
  260. I (7035) bt_tx: 0x3fcb4d96 04 0e 04 05 38 20 00 |....8 .|
  261. I (7183) bt_rx: 0x3fcbea7f 37 20 0a 00 03 01 06 02 01 04 02 0a 12 |7 ...........|
  262. I (7183) bt_tx: 0x3fcb4d8e 04 0e 04 05 37 20 00 |....7 .|
  263.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement