Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannt get PSRAM emulation to work (QEMU-238) #116

Open
3 tasks done
hennejg opened this issue Jan 24, 2025 · 1 comment
Open
3 tasks done

Cannt get PSRAM emulation to work (QEMU-238) #116

hennejg opened this issue Jan 24, 2025 · 1 comment

Comments

@hennejg
Copy link

hennejg commented Jan 24, 2025

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Provided a clear description of your suggestion.
  • Included any relevant context or examples.

Issue or Suggestion Description

Summary
Whatever I do, trying to run an application with PSRAM enabled always leads to the following error message during startup:

I (1109) quad_psram: This chip is ESP32-D0WD
E (1113) quad_psram: PSRAM ID read error: 0x00000000, PSRAM chip not found or not supported

Environment
OS: MacOS Sequoia

QEMU: esp-develop latest, (48b3fa9), configured as suggested in esp-toolchain-docs

IDF: 5.3 (v5.3.2-504-g73bd85326f)

SOC: ESP32 (ESP32-WROVER-IE 16MB)

Application configured with:

  • CONFIG_SPIRAM_MODE_QUAD=y
  • CONFIG_SPIRAM_TYPE_AUTO=y (tried others as well without success)
  • CONFIG_SPIRAM_BOOT_INIT=y
  • CONFIG_SPIRAM_BOOT_INIT=y

QEMU started with argument: -m 4M

@github-actions github-actions bot changed the title Cannt get PSRAM emulation to work Cannt get PSRAM emulation to work (QEMU-238) Jan 24, 2025
@igrr
Copy link
Member

igrr commented Jan 24, 2025

@hennejg Could you please add, which chip are you trying to emulate, ESP32 or ESP32-S3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants