Micropython 1.22 - ESP32 PSRAM support #12934
Unanswered
Pawelinode
asked this question in
ESP32
Replies: 1 comment 3 replies
-
Besides the basic version, there are versions for boards with psram. Just scroll down at the page for GENERIC boards. |
Beta Was this translation helpful? Give feedback.
3 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.
-
In older versions of Micropython for ESP32, there were projects "GENERIC_SPIRAM" and "GENERIC". In version 1.22 there is only "GENERIC".
After entering this version into ESP32-PICO-MINI-02, additional RAM is not detected. I have enabled SPI RAM support in the SDK config. During compilation I get the error `iram0_0_seg' exceeded by 11848 bytes. How to get a Micropython image with PSRAM support ?
Beta Was this translation helpful? Give feedback.
All reactions