Merge branch 'fix/bootloader_size_increase_perf_benchmark_fails_to_build_v5.3' into 'release/v5.3'

fix: Bootloader size increase broke perf_benchmark example compilation (v5.3)

See merge request espressif/esp-idf!34306
This commit is contained in:
Jiang Jiang Jian
2024-10-28 12:07:37 +08:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
# 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, 1M,
storage, data, undefined, , 2M,
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, , 0x6000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 1M,
storage, data, undefined, , 2M,
1 # Name, Type, SubType, Offset, Size, Flags # Name Type SubType Offset Size Flags
2 # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap nvs data nvs 0x6000
3 nvs, data, nvs, 0x9000, 0x6000, phy_init data phy 0x1000
4 phy_init, data, phy, 0xf000, 0x1000, factory app factory 1M
5 factory, app, factory, 0x10000, 1M, storage data undefined 2M
storage, data, undefined, , 2M,

View File

@@ -1,6 +1,7 @@
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x9000
CONFIG_ESP_TASK_WDT_EN=n
# FATFS