kolibri-cyd-tester-app-embassy/lvgl-based/partition-table/partitions.csv

478 B

1# http://esp-idf.readthedocs.io/en/latest/api-guides/partition-tables.html
2# This file uses a 3M factory instead of the default 1M
3# Espressif ESP32 Partition Table
4# Name, Type, SubType, Offset, Size
5nvs, data, nvs, 0x9000, 0x6000
6phy_init, data, phy, 0xf000, 0x1000
7factory, app, factory, 0x10000, 3M
8# The size 528k isn't arbitrary - it is the minumim size when
9# wear leveling sector size is 4k
10app_storage, data, fat, , 528k