mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-10 13:13:27 +00:00

* reorganize 8MB partition for MUI devices * update device-install scripts to MUI 8MB partition scheme
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
# This is a layout for 8MB of flash for MUI devices
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, 0x9000, 0x5000,
|
|
otadata, data, ota, 0xe000, 0x2000,
|
|
app0, app, ota_0, 0x10000, 0x5C0000,
|
|
flashApp, app, ota_1, 0x5D0000,0x0A0000,
|
|
spiffs, data, spiffs, 0x670000,0x180000 |