/ firmware / machine / esp32s3.partitions.csv
esp32s3.partitions.csv
 1  # [[file:../CONTRIBUTING.org::*Other][Other:1]]
 2  # https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/api-guides/partition-tables.html
 3  
 4  # Name,   Type, SubType, Offset,   Size,     Flags
 5  nvs,      data, nvs,     0x9000,   0x4000,
 6  otadata,  data, ota,     0xd000,   0x2000,
 7  phy_init, data, phy,     0xf000,   0x1000,
 8  ota_0,    app,  ota_0,   0x10000,  0x3F0000,
 9  ota_1,    app,  ota_1,   0x400000, 0x400000,
10  # Other:1 ends here