Define dual-OTA partition table with dsp blob slot.
Replace factory with ota_0/ota_1, otadata, and a dsp data partition on 4 MB flash; enable bootloader app rollback for future OTA work. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4,10 +4,13 @@
|
||||
|
||||
CONFIG_IDF_TARGET="esp32s3"
|
||||
|
||||
# Custom partition table (nvs + nvs_keys for encrypted storage)
|
||||
# Custom partition table (nvs, otadata, OTA slots, dsp blob, nvs_keys)
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
||||
|
||||
# OTA rollback: mark app valid only after esp_ota_mark_app_valid_cancel_rollback()
|
||||
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
|
||||
|
||||
# Flash encryption — DEVELOPMENT mode (re-flash plaintext until eFuse policy set)
|
||||
CONFIG_SECURE_FLASH_ENC_ENABLED=y
|
||||
CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT=y
|
||||
|
||||
Reference in New Issue
Block a user