Description
Note
This issue will be fixed by #76383. The issue is just for backporting purposes, see #76383 (comment).
Describe the bug
On the latest Zephyr release 3.7.0, an image generated with, e.g.,
west build -p always -b odroid_go/esp32/procpu zephyr/samples/hello_world
does not boot. The UART output reads as follows:
[...snip...]
I (124) quad_psram: This chip is ESP32-D0WD
I (124) esp_psram: Found 4MB PSRAM device
I (125) esp_psram: Speed: 40MHz
I (125) esp_psram: PSRAM initialized, cache is in normal (1-core) mode.
SPIRAM size is less than configured size, aborting.
abort()
To Reproduce
west build -p always -b odroid_go/esp32/procpu zephyr/samples/hello_world
west flash
- connect to uart and power cycle board
Expected behavior
Boot successfully.
Impact
Showstopper
Logs and console output
see above
Environment (please complete the following information):
- OS: Linux
- Toolchain: Zephyr SDK
- Commit SHA or Version used:
v3.7.0
alsomain
Additional context
N/A