Search found 4 matches

by roquita
Wed Mar 31, 2021 3:59 am
Forum: Sample Code
Topic: How to use NVS Partition tool for esp32
Replies: 6
Views: 17811

Re: How to use NVS Partition tool for esp32

okay, thank you very much esp forum team.
by roquita
Tue Mar 30, 2021 5:25 am
Forum: Sample Code
Topic: How to use NVS Partition tool for esp32
Replies: 6
Views: 17811

Re: How to use NVS Partition tool for esp32

For example: spiffs_create_imagen() in the cmake file helps to flash spiffs partition after flashing app image. There is any function available to flash nvs image in the same way?
by roquita
Mon Mar 29, 2021 6:36 am
Forum: Sample Code
Topic: How to use NVS Partition tool for esp32
Replies: 6
Views: 17811

Re: How to use NVS Partition tool for esp32

oh right, it was my mistake. Using nvs_get_string works. Can you help me with one thing more, please?. How can i flash nvs image after flashing app automatically?. I want to flash all partitions in one shot. Thanks
by roquita
Sun Mar 28, 2021 11:34 pm
Forum: Sample Code
Topic: How to use NVS Partition tool for esp32
Replies: 6
Views: 17811

How to use NVS Partition tool for esp32

[/Codebox]GITHUB URL of the project: https://github.com/roquita/nvs_partition_tool IDF VERSION: 4.1 Hello everyone,i was using NVS Partition Tool to generate a nvs image, then with parttool.py flashed this image on nvs partition. I was trying to read two strings from nvs partition but just got "ERR_...