I have some questions on using the nrfutil dfu ble with the buttonless example.
Should both devices (central and peripheral) be already bonded before starting the DFU process via nrfutil dfu ble?. Looks like they should not be bonded because the peripheral is reporting a Connection security failed message on the serial terminal. If I erase the bonds on the nRF52840DK by pressing one of push buttons and reset, and then issue the nrfutil dfu command, I see that the connection is secured on the peripheral. However, the nrfutil fails with the message below (see screenshot)
The nrfutil command I am using is
nrfutil dfu ble -p COM14 -pkg C:\Nordic\nRF5_SDK\nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_dfu_test_images\ble\nrf52840\softdevice_s140.zip -ic NRF52 -cd 0 -mtu 131 -a "DE9B5D58F3A7"
And the peripheral nRF52840DK is running the firmware ble_app_buttonless_dfu_with_bonds_s140_with_setting_page.hex
