adafruit / tinyuf2

UF2 bootloader based on TinyUSB for embedded devices such as ESP32S2, STM32F4 and iMX RT10xx
MIT License
302 stars 165 forks source link

Espressif 16MB flash memory layout with 4MB app/ota partitions #363

Closed lyusupov closed 7 months ago

lyusupov commented 7 months ago

Checklist


Description of Change

There are applications for ESP32-S3 that soon will no longer fit 2MB APP/OTA partition size. This project is an example of the application: https://github.com/nakhonthai/ESP32APRS_T-TWR

I've created this new layout for 16MB flash chips to support development of such application(s) and use it together with the TinyUF2 bootloader.