You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
649 B
649 B
| 1 | # Partition table for Fri3D Camp 2024 Badge with ESP-IDF OTA support using 16MB flash | |||||
|---|---|---|---|---|---|---|
| 2 | # | |||||
| 3 | # Also present in flash: | |||||
| 4 | # 0x0 images/bootloader.bin | |||||
| 5 | # 0x8000 images/partition-table.bin | |||||
| 6 | # | |||||
| 7 | # Notes: | |||||
| 8 | # - app partitions should be aligned at 0x10000 (64k block) | |||||
| 9 | # - otadata size should be 0x2000 | |||||
| 10 | # | |||||
| 11 | # Name | Type | SubType | Offset | Size | Flags |
| 12 | otadata | data | ota | 0x9000 | 0x2000 | |
| 13 | nvs | data | nvs | 0xb000 | 0x5000 | |
| 14 | ota_0 | app | ota_0 | 0x20000 | 0x400000 | |
| 15 | ota_1 | app | ota_1 | 0x420000 | 0x400000 | |
| 16 | launcher | app | ota_2 | 0x820000 | 0x100000 | |
| 17 | retro-core | app | ota_3 | 0x930000 | 0xd0000 | |
| 18 | prboom-go | app | ota_4 | 0xa00000 | 0xe0000 | |
| 19 | vfs | data | fat | 0xae0000 | 0x520000 |