Open filzek opened 6 months ago
There is no init log for the coredump. If coredump config is enabled, we should see esp_core_dump_flash: Init core dump to flash
after __esp_system_init_fn_init_components0
What is your IDF version? I see from the boot log 4.2 application is loaded into the ESP32.
RTCWDT Reset means your device is taking too long to boot
remove the watchdog, or increase the timeout
if you remove the verbose logs it'll boot faster
@erhankur
There is no init log for the coredump. If coredump config is enabled, we should see
esp_core_dump_flash: Init core dump to flash
after__esp_system_init_fn_init_components0
What is your IDF version? I see from the boot log 4.2 application is loaded into the ESP32. v5.2.1-485-g9b3ae86417
its on the header.
@chipweinberger
RTCWDT Reset means your device is taking too long to boot
remove the watchdog, or increase the timeout
if you remove the verbose logs it'll boot faster
It was not booting either, thats why I enable all kind of logs to try to fetch the problem, but did not change anything.
The reset occurs either way enable or disable.
I have now increased the full allowed to both and will test now, later will post results.
we has been unable to use coredump on 5.2.1 still bugged
Issue exist on 5.0.6
Has anyone been able to find an workaround on this problem or we should disable coredump in production?
Guru Meditation Error: Core 0 panic'ed (InstructionFetchError). Exception was unhandled.
Core 0 register dump:
PC : 0x3fcd5ac4 PS : 0x00060430 A0 : 0x820b8aac A1 : 0x3fcea720
A2 : 0x3fcd5ac4 A3 : 0x3fcc781c A4 : 0x00000012 A5 : 0x00000000
A6 : 0x00000001 A7 : 0x00000000 A8 : 0x821a7260 A9 : 0x3fcea840
A10 : 0x00000018 A11 : 0x3fcc781c A12 : 0x00000012 A13 : 0x00000000
A14 : 0x00060523 A15 : 0x00000000 SAR : 0x00000006 EXCCAUSE: 0x00000002
EXCVADDR: 0x3fcd5ac4 LBEG : 0x40056f5c LEND : 0x40056f72 LCOUNT : 0xffffffff
Backtrace: 0x3fcd5ac1:0x3fcea720 |<-CORRUPTED
ELF file SHA256: 7699768fd333bff0
[0;32mI (3178) esp_core_dump_flash: Save core dump to flash...[0m [0;32mI (3184) esp_core_dump_flash: Erase flash 40960 bytes @ 0x794000[0m
Device stuck forever after this line.
Answers checklist.
IDF version.
v5.2.1-485-g9b3ae86417
Espressif SoC revision.
Esp32 Wrover 3,0
Operating System used.
Windows
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
None
Development Kit.
Esp32 Wrover
Power Supply used.
USB
What is the expected behavior?
run!
What is the actual behavior?
not working,
now with the dump to flash and with info, the coredump enable, when it fills the system doenst boot anymore.
Steps to reproduce.
Boot it!
Debug Logs.
More Information.
ok