add encrypted partition flag

This commit is contained in:
MageDelfador 2025-10-12 22:45:40 +08:00
parent 78ecb0ec47
commit 4177dba166

View file

@ -4,4 +4,4 @@
nvs, data, nvs, 0x9000, 0x6000
phy_init, data, phy, 0xf000, 0x1000
factory, app, factory, 0x10000, 1M,
part0, 0x40, 0x1, 0x200000, 14M,
part0, 0x40, 0x1, 0x200000, 14M, encrypted

1 # Name, Type, SubType, Offset, Size, Flags
4 phy_init, data, phy, 0xf000, 0x1000
5 factory, app, factory, 0x10000, 1M,
6 part0, 0x40, 0x1, 0x200000, 14M, part0, 0x40, 0x1, 0x200000, 14M, encrypted
7