Lines Matching full:mcumgr
29 SMP is a basic transfer encoding for use with the MCUmgr management protocol.
30 …rvices/device_mgmt/index.html#device-mgmt) documentation for more information about MCUmgr and SMP.
32 MCUboot supports the following subset of the MCUmgr commands:
38 It can also support system-specific MCUmgr commands depending on the given mcuboot-port
66 The MCUmgr command line tool can be used as an SMP client for evaluation purposes.
67 The tool is available under the [MCU Manager](https://github.com/apache/mynewt-mcumgr-cli)
69 [MCU Manager CLI](https://docs.zephyrproject.org/latest/services/device_mgmt/mcumgr.html#mcumgr-cli…
73 go install github.com/apache/mynewt-mcumgr-cli/mcumgr@latest
82 mcumgr conn add serial_1 type="serial" connstring="dev=/dev/ttyACM0,baud=115200"
86 mcumgr conn add serial_1 type="serial" connstring="COM1,baud=115200"
95 mcumgr image upload <path-to-signed-image-bin-file> -c serial_1
106 mcumgr image list -c serial_1
123 mcumgr reset -c serial_1