Browse Source

esp32/partitions.csv: Rename to partitions-4MiB.csv.

To be consistent with the other partitions files (which have the "-
{2,8,16,32}MiB" suffix). Also renames partitions-ota.csv.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
pull/12088/head
Jim Mussared 1 year ago
parent
commit
96258d3716
  1. 2
      ports/esp32/boards/GENERIC/sdkconfig.ota
  2. 2
      ports/esp32/boards/sdkconfig.base
  3. 0
      ports/esp32/partitions-4MiB-ota.csv
  4. 0
      ports/esp32/partitions-4MiB.csv

2
ports/esp32/boards/GENERIC/sdkconfig.ota

@ -1,6 +1,6 @@
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-ota.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-4MiB-ota.csv"
# Reduce firmware size to fit in the OTA partition.
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y

2
ports/esp32/boards/sdkconfig.base

@ -67,7 +67,7 @@ CONFIG_ULP_COPROC_RESERVE_MEM=2040
# For cmake build
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-4MiB.csv"
# To reduce iRAM usage
CONFIG_ESP32_WIFI_IRAM_OPT=n

0
ports/esp32/partitions-ota.csv → ports/esp32/partitions-4MiB-ota.csv

Can't render this file because it has a wrong number of fields in line 4.

0
ports/esp32/partitions.csv → ports/esp32/partitions-4MiB.csv

Can't render this file because it has a wrong number of fields in line 3.
Loading…
Cancel
Save