相关资料
官方关于分区表的详细说明
https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/api-guides/partition-tables.html
github上已经定义的分区表
https://github.com/espressif/arduino-esp32/tree/master/tools/partitions
pio已下载到本地用户目录 .platformio\packages\framework-arduinoespressif32\tools\partitions
csv分区文件的格式
github上的 default.csv 4M分区表
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000, #20K
otadata, data, ota, 0xe000, 0x2000, #8K
app0, app, ota_0, 0x10000, 0x140000,
2990




被折叠的 条评论
为什么被折叠?



