add custom partition

This commit is contained in:
Bob 2025-11-21 17:22:42 -08:00
parent 2fd1b58e66
commit e825cd54b0
1 changed files with 6 additions and 0 deletions

6
partitions.csv Normal file
View File

@ -0,0 +1,6 @@
# partitions_csi.csv
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xF000, 0x1000,
factory, app, factory, 0x10000, 0x100000,
csi_log, data, 0x40, 0x110000, 0x0F0000,
1 # partitions_csi.csv
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, 0x9000, 0x6000,
4 phy_init, data, phy, 0xF000, 0x1000,
5 factory, app, factory, 0x10000, 0x100000,
6 csi_log, data, 0x40, 0x110000, 0x0F0000,