【求助】ESP32-S3-DevKitC-1运行esp-rainmaker\examples\led_light出错

dodo55
Posts: 41
Joined: Fri Nov 19, 2021 10:01 am

【求助】ESP32-S3-DevKitC-1运行esp-rainmaker\examples\led_light出错

Postby dodo55 » Thu Jan 20, 2022 2:15 am

ESP32-S3-DevKitC-1运行esp-rainmaker\examples\led_light例程出错,然后提示错误后就重启
ESP-IDF v4.4-beta1
模组是ESP32-S3-WROOM-2 D3N32R8V

Code: Select all

ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x18 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
Octal Flash Mode Enabled
For OPI Flash, Use Default Flash Boot Mode
mode:SLOW_RD, clock div:1
load:0x3fcd0108,len:0x1704
load:0x403b6000,len:0x8c8
load:0x403ba000,len:0x2eb4
entry 0x403b61c0
I (32) boot: ESP-IDF v4.4-beta1 2nd stage bootloader
I (32) boot: compile time 09:52:43
I (32) boot: chip revision: 0
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (39) boot.esp32s3: SPI Mode       : SLOW READ
I (44) boot.esp32s3: SPI Flash Size : 4MB
I (49) boot: Enabling RNG early entropy source...
W (54) bootloader_random: RNG for ESP32-S3 not currently supported
I (61) boot: Partition Table:
I (64) boot: ## Label            Usage          Type ST Offset   Length
I (72) boot:  0 sec_cert         unknown          3f 06 0000d000 00003000
I (79) boot:  1 nvs              WiFi data        01 02 00010000 00006000
I (87) boot:  2 otadata          OTA data         01 00 00016000 00002000
I (94) boot:  3 phy_init         RF data          01 01 00018000 00001000
I (102) boot:  4 ota_0            OTA app          00 10 00020000 00190000
I (109) boot:  5 ota_1            OTA app          00 11 001b0000 00190000
I (117) boot:  6 fctry            WiFi data        01 02 00340000 00006000
I (124) boot: End of partition table
I (129) boot: No factory image, trying OTA 0
I (133) esp_image: segment 0: paddr=00020020 vaddr=3c0d0020 size=33060h (208992) map
I (191) esp_image: segment 1: paddr=00053088 vaddr=3fc96ca0 size=0482ch ( 18476) load
I (196) esp_image: segment 2: paddr=000578bc vaddr=40374000 size=0875ch ( 34652) load
I (207) esp_image: segment 3: paddr=00060020 vaddr=42000020 size=ce574h (845172) map
I (406) esp_image: segment 4: paddr=0012e59c vaddr=4037c75c size=0a544h ( 42308) load
I (418) esp_image: segment 5: paddr=00138ae8 vaddr=50000000 size=00010h (    16) load
I (425) boot: Loaded app from partition at offset 0x20000
I (449) boot: Set actual ota_seq=1 in otadata[0]
I (450) boot: Disabling RNG early entropy source...
W (450) bootloader_random: RNG for ESP32-S3 not currently supported
I (467) cpu_start: Pro cpu up.
I (467) cpu_start: Starting app cpu, entry point is 0x403753c8
0x403753c8: call_start_cpu1 at E:/Docs/Espressif/esp-idf_v4.4_beta1/components/esp_system/port/cpu_start.c:156

I (0) cpu_start: App cpW  4p.) rm
init: calibration efuse version does not match, set default version: 0

