esp-rs / espflash

Serial flasher utility for Espressif SoCs and modules based on esptool.py
Apache License 2.0
492 stars 119 forks source link

Implement NVS Partition Facility #696

Open DaneSlattery opened 1 month ago

DaneSlattery commented 1 month ago

It would be useful to not have multiple separate tools that need to interact to create images. This tool already supports converting elf to bin, csv to bin, now we could support generating data partitions:

https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/storage/mass_mfg.html or

DaneSlattery commented 1 month ago

It would also be incredibly useful to be able to write postcard structs into this nvs image directly.