-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Hi, I have a sketch of the application in the ArduinoIDE. When uploading to ESP32 with the ArduinoIDE level everything works fine. I exported it as a .bin file. I would like to use an external application to upload a .bin file to a board. ArduinoIDE compiles it every time I try to upload the sketch. It takes over 1.5 minutes with my project. I have over 100 ESP32 boards for flashing, so it will take forever for ArduinoIDE.
Using the esptool.py --port COM4 write_flash 0x1000 my_app.bin
command, the board does not flash correctly.
Espressif ESP32 Flash Download Tool also doesn't work properly.
Any idea how I could flash my ESP32 with .bin file from ArduinoIDE?
Hardware:
Board: ESP32 Dev Module
Core Installation version: 1.0.4
IDE name: Arduino IDE
Flash Frequency: 40Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10