If the bootloader is rebuilt using the same sdkconfig as the application firmware, the crash does not occur. Incidentally, I noticed thatCONFIG_ESP32_ECO3_CACHE_LOCK_FIX=yis added automatically whenCONFIG_SPIRAM=yandCONFIG_FREERTOS_UNICORE is not setare configured. Is this related to the issue?
CONFIG_ESP_TASK_WDT_EN=n CONFIG_SPIRAM=y CONFIG_SPIRAM_USE_CAPS_ALLOC=y CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y2 changes: 1 addition & 1 deletion 2 tools/test_apps/system/panic/pytest_panic.py Original file line numberDiff line numberDiff line change @@ -133,7 +133,7 @@ def...