Merge branch 'fix/fix_ot_br_partition_table_5_1' into 'release/v5.1'

fix(openthread): increase factory app size in ot_br partition table (backport to 5.1)

See merge request espressif/esp-idf!30249
This commit is contained in:
Shu Chen 2024-05-11 10:24:48 +08:00
commit c626cac47d

View File

@ -2,4 +2,4 @@
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 1700K,
factory, app, factory, 0x10000, 1800K,

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
3 nvs, data, nvs, 0x9000, 0x6000,
4 phy_init, data, phy, 0xf000, 0x1000,
5 factory, app, factory, 0x10000, 1700K, factory, app, factory, 0x10000, 1800K,