mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
8 lines
385 B
Plaintext
8 lines
385 B
Plaintext
# 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,
|
|
otadata, data, ota, , 0x2000
|
|
ota_0, app, ota_0, , 1M,
|
|
ota_1, app, ota_1, , 1M
|
|
storage, data, spiffs, , 0xF0000, |