-
Notifications
You must be signed in to change notification settings - Fork 23
doc: nrf-bm: includes: program_sample: Add note about MCUboot KMU usage #456
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
base: main
Are you sure you want to change the base?
doc: nrf-bm: includes: program_sample: Add note about MCUboot KMU usage #456
Conversation
|
You can find the documentation preview for this PR here. |
7bd6f50 to
c3ce43a
Compare
|
|
||
| .. note:: | ||
|
|
||
| When using the MCUboot board variants with KMU (default), ``west flash --erase`` or ``west flash --recover`` must be used during first programming of a board to program the KMU with the keys. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| When using the MCUboot board variants with KMU (default), ``west flash --erase`` or ``west flash --recover`` must be used during first programming of a board to program the KMU with the keys. | |
| When using the MCUboot board variants with KMU (default), ``west flash --erase`` or ``west flash --recover`` must be used during the first programming of the board, in order to program the KMU with the keys. |
| .. note:: | ||
|
|
||
| When using the MCUboot board variants with KMU (default), ``west flash --erase`` or ``west flash --recover`` must be used during first programming of a board to program the KMU with the keys. | ||
| In |VSC|, hover the :guilabel:`Flash` in the `Actions View`_, then click :guilabel:`Erase and Flash to Board` appearing to the right, besides :guilabel:`More actions`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence could be rewritten.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Split in two. If you have other suggestion, please add.
44fccf3 to
c92a852
Compare
|
|
||
| When using the MCUboot board variants with KMU (default), ``west flash --erase`` or ``west flash --recover`` must be used during the first programming of the board in order to program the KMU with the keys. | ||
| In |VSC|, hover the :guilabel:`Flash` in the `Actions View`_. | ||
| Then click :guilabel:`Erase and Flash to Board` appearing to the right, besides :guilabel:`More actions`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Then click :guilabel:`Erase and Flash to Board` appearing to the right, besides :guilabel:`More actions`. | |
| Then click :guilabel:`Erase and Flash to Board` appearing to the right, beside :guilabel:`More actions`. |
c92a852 to
e457233
Compare
Add note about MCUboot KMU usage and key provisioning to sample programming template. Signed-off-by: Eivind Jølsgard <[email protected]>
e457233 to
b4f6072
Compare
Add note about MCUboot KMU usage and key provisioning to sample programming template.