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 6b33a71

Browse files
committedMay 14, 2025·
fix(rainmaker): Fix the 8MB partition scheme
1 parent 6f92b60 commit 6b33a71

File tree

2 files changed

+97
-97
lines changed

2 files changed

+97
-97
lines changed
 

‎boards.txt

Lines changed: 95 additions & 95 deletions
Large diffs are not rendered by default.

‎tools/partitions/rainmaker_8MB.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
nvs, data, nvs, 0x9000, 0x5000,
33
otadata, data, ota, 0xe000, 0x2000,
4-
ota_0, app, ota_0, 0x10000, 0x3ED000,
5-
ota_1, app, ota_1, 0x3FD000, 0x3ED000,
4+
ota_0, app, ota_0, 0x10000, 0x3EA000,
5+
ota_1, app, ota_1, 0x400000, 0x3EA000,
66
fctry, data, nvs, 0x7EA000, 0x6000,
77
coredump, data, coredump,0x7F0000, 0x10000,

0 commit comments

Comments
 (0)
Please sign in to comment.