Hi,
I am implementing a background DFU bootloader and uses the example from Vidar Berg (https://devzone.nordicsemi.com/f/nordic-q-a/46994/background-dfu-application-source-code?ReplySortBy=CreatedDate&ReplySortOrder=Ascending).
So far everything is running fine on my nRF52840DK.
My next step is to build the bootloader with our own private/public keys. In Vidars example he uses a hex file with merged BL+SD (bootloader_w_softdevice_nrf52840.hex).
My question is which bootloader has he used. The example code includes a project "examples\dfu\secure_bootloader\pca_10056_usb\", but is this the project to use or is it "examples\iot\bootloader"?