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.ESP_Sprite wrote: ↑Fri Sep 06, 2024 10:13 amThat may be your problem: NVS needs at least 3 sectors and you're only giving it one.
Search found 4 matches
- Thu Sep 12, 2024 8:17 am
- Forum: ESP-IDF
- Topic: NVS Key values pairs
- Replies: 8
- Views: 2731
Re: NVS Key values pairs
- Mon Sep 09, 2024 1:53 pm
- Forum: ESP-IDF
- Topic: NVS Key values pairs
- Replies: 8
- Views: 2731
Re: NVS Key values pairs
I will verify this by changing the partition table size.ESP_Sprite wrote: ↑Fri Sep 06, 2024 10:13 amThat may be your problem: NVS needs at least 3 sectors and you're only giving it one.
- Fri Sep 06, 2024 8:16 am
- Forum: ESP-IDF
- Topic: NVS Key values pairs
- Replies: 8
- Views: 2731
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...
- Thu Sep 05, 2024 3:43 pm
- Forum: ESP-IDF
- Topic: NVS Key values pairs
- Replies: 8
- Views: 2731
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 ...