2018-11-16 05:02:34 +08:00
|
|
|
# Name, Type, SubType, Offset, Size, Flags
|
2019-07-27 10:27:38 +02:00
|
|
|
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
|
2018-11-16 05:02:34 +08:00
|
|
|
nvs, data, nvs, 0x9000, 0x6000,
|
|
|
|
|
phy_init, data, phy, 0xf000, 0x1000,
|
|
|
|
|
factory, app, factory, 0x10000, 1M,
|
2025-02-05 15:51:48 +01:00
|
|
|
custom, data, nvs, , 0x1000, readonly
|
2020-11-10 18:40:01 +11:00
|
|
|
storage, data, spiffs, , 0x10000,
|