Hello, I am reaching out to you because I am trying to implement a DFU OTA in my project in order to be able to update my firmware with Bluetooth. I have been spending some time on it as the implementation is not an easy task. For a long time, I wasn't able to build, then I wasn't able to boot, and it is just recently that I managed to correctly flash and have access to the logs. I was able to connect to my board thanks to the 'Device Manager' app, but when trying to upload a 'dfu_application.zip' file with the firmware update, I had error 10 on the app and had the following logs on my board:
As for my configuration it goes as follow:
Here is what our project directory looks like: build/ build-mcuboot/ child_image/ CMakeLists.txt HC_v4.overlay Kconfig prj.conf README.md src/ utils/
Here is our child_image/mcuboot.conf:
Here is what I added to our prj.conf to use the DFU:
Here is the totality of our prj.conf if it is of any help:
What element am I missing ? Please feel free to ask if you need any additional informations. Once again thank you very much for your time and have a great day.