I tried the new nrfutil utility described here - One tool to rule them all: nRF Util becomes a unified command line utility . I think this will be a nice alternative to installing go and setting up mcumgr when using USB or UART with mcuboot.
I used a board that I had previously set up for mcuboot serial recovery mode using USB (cdc-acm). This process works fine using mcumgr, but if I try nrfutil device list
, the traits are listed as serialPorts
, and usb
. I do not get the mcuboot
trait.
Is nrfutil currently supporting mcuboot serial recovery mode? If so, how do I update the firmware to make it compatible?