Unable to install MCUMGR using GO

Hi,

I am trying to install mcumgr using the following command on my Laptop which is running Linux Ubuntu 20.04.6 LTS.

"go get github.com/apache/mynewt-mcumgr-cli/mcumgr"

I need this to enable DFU for UART. Below is the error prompt that I am getting:

"package io/fs: unrecognized import path "io/fs" (import path does not begin with hostname)"

I am currently using nRF SDK 2.5.1 and the go version which is running on my laptop is 1.13.8 linux/amd64

Parents Reply Children
Related