Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/espressif/esp-idf-nvs-partition-gen
NVS Partition Generator tool
https://github.com/espressif/esp-idf-nvs-partition-gen
Last synced: 3 months ago
JSON representation
NVS Partition Generator tool
- Host: GitHub
- URL: https://github.com/espressif/esp-idf-nvs-partition-gen
- Owner: espressif
- License: apache-2.0
- Created: 2023-10-22T19:59:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-27T18:23:53.000Z (5 months ago)
- Last Synced: 2024-08-28T10:50:18.158Z (5 months ago)
- Language: Python
- Size: 282 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - espressif/esp-idf-nvs-partition-gen - NVS Partition Generator tool (Python)
README
# NVS Partition Generator Utility
## Introduction
The utility `esp-idf-nvs-partition-gen/nvs_partition_gen.py` creates a binary file, compatible with the NVS architecture defined in [Non-Volatile Storage Library](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/storage/nvs_flash.html), based on the key-value pairs provided in a CSV file.
This utility is ideally suited for generating a binary blob, containing data specific to ODM/OEM, which can be flashed externally at the time of device manufacturing. This allows manufacturers to generate many instances of the same application firmware with customized parameters for each device, such as a serial number.
## Documentation
See more in [NVS Partition Generator Utility ESP-IDF docs](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/storage/nvs_partition_gen.html).