I created a DFU package from the HEX file through following command nrfutil pkg generate —hw-version 51 —sd-req 0x5A —application-version 4 —application /Users/username/Desktop/d/nrf51822_beacon_app.hex —key-file /Users/username/Desktop/d/key.pem /Users/username/Desktop/d/dle_app_dfu_packagbbe.zip
I open the nRF Toolbox app on my android device, I press SW1 button on the beacon and on the DFU section of the mobile app, I selected DfuTarg (the Beacon). I downloaded on my Android device and selected the .zip file I created. After I click the Upload, after a while I am getting DFU REMOTE OPERATION FAILED message and also while trying to do DFU, blue LED directly turn into Purple on the device.
My first question is what I need to do be able upload my application to the Beacon?
My second question is I am using out of the box Beacon firmware, do I need to do some process with bootloader to be able to send my application through OTA DFU? If yes, how?
Thank you very much.