Page 1 of 1

Flash Download tool and combining bin for production

Posted: Fri Nov 04, 2022 2:32 pm
by rjustice
Hi,

On ESP32-C3 I have it setup as:
  • Single app not OTA
  • 0x8000 offset of partition table
  • flash encryption is set to release mode
When I use flash to v3.9.3 and set it up as follows:
esp32FlashTool.png
esp32FlashTool.png (26.65 KiB) Viewed 1302 times
...and press start, it appears to flash the device from the loading bar at the bottom, but it doesn't.

If I use the command prompt and use:
idf.py flash monitor -p COM11
The device is flashed and encrypted as expected.


Questions:
  • What have I setup incorrectly
  • what are the outputs in the build folder I should use
  • ultimately I would like to combine to a single bin to simplify the setup, is there a tutorial somewhere?
Thanks