Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4220a97

Browse files
authoredSep 10, 2024··
Update partitions.csv modify partition table
1 parent 1e04762 commit 4220a97

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Name, Type, SubType, Offset, Size, Flags
2-
nvs, data, nvs, 0x9000, 0x5000,
3-
otadata, data, ota, 0xe000, 0x2000,
4-
app0, app, ota_0, 0x10000, 0x3d0000,
5-
fr, data, , 0x3e0000, 0x20000,
1+
nvs, data, nvs, 0x9000, 0x5000,
2+
phy_init, data, phy, 0xe000, 0x1000,
3+
factory, app, factory, 0x10000, 0x1E0000,
4+
coredump, data, coredump, 0x200000, 0x20000, # Example core dump partition

0 commit comments

Comments
 (0)
Please sign in to comment.