fix: Bootloader size increase broke perf_benchmark example compilation

This commit is contained in:
Adam Múdry 2024-08-17 22:52:23 +02:00
parent 5ef75d5073
commit 4a21b0e332
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