Zephyr v4.1.0 RC1 and RC2 don't boot on tested ESP32-S3 boards (working on v4.0.0) #86192
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: ESP32
Espressif ESP32
priority: high
High impact/importance bug
Describe the bug
Tested three ESP32-S3 boards which worked fine on zephyr v4.0.0 but none of the works on
v4.1.0-RC1
andv4.1.0-RC2
. I can't give any valuable input, as none of the boards manage to boot up to the*** Booting Zephyr OS build ...
output, as they did on Zephyrv4.0.0
.To excclude errors with my app, I used
samples/basic/minimal
to verify the issue.Boards tested:
To Reproduce
adjust
west.yaml
to userevision: v4.1.0-rc1
orrevision: v4.1.0-rc2
run west update
run
west blobs fetch hal_espressif
to update binary blobs accordinglybuild
samples/basic/minimal
for one of the aforementioned boardsflash to the board (works with no issues up till here)
run
west espressif monitor -p <correct serial port>
board boots bl, but does not progress to zephyr OSbuild samples/
Expected behavior
ESP32-S3 boards are able to boot Zephyr
Impact
3 out of 3 ESP32-S3 boards don't boot Zephyr v4.1.0-RC1/RC2 (all of them work on v4.0.0)
Logs and console output
Here's the example output of the serial port of
ESP32-S3-touch-lcd-1-28
after building and flashing (no further output after this). Board configesp32s3_touch_lcd_1_28\esp32s3\procpu
:Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: