blob: 9cbb42279984f66e16a551d6f859e740dce5fc31 [file] [log] [blame]
Thorsten von Eicken952ff8a2020-04-01 22:59:08 -07001# Partition table for MicroPython with OTA support using 4MB flash
Thorsten von Eicken40e92272020-04-30 00:22:33 -07002# Notes: the offset of the partition table itself is set in
Damien George865abba2021-06-11 15:28:07 +10003# $IDF_PATH/components/partition_table/Kconfig.projbuild.
Thorsten von Eicken40e92272020-04-30 00:22:33 -07004# Name, Type, SubType, Offset, Size, Flags
Thorsten von Eicken952ff8a2020-04-01 22:59:08 -07005nvs, data, nvs, 0x9000, 0x4000,
6otadata, data, ota, 0xd000, 0x2000,
7phy_init, data, phy, 0xf000, 0x1000,
8ota_0, app, ota_0, 0x10000, 0x180000,
9ota_1, app, ota_1, 0x190000, 0x180000,