[BETA] Add support to Secure Boot in ESP32.

Needs deep testing.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-02-07 14:32:06 +01:00
parent 87e9f9e58b
commit b8aa0221db
3 changed files with 231 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, 0x9000, 0x6000
phy_init, data, phy, 0xf000, 0x1000
factory, app, factory, 0x10000, 1M,
nvs, data, nvs, 0x11000, 0x6000
phy_init, data, phy, 0x17000, 0x1000
factory, app, factory, 0x20000, 1M
part0, 0x40, 0x1, 0x200000, 1M,
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
3 nvs, data, nvs, 0x9000, 0x6000 nvs, data, nvs, 0x11000, 0x6000
4 phy_init, data, phy, 0xf000, 0x1000 phy_init, data, phy, 0x17000, 0x1000
5 factory, app, factory, 0x10000, 1M, factory, app, factory, 0x20000, 1M
6 part0, 0x40, 0x1, 0x200000, 1M,
7