Skip to content

Commit 53264e1

Browse files
authored
Merge pull request ARMmbed#81 from ARMmbed/add_metadata
FEATURE: add missing bootloader metadata
2 parents c4a5cc6 + c0d54e3 commit 53264e1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

mbed_app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"update-client.storage-address": "1024*1024*64",
3333
"update-client.storage-size": "1024*1024",
3434
"update-client.storage-locations": "MAX_FIRMWARE_LOCATIONS",
35-
"platform.stdio-flush-at-exit": false
35+
"platform.stdio-flush-at-exit": false,
36+
"update-client.firmware-header-version": "2"
3637
},
3738
"K64F": {
3839
"firmware_metadata_header_address": "0x20000",

power_cut_test/test_mbed_app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"target.features_remove": ["LWIP"],
3333
"update-client.storage-address": "1024*1024*64",
3434
"update-client.storage-size": "1024*1024",
35-
"update-client.storage-locations": "MAX_FIRMWARE_LOCATIONS"
35+
"update-client.storage-locations": "MAX_FIRMWARE_LOCATIONS",
36+
"update-client.firmware-header-version": "2"
3637
},
3738
"K64F": {
3839
"firmware_metadata_header_address": "0x20000",

update-client-hub.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/update-client-hub/#a8aff5038d1953d5e2aaa2537e2464ebac02b4d8
1+
https://github.com/ARMmbed/update-client-hub/#7bd83ab838372d207aa03b0cb5340246f85fb582

0 commit comments

Comments
 (0)