Hi,
I am using nRF52840, S140 V7.0.1.
I am using Secure Serial Bootloader and able to do DFU of Application.
Now I am trying to do the same for generating SoftDevice package.
Generate SoftDevice DFU package
nrfutil pkg generate --hw-version 52 --softdevice s140_nrf52_7.0.1_softdevice.hex --sd-req 0xCA --key-file private.key SoftDevice_V2_package.zip
I am trying to do SoftDevice DFU using below commands.
nrfutil dfu serial -pkg SoftDevice_V2_package.zip -p COM8 -b 115200 -fc 0
SoftDevice DFU is success. As per below link I am trying to understand the statement about Application invalidation.
“The application is retained during this process, but it might be invalid because of API changes in the SoftDevice, or because the new SoftDevice has a different size than the existing one.
1) Even after invalidating application, whether application will keep running. My application is running even after SoftDevice DFU. Does it mean application is not invalidated.
2) Whether we can't do application DFU after application getting invalidated.
3) How about version check. I did not give any version as part of command.
4) Whether the commands I used to generate package and doing SoftDevice DFU are fine. Please let me know if I miss anything.
Thanks & Regards
Vishnu Beema