esp32/partitions: Update comments in files regarding offset.

pull/5891/head
Thorsten von Eicken 2020-04-30 00:22:33 -07:00 zatwierdzone przez Damien George
rodzic 952ff8a8ea
commit 40e9227733
3 zmienionych plików z 10 dodań i 4 usunięć

Wyświetl plik

@ -1,5 +1,7 @@
# Notes: the offset of the partition table itself is set in
# $ESPIDF/components/partition_table/Kconfig.projbuild and the
# offset of the factory/ota_0 partition is set in makeimg.py
# Name, Type, SubType, Offset, Size, Flags
# 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,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x110000,

1 # Name, Type, SubType, Offset, Size, Flags # Notes: the offset of the partition table itself is set in
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
4 # Name, Type, SubType, Offset, Size, Flags # Name, Type, SubType, Offset, Size, Flags
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
5 nvs, data, nvs, 0x9000, 0x6000, nvs, data, nvs, 0x9000, 0x6000,
6 phy_init, data, phy, 0xf000, 0x1000, phy_init, data, phy, 0xf000, 0x1000,
7 factory, app, factory, 0x10000, 0x110000, factory, app, factory, 0x10000, 0x110000,

Wyświetl plik

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

1 # Partition table for MicroPython with OTA support using 4MB flash
2 # Name, Type, SubType, Offset, Size, Flags # Notes: the offset of the partition table itself is set in
3 # Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild # $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
6 nvs, data, nvs, 0x9000, 0x4000,
7 otadata, data, ota, 0xd000, 0x2000,
8 phy_init, data, phy, 0xf000, 0x1000,

Wyświetl plik

@ -1,5 +1,7 @@
# Notes: the offset of the partition table itself is set in
# $ESPIDF/components/partition_table/Kconfig.projbuild and the
# offset of the factory/ota_0 partition is set in makeimg.py
# Name, Type, SubType, Offset, Size, Flags
# 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,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x180000,

1 # Name, Type, SubType, Offset, Size, Flags # Notes: the offset of the partition table itself is set in
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
4 # Name, Type, SubType, Offset, Size, Flags # Name, Type, SubType, Offset, Size, Flags
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
5 nvs, data, nvs, 0x9000, 0x6000, nvs, data, nvs, 0x9000, 0x6000,
6 phy_init, data, phy, 0xf000, 0x1000, phy_init, data, phy, 0xf000, 0x1000,
7 factory, app, factory, 0x10000, 0x180000, factory, app, factory, 0x10000, 0x180000,