ESP-MESH例子 internal_communication初始化后出现错误日志

Moderator: ESP_Bob

another_esp_user
Posts: 12
Joined: Tue Oct 05, 2021 2:53 am

ESP-MESH例子 internal_communication初始化后出现错误日志

Postby another_esp_user » Tue Oct 05, 2021 3:02 am

I (465) cpu_start: App cpu up.
I (496) cpu_start: Pro cpu start user code
I (496) cpu_start: cpu freq: 160000000
I (496) cpu_start: Application information:
I (500) cpu_start: Project name: internal_communication
I (507) cpu_start: App version: 1
I (511) cpu_start: Compile time: Oct 3 2021 23:35:29
I (517) cpu_start: ELF file SHA256: 0da7b18c5e891de4...
I (523) cpu_start: ESP-IDF: v4.3
I (528) heap_init: Initializing. RAM available for dynamic allocation:
I (535) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (541) heap_init: At 3FFB9CD8 len 00026328 (152 KiB): DRAM
I (547) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (554) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (560) heap_init: At 40095B08 len 0000A4F8 (41 KiB): IRAM
I (567) spi_flash: detected chip: generic
I (571) spi_flash: flash io: dio
I (576) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (669) wifi:wifi driver task: 3ffc3ad0, prio:23, stack:6656, core=0
I (669) system_api: Base MAC address is not set
I (669) system_api: read default base MAC address from EFUSE
I (689) wifi:wifi firmware version: c7d0450
I (689) wifi:wifi certification version: v7.0
I (689) wifi:config NVS flash: enabled
I (689) wifi:config nano formating: disabled
I (689) wifi:Init data frame dynamic rx buffer num: 32
I (699) wifi:Init management frame dynamic rx buffer num: 32
I (699) wifi:Init management short buffer num: 32
I (709) wifi:Init dynamic tx buffer num: 32
I (709) wifi:Init static rx buffer size: 1600
I (719) wifi:Init static rx buffer num: 10
I (719) wifi:Init dynamic rx buffer num: 32
I (729) wifi_init: rx ba win: 6
I (729) wifi_init: tcpip mbox: 32
I (729) wifi_init: udp mbox: 6
I (739) wifi_init: tcp mbox: 6
I (739) wifi_init: tcp tx win: 5744
I (739) wifi_init: tcp rx win: 5744
I (749) wifi_init: tcp mss: 1440
I (749) wifi_init: WiFi IRAM OP enabled
I (759) wifi_init: WiFi RX IRAM OP enabled
I (759) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
I (859) wifi:mode : sta (3c:61:05:03:5f:54)
I (859) wifi:enable tsf
E (859) wifi:ioctl_register type:0
E (859) wifi:ioctl_register type:0
E (859) wifi:ioctl_register type:0
I (869) wifi:mode : sta (3c:61:05:03:5f:54) + softAP (3c:61:05:03:5f:55)
I (869) wifi:Total power save buffer number: 16
I (869) wifi:Init max length of beacon: 752/752
I (879) wifi:Init max length of beacon: 752/752
I (889) mesh: <nvs>read layer:1
I (889) mesh: <nvs>read assoc:0, err:0x1102
I (889) wifi:Set ps type: 1

I (909) wifi:Total power save buffer number: 16
I (1649) wifi:mode : sta (3c:61:05:03:5f:54)
I (1659) mesh: <MESH_NWK_LOOK_FOR_NETWORK>need_scan:0x3, need_scan_router:0x0, look_for_nwk_count:1
I (1659) mesh_main: <MESH_EVENT_MESH_STARTED>ID:77:77:77:77:77:77
I (1659) mesh_main: mesh starts successfully, heap:170356, root not fixed<0>(tree), ps:1




其中的“E (859) wifi:ioctl_register type:0”这个消息是什么意思?对程序运行有影响吗?还有这些日志能在源代码里看到吗?我用JTAG(FT232H) 跳来跳去都没看到这些日志。。

麻烦指导下,我是小白,我用的nodemcu

ESP_@In逍遥子
Posts: 132
Joined: Thu Nov 15, 2018 2:06 am

Re: ESP-MESH例子 internal_communication初始化后出现错误日志

Postby ESP_@In逍遥子 » Thu Oct 14, 2021 6:38 am

能提供下 IDF commit ID 吗?
可通过 git log 获取。

another_esp_user
Posts: 12
Joined: Tue Oct 05, 2021 2:53 am

Re: ESP-MESH例子 internal_communication初始化后出现错误日志

Postby another_esp_user » Sun Nov 07, 2021 8:42 am

贴了一部分
c9646ff0beffc86d2c6d1bfbad34da16e328e0e3 (HEAD, tag: v4.3) versions: Update version to 4.3.0
88c2b69c68d3258d846c6e43f8cba329ccaa5898 Merge branch 'bugfix/example_test_socket_issue_4.3' into 'release/v4.3'
94a54d574b88ffa763f051212272a1fc36fca431 CI: fix connection failures in asio example tests
a560a506f2bd044b9533831e6a23a8f5f1795f07 (tag: v4.3-rc) Merge branch 'bugfix/rtc_retain_mem_addr_v4.3' into 'release/v4.3'
1967e53f4a5987d53720a8a9cf0f441dde76a22c bootloader: Fix "skip validate in deep sleep" on ESP32 & ESP32-S2
98c20ce4175ac462789074933e2e32a0743c20eb Merge branch 'bugfix_fix_ble_ANON_ADV_addr_err_v4.3' into 'release/v4.3'
9e2ce84a9ab6b1decf0ffbb682198e27c8059a6a Fixed ANON_ADV address error
4de9ba152ad35d974b312438fc01d3e99bc9f8f5 Merge branch 'bugfix/ble_fix_reconnect_failed_when_using_rpa_public_address_v4.3' into 'release/v4.3'
415418cf0e61b80bde05fb67150f6dacf7a6f777 Merge branch 'bugfix/fix_coredump_fake_stack_bug_v4.3' into 'release/v4.3'
a573cfe58a4a9159626e7b265ab578f0716ffd62 espcoredump: Fix bugs related to (fake) stacks
7d1fe0b5533b7866aead3c2518a21c9bf9320259 Fixed BLE reconnect failed when using rpa public address
f2f6acd6a68f9540adb2bb0fefd02096d632e29e Merge branch 'bugfix/fixed-autocompletion-test_v4.3' into 'release/v4.3'
e66fec955e11d93cdcfc2f3573ead963793dd3a5 Fixed test autocompletion

ESP_ICY
Posts: 404
Joined: Mon Aug 23, 2021 11:10 am

Re: ESP-MESH例子 internal_communication初始化后出现错误日志

Postby ESP_ICY » Mon Nov 08, 2021 12:12 pm

使用git log | less,最上面一行的 commit ID

another_esp_user
Posts: 12
Joined: Tue Oct 05, 2021 2:53 am

Re: ESP-MESH例子 internal_communication初始化后出现错误日志

Postby another_esp_user » Mon Nov 08, 2021 12:52 pm

commit c9646ff0beffc86d2c6d1bfbad34da16e328e0e3
Author: He Yin Ling <heyinling@espressif.com>
Date: Thu Jun 10 14:20:45 2021 +0800

versions: Update version to 4.3.0

another_esp_user
Posts: 12
Joined: Tue Oct 05, 2021 2:53 am

Re: ESP-MESH例子 internal_communication初始化后出现错误日志

Postby another_esp_user » Mon Dec 06, 2021 3:50 am

这个警告有问题吗?

Who is online

Users browsing this forum: No registered users and 19 guests