This DFU method uses an ANT™ USB dongle as the connectivity device for the Device Firmware Update (DFU) over ANT.
Note
This procedure is compatible with the nRF52 DK (PCA10040).
You can run the nrfutil nrf5sdk-tools dfu ant command to perform this update, together with appropriate options for your setup.
To see the list of options, run the nrfutil nrf5sdk-tools dfu ant --help command.
Related nRF5 SDK documentation
Complete the following steps to perform the DFU:
- Connect an ANT USB dongle to your computer.
-
Run
nrfutil nrf5sdk-tools dfu antwith appropriate options to perform a DFU over ANTFor example:
nrfutil nrf5sdk-tools dfu ant --package app_dfu_package.zipIn this command:
--packagespecifies the package to be transferred.