From 72b55b221e8d653ffc520bb1c19c7fe35635f5a8 Mon Sep 17 00:00:00 2001 From: Shadowtrance Date: Sun, 15 Feb 2026 21:39:15 +1000 Subject: [PATCH] Update device.properties to fix Waveshare GEEK PSRAM issue (#504) --- Devices/waveshare-esp32-s3-geek/device.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Devices/waveshare-esp32-s3-geek/device.properties b/Devices/waveshare-esp32-s3-geek/device.properties index 9816593d..5c7f45b7 100644 --- a/Devices/waveshare-esp32-s3-geek/device.properties +++ b/Devices/waveshare-esp32-s3-geek/device.properties @@ -23,3 +23,9 @@ dpi=143 [lvgl] colorDepth=16 + +[sdkconfig] +# Fix error "PSRAM space not enough for the Flash instructions" on boot: +CONFIG_SPIRAM_FETCH_INSTRUCTIONS=n +CONFIG_SPIRAM_RODATA=n +CONFIG_SPIRAM_XIP_FROM_PSRAM=n