Skip to content

Commit e2f4dc0

Browse files
committedOct 21, 2021
Increase slot size to all available internal flash space
1 parent 3af1ca4 commit e2f4dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"fat_chan.ff_use_mkfs": 0,
5858
"fat_chan.ff_fs_rpath": 0,
5959
"mcuboot.primary-slot-address": "0x8020000",
60-
"mcuboot.slot-size": "0xC0000",
60+
"mcuboot.slot-size": "0x1E0000",
6161
"mcuboot.scratch-address": "0x80E0000",
6262
"mcuboot.scratch-size": "0x20000",
6363
"mcuboot.max-img-sectors": "0x180",

0 commit comments

Comments
 (0)
Please sign in to comment.