From 3607fc911fd2c3663baef2f9f73975c40c3cff8b Mon Sep 17 00:00:00 2001 From: Mit4el Date: Fri, 6 Oct 2023 20:54:39 +0300 Subject: [PATCH] custom partition --- tools/partitions_custom.csv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/partitions_custom.csv diff --git a/tools/partitions_custom.csv b/tools/partitions_custom.csv new file mode 100644 index 00000000..5dec3c06 --- /dev/null +++ b/tools/partitions_custom.csv @@ -0,0 +1,6 @@ +# Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 0x5000, +otadata, data, ota, 0xe000, 0x2000, +app0, app, ota_0, 0x10000, 0x180000, +app1, app, ota_1, 0x190000,0x180000, +spiffs, data, spiffs, 0x310000,0xF0000, \ No newline at end of file