doc: services: device_mgmt: smp_groups: Add boot_mode details
Adds details on a new optional parameter for the OS mgmt reset command which can specify the boot mode Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
0adcf2e66d
commit
4af0a02b4c
1 changed files with 8 additions and 3 deletions
|
@ -570,6 +570,7 @@ following map may be sent to force a reset:
|
||||||
|
|
||||||
{
|
{
|
||||||
(opt)"force" : (int)
|
(opt)"force" : (int)
|
||||||
|
(opt)"boot_mode" : (uint)
|
||||||
}
|
}
|
||||||
|
|
||||||
where:
|
where:
|
||||||
|
@ -577,9 +578,13 @@ where:
|
||||||
.. table::
|
.. table::
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
+-----------------------+---------------------------------------------------+
|
+-----------------------+-----------------------------------------------------------------+
|
||||||
| "force" | Force reset if value > 0, optional if 0. |
|
| "force" | Force reset if value > 0, optional if 0. |
|
||||||
+-----------------------+---------------------------------------------------+
|
+-----------------------+-----------------------------------------------------------------+
|
||||||
|
| "boot_mode" | Specifies boot mode for image or application mode/selection, |
|
||||||
|
| | requires :kconfig:option:`CONFIG_MCUMGR_GRP_OS_RESET_BOOT_MODE` |
|
||||||
|
| | to be enabled. |
|
||||||
|
+-----------------------+-----------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
System reset response
|
System reset response
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue