mynewt-mcumgr-cli icon indicating copy to clipboard operation
mynewt-mcumgr-cli copied to clipboard

MCU Manager CLI

Results 14 mynewt-mcumgr-cli issues
Sort by recently updated
recently updated
newest added

I am trying to setup the zephyr samples/subsys/mgmt/mcumgr/smp_svr using UDP I am using Windows 11 and Golang v1.18.4 After I added mcuboot to my atsame54_xpro board. I built the smp_svr...

Zephyr by default (since v2.2.0) requires authenticated connections to access mcumgrs GATT service. However I have not found a way to instruct mcumgr-cli to pair the device before use. Even...

I run openwrt system on MT7628, MT7628 as the master to upgrade nrf52833 firmware, is there a C language version of the tool?

Summary: Under MacOS 10.15 (Catalina), x86_64, it won't install with go 1.19 or 1.18 (see below), with go 1.17 it installs, but won't run (see below). Under go 1.16 (which...

sudo ./mcumgr --conntype ble --connstring peer_name='Test SMP Server' echo hello Error: [hci0]: can't init hci: can't up device: function not implemented

Hi, I am using the latest version of mcumgr cli. The below command is working with regular advertising: `sudo ./mcumgr --conntype ble --connstring ctlr_name=hci0,peer_name='Zephyr' echo hello` but not when extended...

Hi, I've found out from Zephyr [1] that "The mcumgr command-line tool only works with Bluetooth Low Energy (BLE) on Linux and macOS", ie BLE support does not work on...

I was trying to run the mcumgr cli via the ble and encounter this error. I managed to circumvent this using sudo. Is there any other method without using sudo.

Hello! I am using the SMP Server sample from Zephyr on a nRF52DK. I can send echo command through nRF Device Manager successfully. However, doing it on MAC returns: Failed...

Hi I am using mcumgr to upload a new firmware to a zephyr 2.6.0 based BLE device. Often I need several attemps because mcumgr upload progress just stalls after some...