Hi,
I have implemented the Master Serial DFU to send my bootloader.bin , application.bin file and Softdevice.bin files.
I'm facing with updating these file.
I want to know is there any sequence to load these file. Which one goes first and next.
Details:
I have created 3 different packages with bootloader , application and softdevice using below commands. once the 3 packages are generated.
I'm merging 3 packages .dat file and .bin files one after the other and uploading to nrf52 in one go.
is this a right way to update the nrf52?
Need to reset the nrf52 after each file update?
Please help me to understand this and how i can update my 3 files.
BTapplication
>nrfutil.exe pkg generate --hw-version 52 --application-version 1 --application bt_app_42994.hex --sd-req 0xAF --sd-id 1 BTApp_pkg.zip
BTBootloader
nrfutil.exe pkg generate --hw-version 52 --bootloader-version 1 --bootloader bt_bl_42981+.hex --sd-req 0xAF --sd-id 1 BTBoot_pkg.zip
BTSD
>nrfutil.exe pkg generate --hw-version 52 --softdevice s132_nrf52_6.1.0_softdevice.hex --sd-req 0xAF --sd-id 1 BTSD_pkg.zip
Thanks,
Basava.