esp-partition-table 0.1.0

Read/write ESP flash partition table
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Offset must be multiple of 4kB and for
# app partitions it must be aligned by 64kB.
#
# Name,   Type, SubType, Offset,  Size, Flags
# bootloader           4K,        28K,
# partitions          32K,         4K,
nvs,      data, nvs,  36K,        24K,
phy_init, data, phy,     ,         4K,
factory,  app,  factory, ,         3M,
coredump, data, coredump,,        64K,
nvs_ext,  data, nvs,     ,        64K,