Hi,
I am working with nRF52832_dvk board, i am testing the OTA example as per in this link. https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu
this example has mcumgr bootloader as well for image validation and all . so now i wanted to flash only that mcumgr hex file. not all the application hex file. how to achieve that . if am not wrong that mcumgr hex will be in ( build/mcuboot/zephyr/) but here other hex files also there ,
1. mcuboot_primary_app.hex
2. mcuboot_primary.hex.
3.merged.hex
4.zephyr.hex
what all these hex files for ? , among them which one is for mcuboot bootloader ?
which tool i need to use to flash that hex file (bootloader hex only). from where i can get that hex . Kindly guide for the same.