Closed baconcheese113 closed 2 years ago
Hi, you're using a wrong library. This dfu library supports Legacy and Secure DFU from nRF5 SDK. You're using NCS (nRF Connect SDK), which is using MCU manager subsystem for firmware update.
Please, use nRF Connect Device Manager library instead.
DFU Bootloader version:
Device information (please complete the following information):
Currently implementing DFU in a flutter app which is using nordic-dfu and getting the following logs when trying to start the DFU
The zip was built through the nRF Connect Extension in VS Code with the
west build
command and the output zip has both theapp_update.bin
and themanifest.json
which looks like:and my
app/src/proguard-rules.pro
containsCan you offer any insight into how I might be able to fix this? I read through the other issues with the same error message but their fixes didn't solve my issue