Search found 4 matches

by atique
Thu Sep 12, 2024 8:17 am
Forum: ESP-IDF
Topic: NVS Key values pairs
Replies: 8
Views: 1190

Re: NVS Key values pairs

ESP_Sprite wrote:
Fri Sep 06, 2024 10:13 am
atique wrote:
Fri Sep 06, 2024 8:16 am
while my partition size is just 0x1000.
That may be your problem: NVS needs at least 3 sectors and you're only giving it one.
This does not seems to be the issue. I have updated the partition table allocating 3 sectors to nvs_key partition and still I am getting the same result.
by atique
Mon Sep 09, 2024 1:53 pm
Forum: ESP-IDF
Topic: NVS Key values pairs
Replies: 8
Views: 1190

Re: NVS Key values pairs

ESP_Sprite wrote:
Fri Sep 06, 2024 10:13 am
atique wrote:
Fri Sep 06, 2024 8:16 am
while my partition size is just 0x1000.
That may be your problem: NVS needs at least 3 sectors and you're only giving it one.
I will verify this by changing the partition table size.
by atique
Fri Sep 06, 2024 8:16 am
Forum: ESP-IDF
Topic: NVS Key values pairs
Replies: 8
Views: 1190

Re: NVS Key values pairs

@ ESP_Sprite Yes I have tried to use that build system to generate the partition but the default size for the partition in build system is 0x3000 while my partition size is just 0x1000. I have generated the partition using the build system and obviously it was failure while flashing to the board due...
by atique
Thu Sep 05, 2024 3:43 pm
Forum: ESP-IDF
Topic: NVS Key values pairs
Replies: 8
Views: 1190

NVS Key values pairs

Hi All, I have problem in reading the nvs_keys partition when its flashed with existing binary files. let me describe it in the following steps: 1 - I have a requirement where some default keys are needed as part of the firmware initial process 2 - All keys were created with a firmware have default ...