GFilosofi opened a new issue #16: URL: https://github.com/apache/mynewt-mcumgr-cli/issues/16
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 connection I already do on Linux. Tese are the steps I've followed on Windows 10 1) download mcumgr source zip 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 Take a look to this picture I can grab the same data over serial connection, however on Windows I get the error. Any idea ? Thanks ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