I (487) cpu_start: Pro cpu start user code
I (487) cpu_start: cpu freq: 160000000
I (488) cpu_start: Application information:
I (490) cpu_start: Project name:     led_light
I (495) cpu_start: App version:      1.0
I (500) cpu_start: Compile time:     Jan 20 2022 09:52:24
I (506) cpu_start: ELF file SHA256:  a557a9f0fc33194f...
I (512) cpu_start: ESP-IDF:          v4.4-beta1
I (517) heap_init: Initializing. RAM available for dynamic allocation:
I (524) heap_init: At 3FCA09B0 len 0003F650 (253 KiB): D/IRAM
I (531) heap_init: At 3FCE0000 len 0000EE34 (59 KiB): STACK/DRAM
I (538) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (544) heap_init: At 600FE000 len 00002000 (8 KiB): RTCRAM
I (551) spi_flash: detected chip: mxic
W (554) spi_flash: Detected flash size > 16 MB, but access beyond 16 MB is not supported for this flash model yet.
I (565) spi_flash: flash io: dio
W (569) spi_flash: Detected size(32768k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
I (584) sleep: Configure to isolate all GPIO pins in sleep state
I (590) sleep: Enable automatic switching of GPIO sleep configuration
I (597) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (619) gpio: GPIO[0]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:3
I (639) coexist: coexist rom version e7ae62f
I (639) pp: pp rom version: e7ae62f
I (639) net80211: net80211 rom version: e7ae62f
I (659) wifi:wifi driver task: 3fce6078, prio:23, stack:6656, core=0
I (659) system_api: Base MAC address is not set
I (659) system_api: read default base MAC address from EFUSE
I (669) wifi:wifi firmware version: f84e709
I (669) wifi:wifi certification version: v7.0
I (669) wifi:config NVS flash: enabled
I (669) wifi:config nano formating: disabled
I (679) wifi:Init data frame dynamic rx buffer num: 32
I (679) wifi:Init management frame dynamic rx buffer num: 32
I (689) wifi:Init management short buffer num: 32
I (689) wifi:Init dynamic tx buffer num: 32
I (699) wifi:Init static tx FG buffer num: 2
I (699) wifi:Init static rx buffer size: 1600
I (699) wifi:Init static rx buffer num: 10
I (709) wifi:Init dynamic rx buffer num: 32
I (709) wifi_init: rx ba win: 6
I (719) wifi_init: tcpip mbox: 32
I (719) wifi_init: udp mbox: 6
I (719) wifi_init: tcp mbox: 6
I (729) wifi_init: tcp tx win: 5744
I (729) wifi_init: tcp rx win: 5744
I (739) wifi_init: tcp mss: 1440
I (739) wifi_init: WiFi IRAM OP enabled
I (739) wifi_init: WiFi RX IRAM OP enabled
I (759) esp_rmaker_work_queue: Work Queue created.
I (759) esp_claim: Initialising Assisted Claiming. This may take time.
W (769) esp_claim: Generating the private key. This may take time.
I (23729) esp_rmaker_node: Node ID ----- 
I (23739) esp_rmaker_ota: OTA state = 2
I (23739) esp_rmaker_ota_using_params: OTA enabled with Params
I (23739) esp_rmaker_time_service: Time service enabled
I (23739) esp_rmaker_time: Initializing SNTP. Using the SNTP server: pool.ntp.org
I (23759) app_insights: Enable CONFIG_ESP_INSIGHTS_ENABLED to get Insights.
I (23759) esp_rmaker_core: Starting RainMaker Work Queue task
I (23769) esp_rmaker_work_queue: RainMaker Work Queue task started.
W (23769) BT_INIT: esp_bt_mem_release not implemented, return OK
I (23769) esp_claim: Waiting for assisted claim to finish.
I (23789) wifi_prov_scheme_ble: BT memory released
I (23789) app_wifi: Starting provisioning
E (23799) app_wifi: Error: 261. Failed to get PoP from NVS, Please perform Claiming.
E (23799) app_main: Could not start Wifi. Aborting!!!

abort() was called at PC 0x42008468 on core 0
led.png
led.png (118.3 KiB) Viewed 6178 times
运行esp-rainmaker\examples\multi_device同样也是运行错误
什么问题?

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

Re: 【求助】ESP32-S3-DevKitC-1运行esp-rainmaker\examples\led_light出错

Postby ESP_ICY » Tue Jan 25, 2022 11:01 am

使用 idf.py erase_flash 对 flash 进行擦写,然后在 menuconfig 里开启
1.png
1.png (29.4 KiB) Viewed 6120 times
,再重新烧录程序

eos1d3
Posts: 7
Joined: Thu Apr 28, 2016 12:06 am

Re: 【求助】ESP32-S3-DevKitC-1运行esp-rainmaker\examples\led_light出错

Postby eos1d3 » Sat Feb 12, 2022 7:21 am

ESP_ICY wrote:
Tue Jan 25, 2022 11:01 am
使用 idf.py erase_flash 对 flash 进行擦写,然后在 menuconfig 里开启1.png,再重新烧录程序

一樣的問題,但用了建議方法問題依然。

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

Re: 【求助】ESP32-S3-DevKitC-1运行esp-rainmaker\examples\led_light出错

Postby ESP_ICY » Tue Feb 15, 2022 6:22 am

您这边→ Component config → Log output → Default log verbosity 修改等级为debug,看看报什么日志

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

Re: 【求助】ESP32-S3-DevKitC-1运行esp-rainmaker\examples\led_light出错

Postby ESP_ICY » Tue Feb 15, 2022 6:25 am

eos1d3 wrote:
Sat Feb 12, 2022 7:21 am
ESP_ICY wrote:
Tue Jan 25, 2022 11:01 am
使用 idf.py erase_flash 对 flash 进行擦写,然后在 menuconfig 里开启1.png,再重新烧录程序

一樣的問題,但用了建議方法問題依然。
1.png
1.png (17.28 KiB) Viewed 5821 times
另外再做下这样的调整看看怎么样

Who is online

Users browsing this forum: Cyfarw9dd and 45 guests