Hello ,
I am trying DFU over BLE.I am using SDK 14.0.2 .
i Flashed Bootloader Code and Softdevice 5.0.0 .then Device is Starting Advertised as DfuTarg and As Mention in Documentation I done Update Through nRF Connect Mobile App.
After complete dfu Process Device is not Booting Application. I Tried with Different Different Application but Result is Same.
Below Step i am Following :
- Compiled BootLoader Successfully with Correct Public Key inclusion.
- Download s132_5.0.0 Softdevice and Used s132_nrf52_5.0.0_softdevice.hex as it is .
- using Mergehex i merged bootloader.hex s132_nrf52_5.0.0_softdevice.hex -o Boot_Soft.hex
- I Erased Chip and Programmed with Boot_Soft.hex .Device Start Advertising DfuTarg Name .
- i Create Application Pkg using nrfutil
nrfutil pkg generate --hw-version 52 --sd-req 0x9D --application-version 2 --application application.hex --key-file privatehp.key application_dfu.zip
- I connect Mobile with DfuTarg and Using DFU option i uploaded application_dfu.zip package Successfully but after Completing Device is not booting Actual Application . LED 3 on Board Glowing Continuously.
Can you please Help me out from This .. Thanks !!!!!!!!!!
