Skip to content

Commit 40e9227

Browse files
tvedpgeorge
authored andcommitted
esp32/partitions: Update comments in files regarding offset.
1 parent 952ff8a commit 40e9227

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

ports/esp32/partitions-2MiB.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# Notes: the offset of the partition table itself is set in
2+
# $ESPIDF/components/partition_table/Kconfig.projbuild and the
3+
# offset of the factory/ota_0 partition is set in makeimg.py
14
# 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
35
nvs, data, nvs, 0x9000, 0x6000,
46
phy_init, data, phy, 0xf000, 0x1000,
57
factory, app, factory, 0x10000, 0x110000,

ports/esp32/partitions-ota.csv

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Partition table for MicroPython with OTA support using 4MB flash
2-
# Name, Type, SubType, Offset, Size, Flags
3-
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
2+
# Notes: the offset of the partition table itself is set in
3+
# $ESPIDF/components/partition_table/Kconfig.projbuild and the
4+
# offset of the factory/ota_0 partition is set in makeimg.py
5+
# Name, Type, SubType, Offset, Size, Flags
46
nvs, data, nvs, 0x9000, 0x4000,
57
otadata, data, ota, 0xd000, 0x2000,
68
phy_init, data, phy, 0xf000, 0x1000,

ports/esp32/partitions.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# Notes: the offset of the partition table itself is set in
2+
# $ESPIDF/components/partition_table/Kconfig.projbuild and the
3+
# offset of the factory/ota_0 partition is set in makeimg.py
14
# 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
35
nvs, data, nvs, 0x9000, 0x6000,
46
phy_init, data, phy, 0xf000, 0x1000,
57
factory, app, factory, 0x10000, 0x180000,

0 commit comments

Comments
 (0)