You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that partition needed in the first place or can I use it or removed it?
If I want a partition for application use, what name/type/subtype should I use?
If I want it to be flashed, does it need to be different type/subtype than if I want to use it for application storage?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to have two partitions for my application usage.
I notice that the default partition table has a partition called
nvs
of typedata
/nvs
.Then I noticed in https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/partition-tables.html that
nvs
subtype is for some special key/value API. And used for wifi data.esp-hal
?If I want a partition for application use, what name/type/subtype should I use?
If I want it to be flashed, does it need to be different type/subtype than if I want to use it for application storage?
Beta Was this translation helpful? Give feedback.
All reactions