OTA encrypted flash,OSError: [Errno 95] EOPNOTSUPP: ESP_ERR_NOT_SUPPORTED

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
kenjican
Posts: 13
Joined: Sat Sep 15, 2018 1:32 am

OTA encrypted flash,OSError: [Errno 95] EOPNOTSUPP: ESP_ERR_NOT_SUPPORTED

Post by kenjican » Fri Mar 25, 2022 3:05 am

To OTA non-encrypted flash is OK. But encrypted partition is not. I found the problem is that if ota partition encrypted ,Partition.readblocks and Partition.writeblocked are not allowed.It throws error message like this : [Errno 95] EOPNOTSUPP: ESP_ERR_NOT_SUPPORTED

That is to say encripted flash OTA can not be done ? Or anyone could solve this? OTA for encrpted flash

Post Reply