We have a board based on the WROVER module and on a small percentage (maybe 0.5%) we're seeing "E (611) cpu_start: Failed to init external RAM!" during boot. This boards flash fine, but then during boot we get this error. The full dump is:
Code: Select all
E (611) cpu_start: Failed to init external RAM!
abort() was called at PC 0x40081365 on core 0
0x40081365: call_start_cpu0 at /Users/jason/esp/esp-idf/components/esp32/cpu_start.c:157 (discriminator 1)
Backtrace: 0x40094bc4:0x3ffe3ca0 0x40094db7:0x3ffe3cc0 0x40081365:0x3ffe3ce0 0x4007907a:0x3ffe3d20 0x4007912d:0x3ffe3d50 0x40079493:0x3ffe3d90 0x40078623:0x3ffe3db0 0x40007c31:0x3ffe3eb0 0x4000073d:0x3ffe3f20
0x40094bc4: invoke_abort at /Users/jason/esp/esp-idf/components/esp32/panic.c:648
0x40094db7: abort at /Users/jason/esp/esp-idf/components/esp32/panic.c:648
0x40081365: call_start_cpu0 at /Users/jason/esp/esp-idf/components/esp32/cpu_start.c:157 (discriminator 1)
E (638) esp_core_dump: Core dump flash config is corrupted! CRC=0xffffffff instead of 0x0
Thanks,
Jason