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

DFU Device with Zephyr & MCUboot over SMP

question here,
I am using nRF52840 device with zephyr application & MCUboot + SMP service
the DFU is now done using: https://github.com/apache/mynewt-mcumgr-cli or using Nordic connect mobile  application.
DFU is done via BLE - so far so good,
now I want to integrate the DFU process into my proprietary GO application running on a Linux machine.
I am new at GO, and trying to understand how to integrate that with my GO application.

I understand that the CLI is a wrapper of the actual library : https://github.com/apache/mynewt-newtmgr
Do i need to add the https://github.com/apache/mynewt-newtmgr as go module and use it? if yes, how can i use it?

I found no documentation or other casses useres used the above library into their own applications.
Thanks in advance guys!

Related