wolfssl-w32/IDE/Espressif/ESP-IDF/examples/wolfssl_client/partitions_singleapp_large.csv

1.1 KiB

1# to view: idf.py partition-table
2#
3# ESP-IDF Partition Table
4# Name, Type, SubType, Offset, Size, Flags
5nvs, data, nvs, 0x9000, 24K,
6phy_init,data, phy, 0xf000, 4K,
7factory, app, factory, 0x10000, 1500K,
8# For other settings, see:
9# https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html#creating-custom-tables
10#
11#
12# # ESP-IDF Partition Table
13# # Name, Type, SubType, Offset, Size, Flags
14# nvs, data, nvs, 0x9000, 0x6000,
15# phy_init, data, phy, 0xf000, 0x1000,
16# factory, app, factory, 0x10000, 1M,
17#
18#
19#
20# # ESP-IDF Partition Table
21# # Name, Type, SubType, Offset, Size, Flags
22# nvs, data, nvs, 0x9000, 0x4000,
23# otadata, data, ota, 0xd000, 0x2000,
24# phy_init, data, phy, 0xf000, 0x1000,
25# factory, app, factory, 0x10000, 1M,
26# ota_0, app, ota_0, 0x110000, 1M,
27# ota_1, app, ota_1, 0x210000, 1M,