写分区表

This commit is contained in:
2026-07-30 18:24:49 +08:00
parent 6ffe88dd42
commit 2306a0272c
3 changed files with 28 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xF000, 0x1000,
factory, app, factory, 0x10000, 3M,
storage, data, spiffs, 0x310000,0xCF0000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x6000
3 phy_init data phy 0xF000 0x1000
4 factory app factory 0x10000 3M
5 storage data spiffs 0x310000 0xCF0000