Page 1 of 1

Updating more than just the firmware file with OTA

Posted: Mon Oct 30, 2023 8:41 am
by mzincali
Hi. I am using HttpsOTA which is a very simple way to do an OTA update. I am wondering if it is possible to update more than just he firmware, and which framework is best to use for doing so. I am specifically interested in updating all these files:

firmware.bin
partitions.bin

and maybe even:

boot_app0.bin
bootloader.bin

Is it possible to do this with, say, esp_https_ota?

Re: Updating more than just the firmware file with OTA

Posted: Mon Nov 06, 2023 3:07 am
by ESP_adokitkat
Hello.

Maybe you could use this trick with ESP HTTPS OTA library although it is not recommended nor officially supported as far I understand (hence it is a "trick"). Proceed at your own risk.