-
Notifications
You must be signed in to change notification settings - Fork 22
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
External TDB Requires Device ROT #52
Comments
@ARMmbed/mbed-os-core |
@DMCEngineering thank you for raising this issue.Please take a look at the following comments: Could you add some more detail to the description? A good description should be at least 25 words. NOTE: If there are fields which are not applicable then please just add 'n/a' or 'None'.This indicates to us that at least all the fields have been considered. |
@DMCEngineering it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
5 similar comments
@DMCEngineering it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@DMCEngineering it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@DMCEngineering it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@DMCEngineering it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@DMCEngineering it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@DMCEngineering Thank you for reporting the issue. Since you were testing this use case, could you consider providing a fix? We appreciate your help to keep this example up to date. |
Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. |
Hi @DMCEngineering, I've created #66 to fix this, thanks. |
Hi @evedon, would you please close this as it wasn't automatically closed by the PR? |
Description of defect
Initially posted here: ARMmbed/mbed-os#13327
After testing, it seems that it is necessary to call
DeviceKey::get_instance().device_inject_root_of_trust()
before using kv store in external TBD mode (either with RBP or without). It would be helpful to update this example to include that.Target(s) affected by this defect ?
N/A
Toolchain(s) (name and version) displaying this defect ?
N/A
What version of Mbed-os are you using (tag or sha) ?
N/A
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
N/A
How is this defect reproduced ?
Using kv store in external TBD mode
The text was updated successfully, but these errors were encountered: