diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2026-02-04 19:46:32 +0100 |
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2026-02-04 19:46:32 +0100 |
| commit | 31115e53da1b5f618abf239ae7f30586176553a5 (patch) | |
| tree | e3f551faf3762c99ccb9f3a652dbfb290d22a895 | |
| parent | ec7edefda56412a5a9f2f91ef9146671d6975b7a (diff) | |
Different image, still not workingesp-pro
| -rw-r--r-- | source/microcontrollers/olimex-esp32-pro/index.rst | 4 |
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 |
