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
- download mcumgr CLI source from https://github.com/apache/mynewt-mcumgr-cli
- unzip and rename resulting directory to $GOPATH/src/mynewt.apache.org/mcumgr
- go in the source directory and build
> cd C:\Users\gabriele\go\src\mynewt.apache.org\mcumgr\mcumgr
> go build - Check out version
> mcumgr version
mcumgr 0.0.0-dev - Test with target
> mcumgr --conntype serial --connstring=COM2 image list
Error: NMP timeout
Any idea ?
Thanks