-
Notifications
You must be signed in to change notification settings - Fork 30
sample/boot/mcuboot_recovery_entry: update README file #546
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
sample/boot/mcuboot_recovery_entry: update README file #546
Conversation
|
You can find the documentation preview for this PR here. |
41ec5e9 to
ff50d1f
Compare
| After the application boots, it begins advertising as ``nRF_BM_Entry``, advertising the MCUmgr service. | ||
|
|
||
| A mobile device can then connect and issue the OS mgmt reset command with the optional ``boot_mode`` parameter provided and set to 1. | ||
| Before the reset, the mobile device can also set up the advertising name of the firmware loader using the OS mgmt settings commands. |
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 is not OS mgmt settings command, but write command from Settings group:
https://github.com/nrfconnect/sdk-zephyr/blob/32a0efc4684705890b84fb824f91b6109539d3b0/subsys/mgmt/mcumgr/grp/settings_mgmt/src/settings_mgmt.c#L154
| #. Under the :guilabel:`image` tab, tap :guilabel:`Advanced`. | ||
| Then, in the reset control pane, select :guilabel:`Switch to bootloader mode` and tap :guilabel:`Send Reset Command`. | ||
| Observe in the terminal that the device reboots into Firmware Loader mode and advertises with the default Firmware Loader name ``nRF_BM_MCUmgr``. | ||
| #. In the reset control pane, select :guilabel:`Switch to bootloader mode`. |
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.
It's now called "Switch to Firmware Loader mode" to make it more clear.
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.
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.
visible enough
ff50d1f to
dc57203
Compare
Added description about testing the remote setup of the advertising name. Signed-off-by: Andrzej Puzdrowski <[email protected]> Signed-off-by: Pekka Niskanen <[email protected]>
dc57203 to
d6fe8f7
Compare

Added description about testing the remote setup of the advertising name.