2023-11-22 11:48:03 +00:00
|
|
|
# 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,
|
2024-02-23 13:10:44 +00:00
|
|
|
factory, app, factory, 0x10000, 0x60000,
|
2024-02-23 09:06:10 +00:00
|
|
|
# rename subtype to littlefs after updating to v5.2
|
2024-02-23 13:10:44 +00:00
|
|
|
storage, data, spiffs, , 0x20000,
|