Hello,
I am developing on ESP32 arduino framework and I would like to get the compiled firmware files so I can upload more units using ESP flash download tool.

EspressifEspressif

I got the flash tool from here:
https://www.espressif.com/en/products/hardware/esp32/resources
Tools → Flash Download Tool

In project folder/.pio/build/platform/
I found these files

I read I need:

Aug 19, 2019 Hello, I am developing on ESP32 arduino framework and I would like to get the compiled firmware files so I can upload more units using ESP flash download tool. I got the flash tool from here: https://www.espressif.com&hellip. Mar 03, 2017 I read through both the routes of programming an ESP8266 through an Arduino way and as well as the Espressif way using Flash download tools. In an example in SDK 2.0, which describes how to flash a program in ESP8266 using the Flash download tools, they mention that I need to flash the following bin files at specific locations: Non OTA firmware Map.

  • bootloader file
  • partition table file
  • firmware/app file.

The tools are downloaded and installed into a directory specified during ESP-IDF Tools Installer process. By default, this is C: Users username.espressif. Add ESP-IDF tools to PATH using an export script ¶ ESP-IDF tools installer creates a Start menu shortcut for “ESP-IDF Command Prompt”. The tools are downloaded and installed into a directory specified during ESP-IDF Tools Installer process. By default, this is C: Users username.espressif. Add ESP-IDF tools to PATH using an export script ¶ ESP-IDF tools installer creates a Start menu shortcut for “ESP-IDF Command Prompt”.

Espressif Flash Download Tool

Could anyone help me to locate these files compiled by platform io and help how to use them in ESP flash tool?

How To Use Esp32 Flash Download Tool

I appreciate any help, Thanks!