arduino-esp32/variants/adafruit_matrixportal_esp32s3/partitions-8MB-tinyuf2.csv
Paint Your Dragon e601a886c9
Add board: Adafruit MatrixPortal ESP32-S3 (#8230)
* Add MatrixPortal ESP32-S3 (WIP)

* Update bootloader files, etc.

* Add MatrixPortal S3 PSRAM setup to boards.txt
2023-05-31 14:33:15 +03: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,