OTA updates with flash encryption
Posted: Fri Jan 05, 2018 11:06 am
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?
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?