conf: align partitions to 64kB

master
King Kévin 5 months ago
parent 48e0b43255
commit e7471143c6
  1. 4
      partitions.csv

@ -3,5 +3,5 @@
nvs, data, nvs, , 0x4000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
dfu, app, factory, , 222K,
app, app, ota_0, , 3700K,
dfu, app, factory, , 256K,
app, app, ota_0, , 3768K,

1 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, , 0x4000,
4 otadata, data, ota, , 0x2000,
5 phy_init, data, phy, , 0x1000,
6 dfu, app, factory, , 222K, dfu, app, factory, , 256K,
7 app, app, ota_0, , 3700K, app, app, ota_0, , 3768K,
Loading…
Cancel
Save