fix 4MB-no-uf2 partition table

This commit is contained in:
microDev 2022-10-17 19:42:41 +05:30
parent 5192082e64
commit f86377e0f1
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730

View File

@ -3,5 +3,7 @@
# bootloader.bin,, 0x1000, 32K
# partition table,, 0x8000, 4K
nvs, data, nvs, 0x9000, 20K,
app, app, factory, 0x10000, 2048K,
user_fs, data, fat, 0x210000, 1984K,
otadata, data, ota, 0xe000, 8K,
ota_0, 0, ota_0, 0x10000, 1408K,
ota_1, 0, ota_1, 0x170000, 1408K,
user_fs, data, fat, 0x2d0000, 1216K,

1 # ESP-IDF Partition Table
3 # bootloader.bin,, 0x1000, 32K
4 # partition table,, 0x8000, 4K
5 nvs, data, nvs, 0x9000, 20K,
6 app, app, factory, 0x10000, 2048K, otadata, data, ota, 0xe000, 8K,
7 user_fs, data, fat, 0x210000, 1984K, ota_0, 0, ota_0, 0x10000, 1408K,
8 ota_1, 0, ota_1, 0x170000, 1408K,
9 user_fs, data, fat, 0x2d0000, 1216K,