Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 3 of 3) sorted by relevance

/mcumgr-2.7.6/cmd/img_mgmt/src/
Dimg_mgmt.c413 bool reset = false; in img_mgmt_upload() local
540 reset = true; in img_mgmt_upload()
553 reset = true; in img_mgmt_upload()
572 if (reset == true || rc != 0) { in img_mgmt_upload()
/mcumgr-2.7.6/samples/smp_svr/zephyr/
DREADME.rst161 The ``smp_svr`` app is ready to run. Just reset your board and test the app
250 Now MCUBoot will swap the image on the next reset.
255 We can reset the device remotely to observe (use the console output) how
260 sudo mcumgr --conntype ble --connstring ctlr_name=hci0,peer_name='Zephyr' reset
262 Upon reset MCUboot will swap slot-0 and slot-1.
266 :file:`mcumgr`. Instead simply reset the board manually to force MCUboot
/mcumgr-2.7.6/samples/smp_svr/
DREADME.md134 The `smp_svr` app is ready to run. Just reset your board and test the app with the mcumgr CLI tool: