Skip to content

Commit

Permalink
Merge pull request ARMmbed#81 from ARMmbed/add_metadata
Browse files Browse the repository at this point in the history
FEATURE: add missing bootloader metadata
  • Loading branch information
bogdanm authored Jan 15, 2018
2 parents c4a5cc6 + c0d54e3 commit 53264e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"update-client.storage-address": "1024*1024*64",
"update-client.storage-size": "1024*1024",
"update-client.storage-locations": "MAX_FIRMWARE_LOCATIONS",
"platform.stdio-flush-at-exit": false
"platform.stdio-flush-at-exit": false,
"update-client.firmware-header-version": "2"
},
"K64F": {
"firmware_metadata_header_address": "0x20000",
Expand Down
3 changes: 2 additions & 1 deletion power_cut_test/test_mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"target.features_remove": ["LWIP"],
"update-client.storage-address": "1024*1024*64",
"update-client.storage-size": "1024*1024",
"update-client.storage-locations": "MAX_FIRMWARE_LOCATIONS"
"update-client.storage-locations": "MAX_FIRMWARE_LOCATIONS",
"update-client.firmware-header-version": "2"
},
"K64F": {
"firmware_metadata_header_address": "0x20000",
Expand Down
2 changes: 1 addition & 1 deletion update-client-hub.lib
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/ARMmbed/update-client-hub/#a8aff5038d1953d5e2aaa2537e2464ebac02b4d8
https://github.com/ARMmbed/update-client-hub/#7bd83ab838372d207aa03b0cb5340246f85fb582

0 comments on commit 53264e1

Please sign in to comment.