mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-21 16:21:00 +00:00
Fix partition table.
This commit is contained in:
parent
a56e6942f1
commit
43c7ca1175
2 changed files with 5 additions and 10 deletions
|
@ -1,9 +1,4 @@
|
||||||
# ESP-IDF Partition Table
|
nvs, data, nvs, 0x9000, 16K,
|
||||||
# Name, Type, SubType, Offset, Size, Flags
|
phy_init, data, phy, 0xF000, 4K,
|
||||||
nvs, data, nvs, 0xA000, 12K,
|
factory, app, factory, , 5M,
|
||||||
otadata, data, ota, 0xD000, 8K,
|
locfd, data, fat, , 10M,
|
||||||
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,
|
|
||||||
|
|
|
|
@ -265,7 +265,7 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
|
||||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
||||||
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
||||||
CONFIG_PARTITION_TABLE_OFFSET=0x9000
|
CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
||||||
CONFIG_PARTITION_TABLE_MD5=y
|
CONFIG_PARTITION_TABLE_MD5=y
|
||||||
# end of Partition Table
|
# end of Partition Table
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue