diff --git a/partitions.csv b/partitions.csv index 43a8a16..359247e 100644 --- a/partitions.csv +++ b/partitions.csv @@ -1,9 +1,4 @@ -# ESP-IDF Partition Table -# Name, Type, SubType, Offset, Size, Flags - nvs, data, nvs, 0xA000, 12K, - otadata, data, ota, 0xD000, 8K, - phy_init, data, phy, 0xF000, 4K, - ota_0, 0, ota_0, 0x10000, 1600K, - ota_1, 0, ota_1, 0x1A0000, 1600K, - appfs, 0x43, 3, 0x330000, 8000K, - locfd, data, fat, 0xB00000, 5120K, +nvs, data, nvs, 0x9000, 16K, +phy_init, data, phy, 0xF000, 4K, +factory, app, factory, , 5M, +locfd, data, fat, , 10M, diff --git a/sdkconfig b/sdkconfig index 7461ec7..0f7a4d8 100644 --- a/sdkconfig +++ b/sdkconfig @@ -265,7 +265,7 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" CONFIG_PARTITION_TABLE_FILENAME="partitions.csv" -CONFIG_PARTITION_TABLE_OFFSET=0x9000 +CONFIG_PARTITION_TABLE_OFFSET=0x8000 CONFIG_PARTITION_TABLE_MD5=y # end of Partition Table