Let's try to describe it more clear way:
My partition table is following:
Code: Select all
nvs, data, nvs, 0x10000, 0x6000
otadata, data, ota, 0x16000, 0x2000
phy_init, data, phy, 0x18000, 0x1000
ota_0, 0, ota_0, 0x20000, 1800K
ota_1, 0, ota_1, , 1800K
storage, data, nvs, , 0x9000
The problem is with standard `nvs, data, nvs, 0x10000, 0x6000` which is encrypted by default, and this is partition where wificredentials are stored.
The question is how I can access to read or create this partition to flash with manufacturing data like WiFi Credentials