Skip to content

Odroid Go Boot Failure #76447

Closed
Closed
@gschwaer

Description

@gschwaer

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

  1. west build -p always -b odroid_go/esp32/procpu zephyr/samples/hello_world
  2. west flash
  3. 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 also main

Additional context

N/A

Metadata

Metadata

Assignees

Labels

bugThe issue is a bug, or the PR is fixing a bugplatform: ESP32Espressif ESP32priority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions