Hello Nordic Team
I am successfully using nrfutil connectivity to upload secure ZIPs via secure DFU to my nRF52840 devices and my clients love it. The command in my batch file is:
nrfutil dfu ble -ic NRF52 -f -n %DEV_NAME% -pkg %APP_PATH%%APP_ZIP%
As you are aware, the "-f" switch uploads the connectivity firmware into my connectivity device and everything works extremely well. I later remove the -f switch and use -snr once I know the serial number of the connectivity device. This speeds up subsequent DFU uploads and again everything works well.
My issue is the connectivity firmware shows no indication of a BLE connection or any DFU progress once connected (or not, you can't tell!).
My solution is to create a version of the connectivity firmware with LED indication of status and I would really like nrfutil to flash my connectivity firmware instead of the current version.
So my question is; where is the connectivity firmware located that nrfutil uses to flash the connectivity device and can it be replaced?
I would appreciate any insight you have on the issue.
D