esp-idf/components/partition_table/partitions_two_ota_large.csv
nilesh.kale 55bbd9c95a feat: add config option under partition menu to support large size ota
This commit adds one more config option under partition table menu
to support large size image during ota

This also updates the default config for simple ota example.
2024-07-12 14:49:16 +05:30

355 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, , 0x6000,
4otadata, data, ota, , 0x2000,
5phy_init, data, phy, , 0x1000,
6ota_0, app, ota_0, , 1700K,
7ota_1, app, ota_1, , 1700K,