Files
esp-idf/components/partition_table/partitions_two_ota_tee.csv
Laukik Hase 31b113b649 fix(esp_tee): Fix TEE attestation stack protection fault with secure boot enabled
- Increased the TEE stack when secure boot is enabled
- Also, generate a build error when the generated TEE binary image size is
  greater than the TEE partition size
2026-01-20 16:40:03 +05:30

536 B

1# Name, Type, SubType, Offset, Size, Flags
2# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3tee_0, app, tee_0, , 256K,
4tee_1, app, tee_1, , 256K,
5tee_otadata, data, tee_ota, , 8K,
6secure_storage, data, nvs, , 56K,
7ota_0, app, ota_0, , 1536K,
8ota_1, app, ota_1, , 1536K,
9otadata, data, ota, , 8K,
10nvs, data, nvs, , 24K,
11phy_init, data, phy, , 4K,