esp-idf/examples/system/ota/advanced_https_ota/anti_rollback_partition.csv
Konstantin Kondrashov f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key()
These functions were used only for esp32 in secure_boot and flash encryption.
Use idf efuse APIs instead of efuse regs.
2021-06-17 07:21:36 +08:00

397 B

1# Name, Type, SubType, Offset, Size, Flags
2# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3nvs, data, nvs, , 0x4000,
4otadata, data, ota, , 0x2000,
5phy_init, data, phy, , 0x1000,
6emul_efuse,data,efuse, , 0x2000,
7ota_0, app, ota_0, , 3584K,
8ota_1, app, ota_1, , 3584K,