-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endless restart after several days of running (IDFGH-5968) #7656
Comments
I've noticed a similar issue. It's only happening on IDF 4.x, but devices seem to get stuck in a never-ending boot loop until you do a power down and restart. This is particularly tricky in my case as they are battery powered devices with no manual power-off. I'm using Wrover with PSRAM, and in my case the issue always seems to happen just as the device attempts to go into deep sleep. Note I use mongoose-os so the log is slightly different: [Jul 11 20:58:10.362] pn_sleep.c:40 idle |
@achao1104 @gadget-man Is it possible to decipher the backtrace, e.g. using Something you can try is using coredump or the built-in gdb, either one enabled via menuconfig, so that the device state can be examined after a crash. |
it enters a dead loop as the log states. |
@achao1104 That's what I've seen. Now it would be nice to see where in the code it does that, i.e., what the |
I will try and capture a core dump and run analysis to find the backtrace |
OK so I've caught a crash and the associated core dump. Here's the crash serial output: |
Here's what the core dump shows: |
it is idf's issue, not related to business code. you might notice the device doesn't finish rebooting and then enter rebooint again. Core 0 register dump: Backtrace:0x4003e032:0x3fffe280 0x400a4e52:0x3fffe290 0x40089fb1:0x3fffe2b0 0x4008a56e:0x3fffe2d0 0x40025a65:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c269:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 ELF file SHA256: 4141155a9fe42a90 �[0;31mE (646) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0�[0m |
Hello, part a blew is normal reboot log, part b is an endless loop reboot log. it looks a "Guru Meditation Error: Core 0 panic'ed (Cache error). " error occurs when calling "cpu_start: Pro cpu start user code", and then there is a flash crc error in "esp_core_dump_to_flash()", since it is in the early of rebooting, I didn't find a way to translate the backtrace to codes. PART A Core 0 register dump: Backtrace:0x4003e032:0x3fffe280 0x400a4e52:0x3fffe290 0x40089fb1:0x3fffe2b0 0x4008a56e:0x3fffe2d0 0x40025a65:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c269:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 ELF file SHA256: 4141155a9fe42a90 �[0;31mE (646) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0�[0m |
I (290) boot: Disabling RNG early entropy source... Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 ELF file SHA256: bcf67e20724cb6a2 E (623) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0 SPIWP:0xee Core 0 register dump: A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f Backtrace:0x4003d85a:0x3fffe280 0x400a56de:0x3fffe290 0x40089fc9:0x3fffe2b0 0x4008a5ba:0x3fffe2d0 0x40025aa1:0x3fffe310 0x40051055:0x3fffe330 0x40051541:0x3fffe370 0x4004c271:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400a56de: intr_cntrl_ll_enable_interrupts at D:/project/esp32/idf-v4.3.1/components/hal/esp32s2/include/hal/interrupt_controller_ll.h:33 0x40089fc9: esp_memprot_intr_init at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:147 0x4008a5ba: esp_memprot_set_prot at D:/project/esp32/idf-v4.3.1/components/esp32s2/memprot.c:691 0x40025aa1: call_start_cpu0 at D:/project/esp32/idf-v4.3.1/components/esp_system/port/cpu_start.c:477 |
hello, we have upgraded to v4.3.1, and running for a couple of days, it is reproduced again, please do help, thanks. |
Could you try disabling the Memory protection feature in the IDF config? Not saying it's the cause but it could avoid periodic rebooting before we figure out the root issue. |
I will do, thanks. |
Hello, After disabling the memory protection, we may occasionally(we find a way to reproduce quickly) go into below error,though it looks due to applicaiton codes, I think it is not related to app codes. And if we enable the memory protection back, it will looply reboot. To reproduce, when it is just started, we send lora signal to the loral master module which is connected to esp32s2 with spi interface, and then it could be reproduced, thus, we guess it might be due to current is a little bit big in starting step, thus the memory is corrupted? Just a guess. I (16349) lorautil: lora running normal Core 0 register dump: A10 : 0x00000000 A11 : 0x00000000 A12 : 0xf111646d A13 : 0x3ffded60 EXCVADDR: 0x00000000 LBEG : 0xf111646d LEND : 0x3ffded60 LCOUNT : 0x40027015 Backtrace:0x7111646a:0x3ffded90 |<-CORRUPTED ELF file SHA256: 0e3fc7964c6c37a7 |
Hi @achao1104, |
Not sure whether it’s at all relevant, but I’ve noticed on separate devices that they periodically reboot when I actuate a motorised lock at the same time as a WiFi activity. This also happened in earlier IDF versions, but was resolved by disabling brownout mode. In IDF4.1 brownout is still disabled but seems to have no effect.
Has the power draw in the lates IDF somehow changed which may be causing both issues?
|
Hello Do you have any progress? Thanks |
Is there any update on this? I'm seeing it crashing VERY regularly when trying to go into deep sleep (and then getting stuck in a reboot loop until power is removed): My sleep code is as follows: And the log output: |
No results yet, sorry. @gadget-man @achao1104 - would you mind sharing your ELF files? Thank you |
No problem - how can I do this securely with you? |
Thanks! I'll contact you directly on sales@iparcelbox.com - the email you published in your profile. Does that work for you? |
Yes, fine thanks. |
Hello, Do you have any updates? As you suggested, we have disabled "the Memory protection feature in the IDF config", it won't run into a loop, but occasionally crashed, here is a log crashed recently. ==================== THREAD 1 (TCB: 0x3ffe3958, name: 'wifi') ===================== |
any updates? |
@pacucha42 |
@pacucha42 @0xjakob |
Hi all, We are currently working in ESP32S2 with esp-idf v4.3. We are also facing this endless reboot issue after running for few hours(12 hours to 1 day). But we are observing this error randomly, so we are trying to reproduce the error but couldn't reproduce manually. We also observed another error Memory protection fault which triggered the panic reboot at first before going to the endless reboot. Then on the sequential run we observed that device goes to the endless reboot state . I have attached the error log. , **[0;32mI (2896947) MESSAGE: Successfully data send [0m Guru Meditation Error: Core 0 panic'ed (Memory protection fault). abort() was called at PC 0x40026fcb on core 0 Backtrace:0x4002e393:0x3fffa8b0 0x4002ec65:0x3fffa8d0 0x40036226:0x3fffa8f0 0x40026fcb:0x3fffa960 0x40027119:0x3fffa990 0x400271a6:0x3fffa9b0 0x40118cfe:0x3fffa9e0 0x4011bd31:0x3fffacf0 0x401277f9:0x3fffad20 0x40034e7d:0x3fffad50 0x400262dc:0x3fffada0 0x4002e7b9:0x3fffadc0 0x4002e405:0x3fffadf0 0x4002ebf5:0x3fffae70 0x4002ec41:0x3fffaec0 0x40025706:0x3fffaee0 0x00040022:0x3fffaf70 |<-CORRUPTED ELF file SHA256: 263fdb992f3333ff Rebooting... ESP-ROM:esp32s2-rc4-20191025 Build:Oct 25 2019 rst:0xc (RTC_SW_CPU_RST),boot:0xb (SPI_FAST_FLASH_BOOT) Saved PC:0x40026948 SPIWP:0xee mode:DIO, clock div:1 load:0x3ffe6100,len:0x1920 load:0x4004c000,len:0xa04 load:0x40050000,len:0x2bec entry 0x4004c1f4 [0;32mI (24) boot: ESP-IDF v4.3.1-dirty 2nd stage bootloader [0m [0;32mI (24) boot: compile time 10:31:05 [0m [0;32mI (24) boot: chip revision: 0 [0m [0;32mI (27) boot.esp32s2: SPI Speed : 80MHz [0m [0;32mI (31) boot.esp32s2: SPI Mode : DIO [0m [0;32mI (36) boot.esp32s2: SPI Flash Size : 4MB [0m [0;32mI (41) boot: Enabling RNG early entropy source... [0m [0;32mI (46) boot: Partition Table: [0m [0;32mI (50) boot: ## Label Usage Type ST Offset Length [0m [0;32mI (57) boot: 0 nvs WiFi data 01 02 00009000 00040000 [0m [0;32mI (65) boot: 1 otadata OTA data 01 00 00049000 00002000 [0m [0;32mI (72) boot: 2 phy_init RF data 01 01 0004b000 00001000 [0m [0;32mI (80) boot: 3 ota_0 OTA app 00 10 00050000 00180000 [0m [0;32mI (87) boot: 4 ota_1 OTA app 00 11 001d0000 00180000 [0m [0;32mI (94) boot: End of partition table [0m [0;32mI (99) esp_image: segment 0: paddr=00050020 vaddr=3f000020 size=274ech (161004) map [0m [0;32mI (139) esp_image: segment 1: paddr=00077514 vaddr=3ffcafc0 size=05210h ( 21008) load [0m [0;32mI (144) esp_image: segment 2: paddr=0007c72c vaddr=40024000 size=038ech ( 14572) load [0m [0;32mI (149) esp_image: segment 3: paddr=00080020 vaddr=40080020 size=a77f4h (686068) map [0m [0;32mI (290) esp_image: segment 4: paddr=0012781c vaddr=400278ec size=136c8h ( 79560) load [0m [0;32mI (310) esp_image: segment 5: paddr=0013aeec vaddr=50000000 size=00010h ( 16) load [0m [0;32mI (322) boot: Loaded app from partition at offset 0x50000 [0m [0;32mI (322) boot: Disabling RNG early entropy source... [0m [0;32mI (334) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte [0m [0;32mI (334) cache: Data cache : size 8KB, 4Ways, cache line size 32Byte [0m [0;32mI (340) spiram: Found 16MBit SPI RAM device [0m [0;32mI (344) spiram: SPI RAM mode: sram 40m [0m [0;32mI (349) spiram: PSRAM initialized, cache is in normal (1-core) mode. [0m [0;32mI (356) cpu_start: Pro cpu up. [0m [0;32mI (770) spiram: SPI SRAM memory test OK [0m Guru Meditation Error: Core 0 panic'ed (Cache error). Core 0 register dump: PC : 0x4003af81 PS : 0x00060d34 A0 : 0x800a8ad5 A1 : 0x3fffe280 A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x00000004 A6 : 0x000000c0 A7 : 0x00000000 A8 : 0x3ffffd70 A9 : 0x3fffe240 A10 : 0x00fdffff A11 : 0x00000030 A12 : 0x00000000 A13 : 0x50000008 A14 : 0x00000000 A15 : 0x00000000 SAR : 0x00000007 EXCCAUSE: 0x00000007 EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000008 LCOUNT : 0x400256d4 Backtrace:0x4003af7e:0x3fffe280 0x400a8ad2:0x3fffe290 0x400889e3:0x3fffe2b0 0x40089196:0x3fffe2d0 0x4002569d:0x3fffe310 0x40050e51:0x3fffe330 0x400512b9:0x3fffe370 0x4004c245:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 ELF file SHA256: 263fdb992f3333ff Rebooting... ESP-ROM:esp32s2-rc4-20191025 Build:Oct 25 2019 rst:0xc (RTC_SW_CPU_RST),boot:0xb (SPI_FAST_FLASH_BOOT) Saved PC:0x40026948 SPIWP:0xee mode:DIO, clock div:1 load:0x3ffe6100,len:0x1920 load:0x4004c000,len:0xa04 load:0x40050000,len:0x2bec entry 0x4004c1f4 [0;32mI (24) boot: ESP-IDF v4.3.1-dirty 2nd stage bootloader [0m [0;32mI (24) boot: compile time 10:31:05 [0m [0;32mI (24) boot: chip revision: 0 [0m [0;32mI (27) boot.esp32s2: SPI Speed : 80MHz [0m [0;32mI (31) boot.esp32s2: SPI Mode : DIO [0m [0;32mI (36) boot.esp32s2: SPI Flash Size : 4MB [0m [0;32mI (41) boot: Enabling RNG early entropy source... [0m [0;32mI (46) boot: Partition Table: [0m [0;32mI (50) boot: ## Label Usage Type ST Offset Length [0m [0;32mI (57) boot: 0 nvs WiFi data 01 02 00009000 00040000 [0m [0;32mI (65) boot: 1 otadata OTA data 01 00 00049000 00002000 [0m [0;32mI (72) boot: 2 phy_init RF data 01 01 0004b000 00001000 [0m [0;32mI (80) boot: 3 ota_0 OTA app 00 10 00050000 00180000 [0m [0;32mI (87) boot: 4 ota_1 OTA app 00 11 001d0000 00180000 [0m [0;32mI (94) boot: End of partition table [0m [0;32mI (99) esp_image: segment 0: paddr=00050020 vaddr=3f000020 size=274ech (161004) map [0m [0;32mI (139) esp_image: segment 1: paddr=00077514 vaddr=3ffcafc0 size=05210h ( 21008) load [0m [0;32mI (144) esp_image: segment 2: paddr=0007c72c vaddr=40024000 size=038ech ( 14572) load [0m [0;32mI (149) esp_image: segment 3: paddr=00080020 vaddr=40080020 size=a77f4h (686068) map [0m [0;32mI (290) esp_image: segment 4: paddr=0012781c vaddr=400278ec size=136c8h ( 79560) load [0m [0;32mI (310) esp_image: segment 5: paddr=0013aeec vaddr=50000000 size=00010h ( 16) load [0m [0;32mI (322) boot: Loaded app from partition at offset 0x50000 [0m [0;32mI (322) boot: Disabling RNG early entropy source... [0m [0;32mI (334) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte [0m [0;32mI (334) cache: Data cache : size 8KB, 4Ways, cache line size 32Byte [0m [0;32mI (340) spiram: Found 16MBit SPI RAM device [0m [0;32mI (344) spiram: SPI RAM mode: sram 40m [0m [0;32mI (349) spiram: PSRAM initialized, cache is in normal (1-core) mode. [0m [0;32mI (356) cpu_start: Pro cpu up. [0m [0;32mI (770) spiram: SPI SRAM memory test OK [0m Guru Meditation Error: Core 0 panic'ed (Cache error). Core 0 register dump: PC : 0x4003af81 PS : 0x00060d34 A0 : 0x800a8ad5 A1 : 0x3fffe280 A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x00000004 A6 : 0x000000c0 A7 : 0x00000000 A8 : 0x3ffffd70 A9 : 0x3fffe240 A10 : 0x00fdffff A11 : 0x00000030 A12 : 0x00000000 A13 : 0x50000008 A14 : 0x00000000 A15 : 0x00000000 SAR : 0x00000007 EXCCAUSE: 0x00000007 EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000008 LCOUNT : 0x400256d4 Backtrace:0x4003af7e:0x3fffe280 0x400a8ad2:0x3fffe290 0x400889e3:0x3fffe2b0 0x40089196:0x3fffe2d0 0x4002569d:0x3fffe310 0x40050e51:0x3fffe330 0x400512b9:0x3fffe370 0x4004c245:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 ELF file SHA256: 263fdb992f3333ff Rebooting...** Questions
Thanks in advance. |
Could a workaround for this be to enable RTC Watchdog Timer before going into deep sleep - if it gets stuck in a boot loop, the RWDT would then fire and force a full reboot? |
@achao1104 @gadget-man |
hello,
we used esp32s2 and sdk v4.3 release. It runs smoothly for a couple of days, and then enter "endless restart" (the log repeated quickly), if we pull down en pin for a while, it turns to normal again.
�[0;32mI (562) spiram: SPI SRAM memory test OK�[0m
Guru Meditation Error: Core 0 panic'ed (Cache error).
Core 0 register dump:
PC : 0x4003d48d PS : 0x00060d34 A0 : 0x800a47ad A1 : 0x3fffe280
A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f
A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3fffe240
A10 : 0x00fdffff A11 : 0x6000e000 A12 : 0x00000000 A13 : 0x50000000
A14 : 0x082c5e2d A15 : 0x9b485e2d SAR : 0x00000007 EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000000 LCOUNT : 0x400259bc
Backtrace:0x4003d48a:0x3fffe280 0x400a47aa:0x3fffe290 0x4008a015:0x3fffe2b0 0x4008a5d2:0x3fffe2d0 0x40025985:0x3fffe310 0x40050fb1:0x3fffe330 0x40051419:0x3fffe370 0x4004c265:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710
ELF file SHA256: dc492b645f2a042d
�[0;31mE (638) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0�[0m
Rebooting...
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40026ee6
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6100,len:0x19cc
load:0x4004c000,len:0xc80
load:0x40050000,len:0x2d3c
entry 0x4004c214
�[0;32mI (24) boot: ESP-IDF v4.3-dirty 2nd stage bootloader�[0m
�[0;32mI (24) boot: compile time 11:06:41�[0m
�[0;32mI (24) boot: chip revision: 0�[0m
�[0;32mI (26) qio_mode: Enabling default flash chip QIO�[0m
�[0;32mI (32) boot.esp32s2: SPI Speed : 80MHz�[0m
�[0;32mI (37) boot.esp32s2: SPI Mode : QIO�[0m
�[0;32mI (41) boot.esp32s2: SPI Flash Size : 4MB�[0m
�[0;32mI (46) boot: Enabling RNG early entropy source...�[0m
�[0;32mI (51) boot: Partition Table:�[0m
�[0;32mI (55) boot: ## Label Usage Type ST Offset Length�[0m
�[0;32mI (62) boot: 0 nvs WiFi data 01 02 00009000 00005000�[0m
�[0;32mI (70) boot: 1 otadata OTA data 01 00 0000e000 00002000�[0m
�[0;32mI (77) boot: 2 ota_0 OTA app 00 10 00010000 00100000�[0m
�[0;32mI (85) boot: 3 ota_1 OTA app 00 11 00110000 00100000�[0m
�[0;32mI (92) boot: 4 storage Unknown data 01 82 00210000 001e0000�[0m
�[0;32mI (100) boot: 5 coredump Unknown data 01 03 003f0000 00010000�[0m
�[0;32mI (107) boot: End of partition table�[0m
�[0;32mI (111) esp_image: segment 0: paddr=00110020 vaddr=3f000020 size=25230h (152112) map�[0m
�[0;32mI (148) esp_image: segment 1: paddr=00135258 vaddr=3ffcd4c0 size=05758h ( 22360) load�[0m
�[0;32mI (153) esp_image: segment 2: paddr=0013a9b8 vaddr=40024000 size=05660h ( 22112) load�[0m
�[0;32mI (159) esp_image: segment 3: paddr=00140020 vaddr=40080020 size=8f694h (587412) map�[0m
�[0;32mI (273) esp_image: segment 4: paddr=001cf6bc vaddr=40029660 size=13e60h ( 81504) load�[0m
�[0;32mI (292) esp_image: segment 5: paddr=001e3524 vaddr=50000000 size=00010h ( 16) load�[0m
�[0;32mI (306) boot: Loaded app from partition at offset 0x110000�[0m
�[0;32mI (306) boot: Disabling RNG early entropy source...�[0m
�[0;32mI (318) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (318) cache: Data cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (324) spiram: Found 16MBit SPI RAM device�[0m
�[0;32mI (329) spiram: SPI RAM mode: sram 80m�[0m
�[0;32mI (333) spiram: PSRAM initialized, cache is in normal (1-core) mode.�[0m
�[0;32mI (340) cpu_start: Pro cpu up.�[0m
�[0;32mI (562) spiram: SPI SRAM memory test OK�[0m
Guru Meditation Error: Core 0 panic'ed (Cache error).
Core 0 register dump:
PC : 0x4003d48d PS : 0x00060d34 A0 : 0x800a47ad A1 : 0x3fffe280
A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f
A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3fffe240
A10 : 0x00fdffff A11 : 0x6000e000 A12 : 0x00000000 A13 : 0x50000000
A14 : 0x1ffb0144 A15 : 0x9d950144 SAR : 0x00000007 EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000000 LCOUNT : 0x400259bc
Backtrace:0x4003d48a:0x3fffe280 0x400a47aa:0x3fffe290 0x4008a015:0x3fffe2b0 0x4008a5d2:0x3fffe2d0 0x40025985:0x3fffe310 0x40050fb1:0x3fffe330 0x40051419:0x3fffe370 0x4004c265:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710
ELF file SHA256: dc492b645f2a042d
�[0;31mE (638) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0�[0m
Rebooting...
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40026ee6
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6100,len:0x19cc
load:0x4004c000,len:0xc80
load:0x40050000,len:0x2d3c
entry 0x4004c214
�[0;32mI (24) boot: ESP-IDF v4.3-dirty 2nd stage bootloader�[0m
�[0;32mI (24) boot: compile time 11:06:41�[0m
�[0;32mI (24) boot: chip revision: 0�[0m
�[0;32mI (26) qio_mode: Enabling default flash chip QIO�[0m
�[0;32mI (32) boot.esp32s2: SPI Speed : 80MHz�[0m
�[0;32mI (37) boot.esp32s2: SPI Mode : QIO�[0m
�[0;32mI (41) boot.esp32s2: SPI Flash Size : 4MB�[0m
�[0;32mI (46) boot: Enabling RNG early entropy source...�[0m
�[0;32mI (51) boot: Partition Table:�[0m
�[0;32mI (55) boot: ## Label Usage Type ST Offset Length�[0m
�[0;32mI (62) boot: 0 nvs WiFi data 01 02 00009000 00005000�[0m
�[0;32mI (70) boot: 1 otadata OTA data 01 00 0000e000 00002000�[0m
�[0;32mI (77) boot: 2 ota_0 OTA app 00 10 00010000 00100000�[0m
�[0;32mI (85) boot: 3 ota_1 OTA app 00 11 00110000 00100000�[0m
�[0;32mI (92) boot: 4 storage Unknown data 01 82 00210000 001e0000�[0m
�[0;32mI (100) boot: 5 coredump Unknown data 01 03 003f0000 00010000�[0m
�[0;32mI (107) boot: End of partition table�[0m
�[0;32mI (111) esp_image: segment 0: paddr=00110020 vaddr=3f000020 size=25230h (152112) map�[0m
�[0;32mI (148) esp_image: segment 1: paddr=00135258 vaddr=3ffcd4c0 size=05758h ( 22360) load�[0m
�[0;32mI (153) esp_image: segment 2: paddr=0013a9b8 vaddr=40024000 size=05660h ( 22112) load�[0m
�[0;32mI (159) esp_image: segment 3: paddr=00140020 vaddr=40080020 size=8f694h (587412) map�[0m
�[0;32mI (273) esp_image: segment 4: paddr=001cf6bc vaddr=40029660 size=13e60h ( 81504) load�[0m
�[0;32mI (292) esp_image: segment 5: paddr=001e3524 vaddr=50000000 size=00010h ( 16) load�[0m
�[0;32mI (306) boot: Loaded app from partition at offset 0x110000�[0m
�[0;32mI (306) boot: Disabling RNG early entropy source...�[0m
�[0;32mI (318) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (318) cache: Data cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (324) spiram: Found 16MBit SPI RAM device�[0m
�[0;32mI (329) spiram: SPI RAM mode: sram 80m�[0m
�[0;32mI (333) spiram: PSRAM initialized, cache is in normal (1-core) mode.�[0m
�[0;32mI (340) cpu_start: Pro cpu up.�[0m
�[0;32mI (562) spiram: SPI SRAM memory test OK�[0m
Guru Meditation Error: Core 0 panic'ed (Cache error).
Core 0 register dump:
PC : 0x4003d48d PS : 0x00060d34 A0 : 0x800a47ad A1 : 0x3fffe280
A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f
A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3fffe240
A10 : 0x00fdffff A11 : 0x6000e000 A12 : 0x00000000 A13 : 0x50000000
A14 : 0x1583553c A15 : 0x9c9f553c SAR : 0x00000007 EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000000 LCOUNT : 0x400259bc
Backtrace:0x4003d48a:0x3fffe280 0x400a47aa:0x3fffe290 0x4008a015:0x3fffe2b0 0x4008a5d2:0x3fffe2d0 0x40025985:0x3fffe310 0x40050fb1:0x3fffe330 0x40051419:0x3fffe370 0x4004c265:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710
ELF file SHA256: dc492b645f2a042d
�[0;31mE (638) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0�[0m
Rebooting...
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40026ee6
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6100,len:0x19cc
load:0x4004c000,len:0xc80
load:0x40050000,len:0x2d3c
entry 0x4004c214
�[0;32mI (24) boot: ESP-IDF v4.3-dirty 2nd stage bootloader�[0m
�[0;32mI (24) boot: compile time 11:06:41�[0m
�[0;32mI (24) boot: chip revision: 0�[0m
�[0;32mI (26) qio_mode: Enabling default flash chip QIO�[0m
�[0;32mI (32) boot.esp32s2: SPI Speed : 80MHz�[0m
�[0;32mI (37) boot.esp32s2: SPI Mode : QIO�[0m
�[0;32mI (41) boot.esp32s2: SPI Flash Size : 4MB�[0m
�[0;32mI (46) boot: Enabling RNG early entropy source...�[0m
�[0;32mI (51) boot: Partition Table:�[0m
�[0;32mI (55) boot: ## Label Usage Type ST Offset Length�[0m
�[0;32mI (62) boot: 0 nvs WiFi data 01 02 00009000 00005000�[0m
�[0;32mI (70) boot: 1 otadata OTA data 01 00 0000e000 00002000�[0m
�[0;32mI (77) boot: 2 ota_0 OTA app 00 10 00010000 00100000�[0m
�[0;32mI (85) boot: 3 ota_1 OTA app 00 11 00110000 00100000�[0m
�[0;32mI (92) boot: 4 storage Unknown data 01 82 00210000 001e0000�[0m
�[0;32mI (100) boot: 5 coredump Unknown data 01 03 003f0000 00010000�[0m
�[0;32mI (107) boot: End of partition table�[0m
�[0;32mI (111) esp_image: segment 0: paddr=00110020 vaddr=3f000020 size=25230h (152112) map�[0m
�[0;32mI (148) esp_image: segment 1: paddr=00135258 vaddr=3ffcd4c0 size=05758h ( 22360) load�[0m
�[0;32mI (153) esp_image: segment 2: paddr=0013a9b8 vaddr=40024000 size=05660h ( 22112) load�[0m
�[0;32mI (159) esp_image: segment 3: paddr=00140020 vaddr=40080020 size=8f694h (587412) map�[0m
�[0;32mI (273) esp_image: segment 4: paddr=001cf6bc vaddr=40029660 size=13e60h ( 81504) load�[0m
�[0;32mI (292) esp_image: segment 5: paddr=001e3524 vaddr=50000000 size=00010h ( 16) load�[0m
�[0;32mI (306) boot: Loaded app from partition at offset 0x110000�[0m
�[0;32mI (306) boot: Disabling RNG early entropy source...�[0m
�[0;32mI (318) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (318) cache: Data cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (324) spiram: Found 16MBit SPI RAM device�[0m
�[0;32mI (329) spiram: SPI RAM mode: sram 80m�[0m
�[0;32mI (333) spiram: PSRAM initialized, cache is in normal (1-core) mode.�[0m
�[0;32mI (340) cpu_start: Pro cpu up.�[0m
�[0;32mI (562) spiram: SPI SRAM memory test OK�[0m
Guru Meditation Error: Core 0 panic'ed (Cache error).
Core 0 register dump:
PC : 0x4003d48d PS : 0x00060d34 A0 : 0x800a47ad A1 : 0x3fffe280
A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f
A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3fffe240
A10 : 0x00fdffff A11 : 0x6000e000 A12 : 0x00000000 A13 : 0x50000000
A14 : 0x0c51a670 A15 : 0x9bc8a670 SAR : 0x00000007 EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000000 LCOUNT : 0x400259bc
Backtrace:0x4003d48a:0x3fffe280 0x400a47aa:0x3fffe290 0x4008a015:0x3fffe2b0 0x4008a5d2:0x3fffe2d0 0x40025985:0x3fffe310 0x40050fb1:0x3fffe330 0x40051419:0x3fffe370 0x4004c265:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710
ELF file SHA256: dc492b645f2a042d
�[0;31mE (638) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0�[0m
Rebooting...
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40026ee6
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6100,len:0x19cc
load:0x4004c000,len:0xc80
load:0x40050000,len:0x2d3c
entry 0x4004c214
�[0;32mI (24) boot: ESP-IDF v4.3-dirty 2nd stage bootloader�[0m
�[0;32mI (24) boot: compile time 11:06:41�[0m
�[0;32mI (24) boot: chip revision: 0�[0m
�[0;32mI (26) qio_mode: Enabling default flash chip QIO�[0m
�[0;32mI (32) boot.esp32s2: SPI Speed : 80MHz�[0m
�[0;32mI (37) boot.esp32s2: SPI Mode : QIO�[0m
�[0;32mI (41) boot.esp32s2: SPI Flash Size : 4MB�[0m
�[0;32mI (46) boot: Enabling RNG early entropy source...�[0m
�[0;32mI (51) boot: Partition Table:�[0m
�[0;32mI (55) boot: ## Label Usage Type ST Offset Length�[0m
�[0;32mI (62) boot: 0 nvs WiFi data 01 02 00009000 00005000�[0m
�[0;32mI (70) boot: 1 otadata OTA data 01 00 0000e000 00002000�[0m
�[0;32mI (77) boot: 2 ota_0 OTA app 00 10 00010000 00100000�[0m
�[0;32mI (85) boot: 3 ota_1 OTA app 00 11 00110000 00100000�[0m
�[0;32mI (92) boot: 4 storage Unknown data 01 82 00210000 001e0000�[0m
�[0;32mI (100) boot: 5 coredump Unknown data 01 03 003f0000 00010000�[0m
�[0;32mI (107) boot: End of partition table�[0m
�[0;32mI (111) esp_image: segment 0: paddr=00110020 vaddr=3f000020 size=25230h (152112) map�[0m
�[0;32mI (148) esp_image: segment 1: paddr=00135258 vaddr=3ffcd4c0 size=05758h ( 22360) load�[0m
�[0;32mI (153) esp_image: segment 2: paddr=0013a9b8 vaddr=40024000 size=05660h ( 22112) load�[0m
�[0;32mI (159) esp_image: segment 3: paddr=00140020 vaddr=40080020 size=8f694h (587412) map�[0m
�[0;32mI (273) esp_image: segment 4: paddr=001cf6bc vaddr=40029660 size=13e60h ( 81504) load�[0m
�[0;32mI (292) esp_image: segment 5: paddr=001e3524 vaddr=50000000 size=00010h ( 16) load�[0m
�[0;32mI (306) boot: Loaded app from partition at offset 0x110000�[0m
�[0;32mI (306) boot: Disabling RNG early entropy source...�[0m
�[0;32mI (318) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (318) cache: Data cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (324) spiram: Found 16MBit SPI RAM device�[0m
�[0;32mI (329) spiram: SPI RAM mode: sram 80m�[0m
�[0;32mI (333) spiram: PSRAM initialized, cache is in normal (1-core) mode.�[0m
�[0;32mI (340) cpu_start: Pro cpu up.�[0m
�[0;32mI (562) spiram: SPI SRAM memory test OK�[0m
Guru Meditation Error: Core 0 panic'ed (Cache error).
Core 0 register dump:
PC : 0x4003d48d PS : 0x00060d34 A0 : 0x800a47ad A1 : 0x3fffe280
A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f
A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3fffe240
A10 : 0x00fdffff A11 : 0x6000e000 A12 : 0x00000000 A13 : 0x50000000
A14 : 0x0ae1caab A15 : 0x9baecaab SAR : 0x00000007 EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000000 LCOUNT : 0x400259bc
Backtrace:0x4003d48a:0x3fffe280 0x400a47aa:0x3fffe290 0x4008a015:0x3fffe2b0 0x4008a5d2:0x3fffe2d0 0x40025985:0x3fffe310 0x40050fb1:0x3fffe330 0x40051419:0x3fffe370 0x4004c265:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710
ELF file SHA256: dc492b645f2a042d
�[0;31mE (638) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0�[0m
Rebooting...
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40026ee6
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6100,len:0x19cc
load:0x4004c000,len:0xc80
load:0x40050000,len:0x2d3c
entry 0x4004c214
�[0;32mI (24) boot: ESP-IDF v4.3-dirty 2nd stage bootloader�[0m
�[0;32mI (24) boot: compile time 11:06:41�[0m
�[0;32mI (24) boot: chip revision: 0�[0m
�[0;32mI (26) qio_mode: Enabling default flash chip QIO�[0m
�[0;32mI (32) boot.esp32s2: SPI Speed : 80MHz�[0m
�[0;32mI (37) boot.esp32s2: SPI Mode : QIO�[0m
�[0;32mI (41) boot.esp32s2: SPI Flash Size : 4MB�[0m
�[0;32mI (46) boot: Enabling RNG early entropy source...�[0m
�[0;32mI (51) boot: Partition Table:�[0m
�[0;32mI (55) boot: ## Label Usage Type ST Offset Length�[0m
�[0;32mI (62) boot: 0 nvs WiFi data 01 02 00009000 00005000�[0m
�[0;32mI (70) boot: 1 otadata OTA data 01 00 0000e000 00002000�[0m
�[0;32mI (77) boot: 2 ota_0 OTA app 00 10 00010000 00100000�[0m
�[0;32mI (85) boot: 3 ota_1 OTA app 00 11 00110000 00100000�[0m
�[0;32mI (92) boot: 4 storage Unknown data 01 82 00210000 001e0000�[0m
�[0;32mI (100) boot: 5 coredump Unknown data 01 03 003f0000 00010000�[0m
�[0;32mI (107) boot: End of partition table�[0m
�[0;32mI (111) esp_image: segment 0: paddr=00110020 vaddr=3f000020 size=25230h (152112) map�[0m
�[0;32mI (148) esp_image: segment 1: paddr=00135258 vaddr=3ffcd4c0 size=05758h ( 22360) load�[0m
�[0;32mI (153) esp_image: segment 2: paddr=0013a9b8 vaddr=40024000 size=05660h ( 22112) load�[0m
�[0;32mI (159) esp_image: segment 3: paddr=00140020 vaddr=40080020 size=8f694h (587412) map�[0m
�[0;32mI (273) esp_image: segment 4: paddr=001cf6bc vaddr=40029660 size=13e60h ( 81504) load�[0m
�[0;32mI (292) esp_image: segment 5: paddr=001e3524 vaddr=50000000 size=00010h ( 16) load�[0m
�[0;32mI (306) boot: Loaded app from partition at offset 0x110000�[0m
�[0;32mI (306) boot: Disabling RNG early entropy source...�[0m
�[0;32mI (318) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (318) cache: Data cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (324) spiram: Found 16MBit SPI RAM device�[0m
�[0;32mI (329) spiram: SPI RAM mode: sram 80m�[0m
�[0;32mI (333) spiram: PSRAM initialized, cache is in normal (1-core) mode.�[0m
�[0;32mI (340) cpu_start: Pro cpu up.�[0m
�[0;32mI (562) spiram: SPI SRAM memory test OK�[0m
Guru Meditation Error: Core 0 panic'ed (Cache error).
Core 0 register dump:
PC : 0x4003d48d PS : 0x00060d34 A0 : 0x800a47ad A1 : 0x3fffe280
A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f
A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3fffe240
A10 : 0x00fdffff A11 : 0x6000e000 A12 : 0x00000000 A13 : 0x50000000
A14 : 0x0e29ca44 A15 : 0x9c07ca44 SAR : 0x00000007 EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000000 LCOUNT : 0x400259bc
Backtrace:0x4003d48a:0x3fffe280 0x400a47aa:0x3fffe290 0x4008a015:0x3fffe2b0 0x4008a5d2:0x3fffe2d0 0x40025985:0x3fffe310 0x40050fb1:0x3fffe330 0x40051419:0x3fffe370 0x4004c265:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710
ELF file SHA256: dc492b645f2a042d
�[0;31mE (638) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0�[0m
Rebooting...
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40026ee6
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6100,len:0x19cc
load:0x4004c000,len:0xc80
load:0x40050000,len:0x2d3c
entry 0x4004c214
�[0;32mI (24) boot: ESP-IDF v4.3-dirty 2nd stage bootloader�[0m
�[0;32mI (24) boot: compile time 11:06:41�[0m
�[0;32mI (24) boot: chip revision: 0�[0m
�[0;32mI (26) qio_mode: Enabling default flash chip QIO�[0m
�[0;32mI (32) boot.esp32s2: SPI Speed : 80MHz�[0m
�[0;32mI (37) boot.esp32s2: SPI Mode : QIO�[0m
�[0;32mI (41) boot.esp32s2: SPI Flash Size : 4MB�[0m
�[0;32mI (46) boot: Enabling RNG early entropy source...�[0m
�[0;32mI (51) boot: Partition Table:�[0m
�[0;32mI (55) boot: ## Label Usage Type ST Offset Length�[0m
�[0;32mI (62) boot: 0 nvs WiFi data 01 02 00009000 00005000�[0m
�[0;32mI (70) boot: 1 otadata OTA data 01 00 0000e000 00002000�[0m
�[0;32mI (77) boot: 2 ota_0 OTA app 00 10 00010000 00100000�[0m
�[0;32mI (85) boot: 3 ota_1 OTA app 00 11 00110000 00100000�[0m
�[0;32mI (92) boot: 4 storage Unknown data 01 82 00210000 001e0000�[0m
�[0;32mI (100) boot: 5 coredump Unknown data 01 03 003f0000 00010000�[0m
�[0;32mI (107) boot: End of partition table�[0m
�[0;32mI (111) esp_image: segment 0: paddr=00110020 vaddr=3f000020 size=25230h (152112) map�[0m
�[0;32mI (148) esp_image: segment 1: paddr=00135258 vaddr=3ffcd4c0 size=05758h ( 22360) load�[0m
�[0;32mI (153) esp_image: segment 2: paddr=0013a9b8 vaddr=40024000 size=05660h ( 22112) load�[0m
�[0;32mI (159) esp_image: segment 3: paddr=00140020 vaddr=40080020 size=8f694h (587412) map�[0m
�[0;32mI (273) esp_image: segment 4: paddr=001cf6bc vaddr=40029660 size=13e60h ( 81504) load�[0m
�[0;32mI (292) esp_image: segment 5: paddr=001e3524 vaddr=50000000 size=00010h ( 16) load�[0m
�[0;32mI (306) boot: Loaded app from partition at offset 0x110000�[0m
�[0;32mI (306) boot: Disabling RNG early entropy source...�[0m
�[0;32mI (318) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (318) cache: Data cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (324) spiram: Found 16MBit SPI RAM device�[0m
�[0;32mI (329) spiram: SPI RAM mode: sram 80m�[0m
�[0;32mI (333) spiram: PSRAM initialized, cache is in normal (1-core) mode.�[0m
�[0;32mI (340) cpu_start: Pro cpu up.�[0m
�[0;32mI (562) spiram: SPI SRAM memory test OK�[0m
Guru Meditation Error: Core 0 panic'ed (Cache error).
Core 0 register dump:
PC : 0x4003d48d PS : 0x00060d34 A0 : 0x800a47ad A1 : 0x3fffe280
A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f
A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3fffe240
A10 : 0x00fdffff A11 : 0x6000e000 A12 : 0x00000000 A13 : 0x50000000
A14 : 0x18e87b98 A15 : 0x9d167b98 SAR : 0x00000007 EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000000 LCOUNT : 0x400259bc
Backtrace:0x4003d48a:0x3fffe280 0x400a47aa:0x3fffe290 0x4008a015:0x3fffe2b0 0x4008a5d2:0x3fffe2d0 0x40025985:0x3fffe310 0x40050fb1:0x3fffe330 0x40051419:0x3fffe370 0x4004c265:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710
ELF file SHA256: dc492b645f2a042d
�[0;31mE (638) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0�[0m
Rebooting...
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40026ee6
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6100,len:0x19cc
load:0x4004c000,len:0xc80
load:0x40050000,len:0x2d3c
entry 0x4004c214
�[0;32mI (24) boot: ESP-IDF v4.3-dirty 2nd stage bootloader�[0m
�[0;32mI (24) boot: compile time 11:06:41�[0m
�[0;32mI (24) boot: chip revision: 0�[0m
�[0;32mI (26) qio_mode: Enabling default flash chip QIO�[0m
�[0;32mI (32) boot.esp32s2: SPI Speed : 80MHz�[0m
�[0;32mI (37) boot.esp32s2: SPI Mode : QIO�[0m
�[0;32mI (41) boot.esp32s2: SPI Flash Size : 4MB�[0m
�[0;32mI (46) boot: Enabling RNG early entropy source...�[0m
�[0;32mI (51) boot: Partition Table:�[0m
�[0;32mI (55) boot: ## Label Usage Type ST Offset Length�[0m
�[0;32mI (62) boot: 0 nvs WiFi data 01 02 00009000 00005000�[0m
�[0;32mI (70) boot: 1 otadata OTA data 01 00 0000e000 00002000�[0m
�[0;32mI (77) boot: 2 ota_0 OTA app 00 10 00010000 00100000�[0m
�[0;32mI (85) boot: 3 ota_1 OTA app 00 11 00110000 00100000�[0m
�[0;32mI (92) boot: 4 storage Unknown data 01 82 00210000 001e0000�[0m
�[0;32mI (100) boot: 5 coredump Unknown data 01 03 003f0000 00010000�[0m
�[0;32mI (107) boot: End of partition table�[0m
�[0;32mI (111) esp_image: segment 0: paddr=00110020 vaddr=3f000020 size=25230h (152112) map�[0m
�[0;32mI (148) esp_image: segment 1: paddr=00135258 vaddr=3ffcd4c0 size=05758h ( 22360) load�[0m
�[0;32mI (153) esp_image: segment 2: paddr=0013a9b8 vaddr=40024000 size=05660h ( 22112) load�[0m
�[0;32mI (159) esp_image: segment 3: paddr=00140020 vaddr=40080020 size=8f694h (587412) map�[0m
�[0;32mI (273) esp_image: segment 4: paddr=001cf6bc vaddr=40029660 size=13e60h ( 81504) load�[0m
�[0;32mI (292) esp_image: segment 5: paddr=001e3524 vaddr=50000000 size=00010h ( 16) load�[0m
�[0;32mI (306) boot: Loaded app from partition at offset 0x110000�[0m
�[0;32mI (306) boot: Disabling RNG early entropy source...�[0m
�[0;32mI (318) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (318) cache: Data cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (324) spiram: Found 16MBit SPI RAM device�[0m
�[0;32mI (329) spiram: SPI RAM mode: sram 80m�[0m
�[0;32mI (333) spiram: PSRAM initialized, cache is in normal (1-core) mode.�[0m
�[0;32mI (340) cpu_start: Pro cpu up.�[0m
�[0;32mI (562) spiram: SPI SRAM memory test OK�[0m
Guru Meditation Error: Core 0 panic'ed (Cache error).
Core 0 register dump:
PC : 0x4003d48d PS : 0x00060d34 A0 : 0x800a47ad A1 : 0x3fffe280
A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f
A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3fffe240
A10 : 0x00fdffff A11 : 0x6000e000 A12 : 0x00000000 A13 : 0x50000000
A14 : 0x1665773c A15 : 0x9ce2773c SAR : 0x00000007 EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000000 LCOUNT : 0x400259bc
Backtrace:0x4003d48a:0x3fffe280 0x400a47aa:0x3fffe290 0x4008a015:0x3fffe2b0 0x4008a5d2:0x3fffe2d0 0x40025985:0x3fffe310 0x40050fb1:0x3fffe330 0x40051419:0x3fffe370 0x4004c265:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710
ELF file SHA256: dc492b645f2a042d
�[0;31mE (638) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0�[0m
Rebooting...
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40026ee6
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6100,len:0x19cc
load:0x4004c000,len:0xc80
load:0x40050000,len:0x2d3c
entry 0x4004c214
�[0;32mI (24) boot: ESP-IDF v4.3-dirty 2nd stage bootloader�[0m
�[0;32mI (24) boot: compile time 11:06:41�[0m
�[0;32mI (24) boot: chip revision: 0�[0m
�[0;32mI (26) qio_mode: Enabling default flash chip QIO�[0m
�[0;32mI (32) boot.esp32s2: SPI Speed : 80MHz�[0m
�[0;32mI (37) boot.esp32s2: SPI Mode : QIO�[0m
�[0;32mI (41) boot.esp32s2: SPI Flash Size : 4MB�[0m
�[0;32mI (46) boot: Enabling RNG early entropy source...�[0m
�[0;32mI (51) boot: Partition Table:�[0m
�[0;32mI (55) boot: ## Label Usage Type ST Offset Length�[0m
�[0;32mI (62) boot: 0 nvs WiFi data 01 02 00009000 00005000�[0m
�[0;32mI (70) boot: 1 otadata OTA data 01 00 0000e000 00002000�[0m
�[0;32mI (77) boot: 2 ota_0 OTA app 00 10 00010000 00100000�[0m
�[0;32mI (85) boot: 3 ota_1 OTA app 00 11 00110000 00100000�[0m
�[0;32mI (92) boot: 4 storage Unknown data 01 82 00210000 001e0000�[0m
�[0;32mI (100) boot: 5 coredump Unknown data 01 03 003f0000 00010000�[0m
�[0;32mI (107) boot: End of partition table�[0m
�[0;32mI (111) esp_image: segment 0: paddr=00110020 vaddr=3f000020 size=25230h (152112) map�[0m
�[0;32mI (148) esp_image: segment 1: paddr=00135258 vaddr=3ffcd4c0 size=05758h ( 22360) load�[0m
�[0;32mI (153) esp_image: segment 2: paddr=0013a9b8 vaddr=40024000 size=05660h ( 22112) load�[0m
�[0;32mI (159) esp_image: segment 3: paddr=00140020 vaddr=40080020 size=8f694h (587412) map�[0m
�[0;32mI (273) esp_image: segment 4: paddr=001cf6bc vaddr=40029660 size=13e60h ( 81504) load�[0m
�[0;32mI (292) esp_image: segment 5: paddr=001e3524 vaddr=50000000 size=00010h ( 16) load�[0m
�[0;32mI (306) boot: Loaded app from partition at offset 0x110000�[0m
�[0;32mI (306) boot: Disabling RNG early entropy source...�[0m
�[0;32mI (318) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (318) cache: Data cache : size 8KB, 4Ways, cache line size 32Byte�[0m
�[0;32mI (324) spiram: Found 16MBit SPI RAM device�[0m
�[0;32mI (329) spiram: SPI RAM mode: sram 80m�[0m
�[0;32mI (333) spiram: PSRAM initialized, cache is in normal (1-core) mode.�[0m
�[0;32mI (340) cpu_start: Pro cpu up.�[0m
�[0;32mI (562) spiram: SPI SRAM memory test OK�[0m
Guru Meditation Error: Core 0 panic'ed (Cache error).
Core 0 register dump:
PC : 0x4003d48d PS : 0x00060d34 A0 : 0x800a47ad A1 : 0x3fffe280
A2 : 0x02000000 A3 : 0x00000000 A4 : 0x02000000 A5 : 0x0000000f
A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3fffe240
A10 : 0x00fdffff A11 : 0x6000e000 A12 : 0x00000000 A13 : 0x50000000
A14 : 0x12e2e6b8 A15 : 0x9f54e6b8 SAR : 0x00000007 EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x50000000 LCOUNT : 0x400259bc
Backtrace:0x4003d48a:0x3fffe280 0x400a47aa:0x3fffe290 0x4008a015:0x3fffe2b0 0x4008a5d2:0x3fffe2d0 0x40025985:0x3fffe310 0x40050fb1:0x3fffe330 0x40051419:0x3fffe370 0x4004c265:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710
The text was updated successfully, but these errors were encountered: