Running nRF Connect SDK v2.1 targetting an nRF52840 DK (PCA10056)
I'm looking at the OTA DFU options for this SDK. The host side tool if i'm not mistaken is a go utility called mcumgr. My question is how do i perform an OTA DFU using another nRF52840 DK or Dongle as the connectivity board?
We've used the NRF SDK v15.3 previously for OTA DFU's in which we could use nrfutil (a python utility) and an nRF 52840 Dongle running a prebuilt connectivity image to perform the DFU from a PC. Is such a setup possible for the nRF Connect SDK, specifically from an osx host environment?