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

1.2 KiB

1# This tag is used to include this file in the ESP Component Registry:
2# __ESP_COMPONENT_SOURCE__
3# to view: idf.py partition-table
4#
5# ESP-IDF Partition Table
6# Name, Type, SubType, Offset, Size, Flags
7nvs, data, nvs, 0x9000, 24K,
8phy_init,data, phy, 0xf000, 4K,
9factory, app, factory, 0x10000, 1500K,
10# For other settings, see:
11# https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html#creating-custom-tables
12#
13# Here is the summary printed for the “Single factory app, no OTA” configuration:
14#
15# # ESP-IDF Partition Table
16# # Name, Type, SubType, Offset, Size, Flags
17# nvs, data, nvs, 0x9000, 0x6000,
18# phy_init, data, phy, 0xf000, 0x1000,
19# factory, app, factory, 0x10000, 1M,
20#
21#
22# Here is the summary printed for the “Factory app, two OTA definitions” configuration:
23#
24# # ESP-IDF Partition Table
25# # Name, Type, SubType, Offset, Size, Flags
26# nvs, data, nvs, 0x9000, 0x4000,
27# otadata, data, ota, 0xd000, 0x2000,
28# phy_init, data, phy, 0xf000, 0x1000,
29# factory, app, factory, 0x10000, 1M,
30# ota_0, app, ota_0, 0x110000, 1M,
31# ota_1, app, ota_1, 0x210000, 1M,