arduino-esp32/tools/partitions/tinyuf2-partitions-8MB.csv
2023-11-17 12:52:28 +02:00

401 B

1# ESP-IDF Partition Table
2# Name, Type, SubType, Offset, Size, Flags
3# bootloader.bin,, 0x1000, 32K
4# partition table,, 0x8000, 4K
5nvs, data, nvs, 0x9000, 20K,
6otadata, data, ota, 0xe000, 8K,
7ota_0, app, ota_0, 0x10000, 2048K,
8ota_1, app, ota_1, 0x210000, 2048K,
9uf2, app, factory,0x410000, 256K,
10ffat, data, fat, 0x450000, 3776K,