Page 1 of 1

OTA updates with flash encryption

Posted: Fri Jan 05, 2018 11:06 am
by mpulis
Hi all,

The ESP-IDF-Programming-Guide specifies that if you want to perform an OTA update on a module with flash encryption enabled, it shouldn't be a problem as long as esp_partition_write() is used. In my application I'm using esp_ota_write() during the update.

Would it be correct to still use this function with encrypted flash?

Re: OTA updates with flash encryption

Posted: Fri Jan 05, 2018 11:26 am
by WiFive

Re: OTA updates with flash encryption

Posted: Fri Jan 05, 2018 2:12 pm
by mpulis
Brilliant, thanks.