From c1df63670c80c37e24373634abb9431d2ba2bb64 Mon Sep 17 00:00:00 2001 From: Hakan Lundvall Date: Thu, 4 Jan 2024 14:09:16 +0100 Subject: [PATCH] New partition table --- partitions.csv | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/partitions.csv b/partitions.csv index 1282dc3..151aa97 100644 --- a/partitions.csv +++ b/partitions.csv @@ -1,5 +1,6 @@ # Name, Type, SubType, Offset, Size, Flags -# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap -nvs, data, nvs, , 0x6000, -phy_init, data, phy, , 0x1000, -factory, app, factory, , 1M, +nvs, data, nvs, , 0x6000, +otadata, data, ota, , 0x2000, +phy_init, data, phy, , 0x1000, +ota_0, app, ota_0, , 0x180000, +ota_1, app, ota_1, , 0x180000, \ No newline at end of file