I currently use nrfConnect on android to download firmware to nrf52832s. I am just getting started with nRFUtil and the dongle.
If I understand correctly, I should be able to use nrfutil on the command line to download the same firmware using nRF52840.
nrfutil.exe -pkg Mypackage.zip -ic NRF52 -a D27F2A70D5BE -f
Questions:
1) How do I get over the unknown usb device error when I plug in the dongle.
2) Do I use the -p command with the dongle?
Thank you.