Skip to content

Commit

Permalink
Increase parition sizes and include coredump partition
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny9 committed Sep 13, 2023
1 parent 8e63b02 commit 6433dc3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions partitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# 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
www, data, spiffs, 0x110000, 2M
ota_0, app, ota_0, 0x310000, 1M
ota_1, app, ota_1, 0x410000, 1M
otadata, data, ota, 0x510000, 8k
factory, app, factory, 0x10000, 3M
www, data, spiffs, 0x310000, 4M
ota_0, app, ota_0, 0x710000, 3M
ota_1, app, ota_1, 0xa10000, 3M
otadata, data, ota, 0xd10000, 8k
coredump, data, coredump, , 64K
6 changes: 3 additions & 3 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
CONFIG_ESP_MAXIMUM_RETRY=5
CONFIG_HTTPD_WS_SUPPORT=y
CONFIG_SPIFFS_OBJ_NAME_LEN=64
CONFIG_SPIFFS_OBJ_NAME_LEN=64

0 comments on commit 6433dc3

Please sign in to comment.