FlashDB/demos/esp32_spi_flash/partitions.csv

719 B

1# Note that this partition must be at least as large as the sum of all partitions as
2# defined in FAL_PART_TABLE in fal_cfg.h.
3# The offsets are left blank intentionally so that the partitions will be arranged
4# automatically.
5# The subtype was set to 0x0. These values must correspond to the settings in the
6# init() function in fal_flash_esp32_port.c.
7# Name, Type, SubType, Offset, Size, Flags
8nvs, data, nvs, , 16k,
9phy_init, data, phy, , 4k,
10flashdb, 0x40, 0x00, , 32k,
11factory, app, factory, , 1M,