CONFIG_SPIRAM_IGNORE_NOTFOUND does not work on ESP32-PICO-V3 (but works on ESP32-PICO-D4) (IDFGH-14168) #14970
Closed
3 tasks done
Labels
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v4.4.6, v5.4.0-beta1
Espressif SoC revision.
ESP32-PICO-V3
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP-PICO-KIT-1
Power Supply used.
USB
What is the expected behavior?
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:What is the actual behavior?
When this option is enabled on ESP32-PICO-V3 (no PSRAM) the app boot fails and ESP reboots:
Steps to reproduce.
Using following options in sdkconfig file:
Debug Logs.
No response
More Information.
ESP32-PICO-V3-02 works correctly as it does have PSRAM.
The text was updated successfully, but these errors were encountered: