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

Can we increase NVS Partition Size in esp-matter code (CON-1537) #1267

Open
Ajay2803 opened this issue Feb 4, 2025 · 2 comments
Open

Can we increase NVS Partition Size in esp-matter code (CON-1537) #1267

Ajay2803 opened this issue Feb 4, 2025 · 2 comments

Comments

@Ajay2803
Copy link

Ajay2803 commented Feb 4, 2025

Hello

I'm working with Light Example and using an ESP32-C6-MINI-1. 4MB is the total size of the flash memory.
I have one file in my Project Directory Partition.csv Inside that i saw that my NVS Flash Partition is only 48kb, and WiFi credentials are occupying around 8kb. so only 40kb is Remaining. , and i want to store some more data in NVS, more that 40kb so is it possible to increase the NVS Partition size and if yes how can i increase it, is there any kind of document or thread you can share, which will be very helpful for us.

@github-actions github-actions bot changed the title Can we increase NVS Partition Size in esp-matter code Can we increase NVS Partition Size in esp-matter code (CON-1537) Feb 4, 2025
@shripad621git
Copy link
Contributor

@Ajay2803 , you can go through this partition-table document for the partition-table related information.

@jonsmirl
Copy link
Contributor

jonsmirl commented Feb 5, 2025

just make the partition larger, there are no restrictions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants