partitions.csv

Fri, 30 Jul 2021 19:39:02 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 30 Jul 2021 19:39:02 +0200
changeset 117
b6d5c4cb61bb
parent 0
b74b0e4902c3
permissions
-rw-r--r--

Removed Delay Start code leftovers.

0
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 # Name, Type, SubType, Offset, Size, Flags
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 # Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 nvs, data, nvs, 0x9000, 0x4000,
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 otadata, data, ota, 0xd000, 0x2000
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 phy_init, data, phy, 0xf000, 0x1000,
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 factory, app, factory, 0x10000, 1M,
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 ota_0, 0, ota_0, 0x110000, 1M,
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 ota_1, 0, ota_1, 0x210000, 1M,
b74b0e4902c3 Initial checkin brewboard
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 storage, data, spiffs, 0x310000, 0xf0000,

mercurial