Searched full:mcumgr (Results 1 – 25 of 27) sorted by relevance
12
/mcuboot-latest/docs/ |
D | serial_recovery.md | 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" [all …]
|
D | readme-espressif.md | 762 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
|
D | readme-zephyr.md | 230 …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 …
|
D | index.md | 41 - [Serial Recovery](serial_recovery.md) - MCUmgr as the serial recovery protocol
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 34 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 …]
|
D | boot_serial_extension_zephyr_basic.c | 10 #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>
|
D | serial_adapter.c | 34 #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.
|
D | main.c | 490 * initial mcumgr command(s) into our buffers
|
/mcuboot-latest/boot/zephyr/include/boot_serial/ |
D | boot_serial_extensions.h | 17 * @param[in] hdr MCUmgr header 18 * @param[in] buffer Buffer with first MCUmgr message
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_priv.h | 91 * parameter of the mcumgr update frame. 94 * mcumgr update frame to be translated.
|
D | boot_serial.c | 170 * 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/ |
D | mcuboot_config.h | 64 * that enables the system specific mcumgr commands in mcuboot
|
/mcuboot-latest/boot/espressif/port/esp32s2/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/boot_serial/include/boot_serial/ |
D | boot_serial.h | 49 * This function will return if there is no mcumgr command received within
|
/mcuboot-latest/boot/espressif/port/esp32c2/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/espressif/port/esp32c3/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/espressif/port/esp32c6/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/espressif/port/esp32h2/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/espressif/port/esp32/ |
D | bootloader.conf | 22 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/espressif/port/esp32s3/ |
D | bootloader.conf | 42 # MCUMGR to upload a firmware through the serial port
|
/mcuboot-latest/boot/boot_serial/ |
D | syscfg.yml | 95 description: If enabled, support for the mcumgr echo command is being added.
|
/mcuboot-latest/.github/workflows/ |
D | zephyr_build.yaml | 88 -T ./samples/subsys/mgmt/mcumgr/smp_svr
|
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/ |
D | mcuboot_config.h | 130 * that enables the system specific mcumgr commands in mcuboot
|
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/ |
D | mcuboot_config.h | 94 * that enables the system specific mcumgr commands in mcuboot
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 633 * by external tooling like mcumgr.
|
12