Skip to content

Commit

Permalink
Partition alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
htotoo committed Feb 15, 2024
1 parent 9b36bd7 commit d23c19f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 3 additions & 4 deletions Source/partitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 1200K,
ota_0, app, ota_0, , 1200K,
ota_1, app, ota_1, , 1200K,
storage, data, spiffs, , 120K,
factory, app, factory, 0x10000, 2600K,
ota_0, app, ota_0, , 2600K,
ota_1, app, ota_1, , 2600K,
8 changes: 4 additions & 4 deletions Source/sdkconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file. DO NOT EDIT.
# Espressif IoT Development Framework (ESP-IDF) 5.1.2 Project Configuration
# Espressif IoT Development Framework (ESP-IDF) Project Configuration
#
CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000
CONFIG_SOC_MPU_REGIONS_MAX_NUM=8
Expand Down Expand Up @@ -437,13 +437,13 @@ CONFIG_ESPTOOLPY_FLASHFREQ_80M_DEFAULT=y
CONFIG_ESPTOOLPY_FLASHFREQ="80m"
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE=y
CONFIG_ESPTOOLPY_BEFORE_RESET=y
# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set
Expand Down
2 changes: 2 additions & 0 deletions Source/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ CONFIG_LWIP_LOCAL_HOSTNAME="ESP32PP"
CONFIG_LWIP_NETIF_API=y
CONFIG_LWIP_MAX_SOCKETS=15
CONFIG_LWIP_IPV6=n
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"

0 comments on commit d23c19f

Please sign in to comment.