Adds support for esp32 P4

This commit is contained in:
Rune Harlyk
2026-02-02 20:42:51 +01:00
committed by Rune Harlyk
parent d6075deb6c
commit bf2fd957af
16 changed files with 224 additions and 27 deletions
+8
View File
@@ -0,0 +1,8 @@
# Name, Type, SubType, Offset, Size, Flags
# 32MB Flash partition table for ESP32-P4
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0xC80000,
app1, app, ota_1, 0xC90000, 0xC80000,
spiffs, data, spiffs, 0x1910000,0x6E0000,
coredump, data, coredump,0x1FF0000,0x10000,
1 # Name, Type, SubType, Offset, Size, Flags
2 # 32MB Flash partition table for ESP32-P4
3 nvs, data, nvs, 0x9000, 0x5000,
4 otadata, data, ota, 0xe000, 0x2000,
5 app0, app, ota_0, 0x10000, 0xC80000,
6 app1, app, ota_1, 0xC90000, 0xC80000,
7 spiffs, data, spiffs, 0x1910000,0x6E0000,
8 coredump, data, coredump,0x1FF0000,0x10000,