diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2023-08-15 16:04:19 +1000 |
|---|---|---|
| committer | Jim Mussared <jim.mussared@gmail.com> | 2023-08-15 17:38:02 +1000 |
| commit | 96258d371614c74ac2e4e9461ff6cb1ea0f97ced (patch) | |
| tree | cf5dc28cd48c0a36041a360c9aa5297bfc817366 | |
| parent | afd407af8f1049aa764cc46d501286be36345a82 (diff) | |
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>
| -rw-r--r-- | ports/esp32/boards/GENERIC/sdkconfig.ota | 2 | ||||
| -rw-r--r-- | ports/esp32/boards/sdkconfig.base | 2 | ||||
| -rw-r--r-- | ports/esp32/partitions-4MiB-ota.csv (renamed from ports/esp32/partitions-ota.csv) | 0 | ||||
| -rw-r--r-- | ports/esp32/partitions-4MiB.csv (renamed from ports/esp32/partitions.csv) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/ports/esp32/boards/GENERIC/sdkconfig.ota b/ports/esp32/boards/GENERIC/sdkconfig.ota index 7ff939aa9..4a164aa6f 100644 --- a/ports/esp32/boards/GENERIC/sdkconfig.ota +++ b/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 diff --git a/ports/esp32/boards/sdkconfig.base b/ports/esp32/boards/sdkconfig.base index b98d5d067..7443b34aa 100644 --- a/ports/esp32/boards/sdkconfig.base +++ b/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 diff --git a/ports/esp32/partitions-ota.csv b/ports/esp32/partitions-4MiB-ota.csv index 094ad7666..094ad7666 100644 --- a/ports/esp32/partitions-ota.csv +++ b/ports/esp32/partitions-4MiB-ota.csv diff --git a/ports/esp32/partitions.csv b/ports/esp32/partitions-4MiB.csv index 53f0f1674..53f0f1674 100644 --- a/ports/esp32/partitions.csv +++ b/ports/esp32/partitions-4MiB.csv |
