@cricri There is FDISK utility built-in.
You can list all the partitions and delete those are not used anymore. System partitions are read-only, so you will not delete anything extra.
Also you can create new partition at any time. For example, the Game Station requires spare partition for cache. so just add it in FDISK with a few clicks.
@dzepetko said in M5Apps - multiple apps installer:
How can i install meshtastic and 4exampe winamp? - i have error not enough space.. ;/
By default the SDK (ESP-IDF) makes firmware bundle with default partitions, But the thing is: application could not use it at all or use one of them. So we can cook a binary with only partitions that really need by the app. This can save much space.