align non-ota build

This commit is contained in:
Sébastien
2019-10-05 14:20:33 -04:00
committed by GitHub
parent f3d87d6d11
commit 372dcb1640

View File

@@ -2,6 +2,5 @@
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild # Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
nvs, data, nvs, 0x9000, 0x6000, nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000, phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 3M, factory, app, factory, 0x10000, 3M,settings,
storage, data, fat, , 819200, data, nvs, , 0x10000,
coredump, data, coredump,, 64K
1 # Name, Type, SubType, Offset, Size, Flags
2 # Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
3 nvs, data, nvs, 0x9000, 0x6000,
4 phy_init, data, phy, 0xf000, 0x1000,
5 factory, app, factory, 0x10000, 3M, factory, app, factory, 0x10000, 3M,settings,
6 storage, data, fat, , 819200, data, nvs, , 0x10000,
coredump, data, coredump,, 64K