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
  • Hi,

    Thank you for your prompt response. It's reassuring to hear that serial recovery is functioning normally. Our project requirement necessitates exploring DFU over UART to achieve firmware updates for the nRF52840 chip.

    Essentially, we need to update the firmware for the nRF52840 chip from a non-Nordic chipset, with both connected via UART pins. The non-Nordic chip will hold the application binary/hex file, which will then be transferred to the nRF52840 over UART to perform the update.

    To ensure robust functionality, we believe that implementing dual image slots is necessary. Therefore, we aim to integrate this functionality into our existing application.

    Could you please provide insights or guidance on how to achieve this functionality?

    Best Regards,

    Siddharth Singh

Children
No Data
Related