Home
last modified time | relevance | path

Searched full:mcumgr (Results 1 – 25 of 27) sorted by relevance

12

/mcuboot-latest/docs/
Dserial_recovery.md29 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"
[all …]
Dreadme-espressif.md762 Serial recovery mode allows management through MCUMGR (more information and how to install it:
763 <https://github.com/apache/mynewt-mcumgr-cli>) for communicating and uploading a firmware to the
770 # MCUMGR to upload a firmware through the serial port
834 ### [MCUMGR image upload example](#mcumgr-image-upload-example)
836 After entering the Serial recovery mode on the device, MCUMGR can be used as following:
840 mcumgr conn add esp type="serial" connstring="dev=<PORT>,baud=115200,mtu=256"
845 mcumgr -c esp image upload <IMAGE_BIN>
850 mcumgr -c esp reset
Dreadme-zephyr.md230 …ely, MCUboot can wait for a limited time to check if DFU is invoked by receiving an MCUmgr command.
237 To change it, invoke the `image upload` MCUmgr command with a selected image number, and make sure …
Dindex.md41 - [Serial Recovery](serial_recovery.md) - MCUmgr as the serial recovery protocol
/mcuboot-latest/boot/zephyr/
DKconfig.serial_recovery34 node "zephyr,uart-mcumgr", when such node does not exist
36 the "zephyr,uart-mcumgr" points to the same device as
44 "zephyr,uart-mcumgr" is present, in which case the chosen takes
55 respect the "image" field in mcumgr image update frame
113 if enabled, support for the mcumgr echo command is being added.
116 bool "Enable system specific mcumgr commands"
118 The option enables processing of system specific mcumgr commands;
120 and above, as defined within mcumgr library.
129 The option enables mcumgr command that allows to erase storage
155 bool "Wait a prescribed duration to see if DFU is invoked by receiving a MCUmgr comand"
[all …]
Dboot_serial_extension_zephyr_basic.c10 #include <zephyr/mgmt/mcumgr/mgmt/mgmt_defines.h>
11 #include <zephyr/mgmt/mcumgr/grp/zephyr/zephyr_basic.h>
12 #include <../subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/smp_internal.h>
Dserial_adapter.c34 #error Zephyr UART console must be disabled if CDC ACM is enabled and MCUmgr \
35 has not been redirected to other UART with DTS chosen zephyr,uart-mcumgr.
Dmain.c490 * initial mcumgr command(s) into our buffers
/mcuboot-latest/boot/zephyr/include/boot_serial/
Dboot_serial_extensions.h17 * @param[in] hdr MCUmgr header
18 * @param[in] buffer Buffer with first MCUmgr message
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_priv.h91 * parameter of the mcumgr update frame.
94 * mcumgr update frame to be translated.
Dboot_serial.c170 * Function that processes MGMT_GROUP_ID_PERUSER mcumgr group and may be
174 * @param[in] hdr -- the decoded header of mcumgr message;
175 * @param[in] buffer -- buffer with first mcumgr message;
1431 * If within this timeout no mcumgr command is received, the function is
/mcuboot-latest/boot/mbed/include/mcuboot_config/
Dmcuboot_config.h64 * that enables the system specific mcumgr commands in mcuboot
/mcuboot-latest/boot/espressif/port/esp32s2/
Dbootloader.conf22 # MCUMGR to upload a firmware through the serial port
/mcuboot-latest/boot/boot_serial/include/boot_serial/
Dboot_serial.h49 * This function will return if there is no mcumgr command received within
/mcuboot-latest/boot/espressif/port/esp32c2/
Dbootloader.conf22 # MCUMGR to upload a firmware through the serial port
/mcuboot-latest/boot/espressif/port/esp32c3/
Dbootloader.conf22 # MCUMGR to upload a firmware through the serial port
/mcuboot-latest/boot/espressif/port/esp32c6/
Dbootloader.conf22 # MCUMGR to upload a firmware through the serial port
/mcuboot-latest/boot/espressif/port/esp32h2/
Dbootloader.conf22 # MCUMGR to upload a firmware through the serial port
/mcuboot-latest/boot/espressif/port/esp32/
Dbootloader.conf22 # MCUMGR to upload a firmware through the serial port
/mcuboot-latest/boot/espressif/port/esp32s3/
Dbootloader.conf42 # MCUMGR to upload a firmware through the serial port
/mcuboot-latest/boot/boot_serial/
Dsyscfg.yml95 description: If enabled, support for the mcumgr echo command is being added.
/mcuboot-latest/.github/workflows/
Dzephyr_build.yaml88 -T ./samples/subsys/mgmt/mcumgr/smp_svr
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_config.h130 * that enables the system specific mcumgr commands in mcuboot
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_config.h94 * that enables the system specific mcumgr commands in mcuboot
/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c633 * by external tooling like mcumgr.

12