Skip to content

Generate DeviceKey Root of Trust, update Mbed CLI 2 support #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 15, 2021

Conversation

LDong-Arm
Copy link
Contributor

@LDong-Arm LDong-Arm commented Apr 15, 2021

Since ARMmbed/mbed-os#12385:

0e7a53c DeviceKey Root of Trust generation refactored.

the Root of Trust is not automatically generated anymore. We need to generate or inject one explicitly. This PR also improves the readability of the existing code for the injection of Root of Trust.

This PR also updates Mbed CLI 2 support

  • fixes mbed-tools commands in Travis
  • adds instructions for Mbed CLI 2 to README
  • removes call to the deprecated mbed_configure_app_target()

Fixes #71

Note: Once merged, this fix should allow us to reenable the example in CI. See ARMmbed/mbed-os#14507 (comment).

Since ARMmbed/mbed-os#12385:

    0e7a53c DeviceKey Root of Trust generation refactored.

the Root of Trust is not automatically generated anymore. We need to
generate or inject one explicitly.

This commit also improves the readability of the existing code for the
injection of Root of Trust.

Fixes ARMmbed#71
During the development of mbed-tools, supported commands have been
renamed.
Mbed CLI 2 is now the preferred build method.
@LDong-Arm LDong-Arm changed the title Generate DeviceKey Root of Trust Generate DeviceKey Root of Trust, Mbed CLI 2 support Apr 15, 2021
@LDong-Arm LDong-Arm linked an issue Apr 15, 2021 that may be closed by this pull request
@LDong-Arm LDong-Arm changed the title Generate DeviceKey Root of Trust, Mbed CLI 2 support Generate DeviceKey Root of Trust, update Mbed CLI 2 support Apr 15, 2021
The function `mbed_configure_app_target()` has been deprecated and
will be eventually removed.
Copy link
Contributor

@0xc0170 0xc0170 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we can get this approved soonish, it can be part of the upcoming release.

@Patater Patater merged commit 498db1c into ARMmbed:development Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeviceKey Root of Trust not generated
3 participants