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