From 31115e53da1b5f618abf239ae7f30586176553a5 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 4 Feb 2026 19:46:32 +0100 Subject: Different image, still not working --- source/microcontrollers/olimex-esp32-pro/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/microcontrollers') diff --git a/source/microcontrollers/olimex-esp32-pro/index.rst b/source/microcontrollers/olimex-esp32-pro/index.rst index 64e799e..2f03c53 100644 --- a/source/microcontrollers/olimex-esp32-pro/index.rst +++ b/source/microcontrollers/olimex-esp32-pro/index.rst @@ -61,14 +61,14 @@ Micropython Installation ------------ -Download the generic firmware from +Download the SPIRAM firmware from https://micropython.org/download/ESP32_GENERIC/ and follow the installation instructions Because of #1043168_ under debian you may need to use the ``--no-stub`` option, and use a slower speed:: - $ esptool --port /dev/ttyACM0 --no-stub write_flash 0x1000 ESP32_GENERIC-20251209-v1.27.0.bin + $ esptool --port /dev/ttyACM0 --no-stub write_flash 0x1000 ESP32_GENERIC-SPIRAM--v.bin .. _1043168: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043168 -- cgit v1.2.3