This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Unable to use mcumgr cli over serial from windows

Hi,
I have a nRF5340 based target board running SMP server plus MCUmgr.
My ultimate goal is to reproduce on Windows the DFU over serial I already do from Linux.
Tese are the steps I've followed on Windows 10

  1. download mcumgr CLI source from https://github.com/apache/mynewt-mcumgr-cli
  2. unzip and rename resulting directory to $GOPATH/src/mynewt.apache.org/mcumgr
  3. go in the source directory and build

    > cd C:\Users\gabriele\go\src\mynewt.apache.org\mcumgr\mcumgr
    > go build

  4. Check out version

    > mcumgr version
    mcumgr 0.0.0-dev

  5. Test with target

    > mcumgr --conntype serial --connstring=COM2 image list
    Error: NMP timeout

Any idea ?
Thanks

Parents Reply Children
Related