* Query on Combined DFU :
1. nrfutil version being used : 2.3.0
2. Followed nRFUtil for Generating DFU packages from -> https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_pkg.html
3. The nrfutil command used to generate .zip package:
nrfutil pkg generate --debug-mode --hw-version 52 --sd-req 0x98 --application <App Binary hex file> \
--softdevice <Merged Hex of BLSetting and Softdevice S132 v5.0.0> \
--bootloader <Custom Bootloader Hex File> \
--key-file <Key_file.pem>
4. Bootloader was not updating ,only the application is updating with new version.
5. How to update the Bootloader + app + softdevice + key in a single DFU ?