Something like this:
Code: Select all
# Default for system config (PHY, WiFi, etc):
nvs, data, nvs, , 0x6000,
# Separate NVS partition for user settings:
settings, data, nvs, , 0x6000,
chegewara also pointed out that your partition table is a little over 4MB, which is very odd. If you've got 4MB of flash, you might want to correct that; if you've got 8MB then you can afford to be a lot more generous with some of those partition sizes.