When using CONFIG_SPIRAM_IGNORE_NOTFOUND=y the app should be able to boot without PSRAM. This works correctly on ESP32-PICO-D4 (no PSRAM) for example: I (5643) boot: Loaded app from partition at offset 0x20000 I
要选择 config_spiram_boot_init 和config_spiram_allow_stack_external_memory 在make menuconfig, 可是我在make menuconfig 里并没发现这个设置,请问这是怎么回事?You do not have the required permissions to view the files attached to this post.1
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?