388 B
388 B
| 1 | # Note: 4MB factory partition for large libraries such as lvgl. |
|---|---|
| 2 | # all the remaining space is used for a FAT partition containing |
| 3 | # the user's python programs. |
| 4 | # |
| 5 | # Name, Type, SubType, Offset, Size, Flags |
| 6 | nvs, data, nvs, 0x9000, 0x6000, |
| 7 | phy_init, data, phy, 0xf000, 0x1000, |
| 8 | factory, app, factory, 0x10000, 0x400000, |
| 9 | vfs, data, fat, 0x410000, 0xBF0000, |