32 bit version of the Espressif Flash Download Tool?

Does anyone know where I can find the 32 bit version of Espressif’s Flash Download Tool?

Hi, I know this is not the right place to ask this, but I am getting no response from the ESP32 forum.

I am using WIn7 32bit and want to use the Flash Download Tool so I may install these binaries for making a WiFi repeater.

https://www.makeuseof.com/nodemcu-esp82 … -extender/

The link in that page takes me to the Espressif site to get the tool, but it is for the 64 bit version.

Alternatively, is there a sketch I can compile to achieve the WiFi repeater function i.e. do it the hard way?

Thanks, Mark.

Do you just wanna flash an ESP8266, not an ESP32? Then PlatformIO still has older version of the original esptool.exe (before it was esptoolpy) in its registry, specifically e.g.

https://dl.registry.platformio.org/download/platformio/tool/tool-esptool/1.413.0/tool-esptool-windows-1.413.0.tar.gz

(You need 7zip to exract.)

There also seems to be a self-compiled version available in https://github.com/espressif/arduino-esp32/issues/6012#issuecomment-1589090694

Note that htis is not the graphical “Flash Download tool”, but you can still flash your firmware using this esptool.exe tool on the commandline. When you have settings like

This should translate into a command like

esptool.exe -bm qio -bz 32M -bf 40 -cp COM4 -cb 115200 -cf 0x0000.bin -ca 0x0000 -cf 0x02000.bin -ca 0x02000 -cf 0x82000.bin -ca 0x82000

Ahh, this one also seems to be 32-bit:

https://github.com/Makerfabs/esp_tool/blob/master/flash_download_tools_v3.6.6.zip