auto generated partition table

This commit is contained in:
krumel
2022-02-26 16:24:01 +01:00
parent 776f4b7daf
commit ab32d1fc92
3 changed files with 184 additions and 99 deletions

Binary file not shown.

View File

@ -0,0 +1,6 @@
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,24K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,1536K,
vfs,data,fat,0x200000,2M,
1 # ESP-IDF Partition Table
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs,data,nvs,0x9000,24K,
4 phy_init,data,phy,0xf000,4K,
5 factory,app,factory,0x10000,1536K,
6 vfs,data,fat,0x200000,2M,