Search found 4 matches
- Wed Mar 31, 2021 3:59 am
- Forum: Sample Code
- Topic: How to use NVS Partition tool for esp32
- Replies: 6
- Views: 19984
Re: How to use NVS Partition tool for esp32
okay, thank you very much esp forum team.
- Tue Mar 30, 2021 5:25 am
- Forum: Sample Code
- Topic: How to use NVS Partition tool for esp32
- Replies: 6
- Views: 19984
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?
- Mon Mar 29, 2021 6:36 am
- Forum: Sample Code
- Topic: How to use NVS Partition tool for esp32
- Replies: 6
- Views: 19984
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
- Sun Mar 28, 2021 11:34 pm
- Forum: Sample Code
- Topic: How to use NVS Partition tool for esp32
- Replies: 6
- Views: 19984
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_...