ESP32-S3 with SPIRAM #9509
Unanswered
victorallume
asked this question in
Hardware & Peripherals
Replies: 2 comments 1 reply
-
I've also tried removing |
Beta Was this translation helpful? Give feedback.
1 reply
-
I fixed this in #8689 but its not merged yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a ESP32-S3-DevKitC-1-N8R8 which has 8MB SPI-flash and 8MB SPIRAM. If I try to use the stock image at https://micropython.org/download/GENERIC_S3_SPIRAM/ or compile my own, I get the following looping on the serial line:
Over at the forums, this post says the generic binaries don't support octa-SPI RAM as this device uses. I've tried adding this to the boards
sdkconfig.board
:But then get the following errors:
Any ideas on how to get this working?
Beta Was this translation helpful? Give feedback.
All reactions