Page 1 of 1

ESP32 factory partition

Posted: Sat Jan 18, 2025 7:10 am
by ali.abbas
Hi,
I am using esp32 vs code espressif, I am using a partition with one OTA and factory. What should I do do be able to create a factory code. (What folder name should I use? do I need to change cmake?)

Thank you

Re: ESP32 factory partition

Posted: Tue Jan 21, 2025 6:40 am
by chegewara
What do you mean by factory code?

Any firmware you build is a "factory" and will be flashed on factory partition unless you decide to flash on OTA.
The only difference is that you cant update factory partition easy way and after OTA update device will start from factory partition if and only if all OTA partitions are corrupted.