Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP-IDF with ESP32-C6 Workshop - NVS part should contain custom NVS instead of system for storing custom data #125

Open
georgik opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels
Status: In Progress Issue is being worked on workshop

Comments

@georgik
Copy link
Collaborator

georgik commented Sep 26, 2024

The workshop is using system NVS partition to store data.

The recommended approach is to create a new NVS partition to store custom data and leave the system one for Wi-Fi and other subsystems.

Having separate partition have several benefits:

  • isolation from system data
  • better wear leveling
  • reduced of risk of running out of storage if system writes something into the partition

Suggestion: Explicitly mention an approach to create new nvs partition, so that it's not shared with system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress Issue is being worked on workshop
Projects
None yet
Development

No branches or pull requests

2 participants