From f4f024a3ac8a145250260eb1672750b170c20e85 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 11 Dec 2021 09:11:58 -0800 Subject: [PATCH] new partitions file to increase partition size to 1500K --- partitions_pd.csv | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 partitions_pd.csv diff --git a/partitions_pd.csv b/partitions_pd.csv new file mode 100644 index 0000000..5ebdcf7 --- /dev/null +++ b/partitions_pd.csv @@ -0,0 +1,5 @@ +# 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, , 0x6000, +phy_init, data, phy, , 0x1000, +factory, app, factory, , 1500K,