esp32 factory+双OTA分区

发布时间 2023-10-20 15:08:27作者: ahuo
# Name,   Type, SubType, Offset,  Size, Flags
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap,,,,
nvs,data, nvs,       0x4000,
otadata,data,ota,       0x4000,
phy_init, data, phy,       0x1000,
factory,  app,  factory,  1M,
ota_0,  app,ota_0,  1M,
ota_1,  app,ota_1,  1M,
I (47) boot: Partition Table:
I (50) boot: ## Label            Usage          Type ST Offset   Length
I (58) boot:  0 nvs              WiFi data        01 02 00009000 00004000
I (65) boot:  1 otadata          OTA data         01 00 0000d000 00002000
I (73) boot:  2 phy_init         RF data          01 01 0000f000 00001000
I (80) boot:  3 factory          factory app      00 00 00010000 00100000
I (87) boot:  4 ota_0            OTA app          00 10 00110000 00100000
I (95) boot:  5 ota_1            OTA app          00 11 00210000 00100000
I (102) boot: End of partition table