mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-10 05:04:42 +00:00

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