Skip to content

Commit b4155bc

Browse files
authored
Merge pull request #34 from bcmi-labs/restore_128k_header
Restore 128kB header
2 parents 1b042e9 + 335b819 commit b4155bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mbed_app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"platform.stdio-baud-rate": 115200,
5757
"fat_chan.ff_use_mkfs": 0,
5858
"fat_chan.ff_fs_rpath": 0,
59-
"mcuboot.primary-slot-address": "0x803FC00",
60-
"mcuboot.slot-size": "0x1C0400",
59+
"mcuboot.primary-slot-address": "0x8020000",
60+
"mcuboot.slot-size": "0x1E0000",
6161
"mcuboot.scratch-address": "0x9000000",
6262
"mcuboot.scratch-size": "0x20000",
6363
"mcuboot.max-img-sectors": "0x3C0",

0 commit comments

Comments
 (0)