Search found 2 matches

by aravindtn
Tue May 24, 2022 1:42 am
Forum: ESP-IDF
Topic: Extra NVS Partition with Flash Encryption , Can't Init the partition
Replies: 4
Views: 4411

Re: Extra NVS Partition with Flash Encryption , Can't Init the partition

I'm trying to enable the nvs encryption for extra nvs partition. I did exactly the same as mentioned here. I flashed the nvs data as a plain text for the extra partition. I still get ESP_ERR_NVS_NOT_FOUND when nvs_open_from_partition.
Do you have any suggestion.
Thank you very much for your help.
by aravindtn
Sun May 22, 2022 5:42 am
Forum: ESP-IDF
Topic: nvs_open_from_partition failed with ESP_ERR_NVS_NOT_FOUND(4354) when nvs encryption enabled
Replies: 1
Views: 1579

nvs_open_from_partition failed with ESP_ERR_NVS_NOT_FOUND(4354) when nvs encryption enabled

Partition Table: I (63) boot: 0 nvs WiFi data 01 02 0000b000 00004000 I (70) boot: 1 otadata OTA data 01 00 0000f000 00002000 I (78) boot: 2 phy_init RF data 01 01 00011000 00001000 I (85) boot: 3 ota_0 OTA app 00 10 00020000 001db000 I (93) boot: 4 ota_1 OTA app 00 11 00200000 001db000 I (100) boo...