Flash Download tool and combining bin for production
Posted: Fri Nov 04, 2022 2:32 pm
Hi,
On ESP32-C3 I have it setup as:
If I use the command prompt and use:
Questions:
On ESP32-C3 I have it setup as:
- Single app not OTA
- 0x8000 offset of partition table
- flash encryption is set to release mode
If I use the command prompt and use:
The device is flashed and encrypted as expected.idf.py flash monitor -p COM11
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?