Si4684 boot fix: flash encryption off, 16MB flash, NVS enc off, main task stack 8KB, CTS timeout 10s (fixes BootCmd error 6), DMA-safe HOST_LOAD buffer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# DigiRadio partition table (4 MB flash — ESP32-S3-WROOM-1)
|
||||
# DigiRadio partition table (16 MB flash — ESP32-S3-WROOM-1)
|
||||
# ota_0 + ota_1: dual OTA app slots (equal size, 64 KiB aligned).
|
||||
# dsp: updatable ADAU1701 program blob (task 3.1).
|
||||
# nvs_keys: NVS encryption keys (secure-store slice).
|
||||
@@ -8,6 +8,6 @@ nvs, data, nvs, 0x9000, 0x6000,
|
||||
otadata, data, ota, 0xf000, 0x2000,
|
||||
nvs_keys, data, nvs_keys, 0x11000, 0x1000,
|
||||
phy_init, data, phy, 0x12000, 0x1000,
|
||||
ota_0, app, ota_0, 0x20000, 0x1B0000,
|
||||
ota_1, app, ota_1, 0x1D0000, 0x1B0000,
|
||||
dsp, data, 0x40, 0x380000, 0x40000,
|
||||
ota_0, app, ota_0, 0x20000, 0x400000,
|
||||
ota_1, app, ota_1, 0x420000, 0x400000,
|
||||
dsp, data, 0x40, 0x820000, 0x40000,
|
||||
|
||||
|
Reference in New Issue
Block a user