summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/microcontrollers/olimex-esp32-pro/index.rst4
1 files changed, 2 insertions, 2 deletions
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-<date>-v<version>.bin
.. _1043168: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043168