Hi,
We have a DFU OTA process that was functional, but updating our softdevice to s113 7.2.0 has left us with a problem - since the softdevice does not exist in the nrfutil list (by calling "nrfutil pkg generate --help" and looking at the "--sd-req" list), we are unable to generate packages.
DFU with 0xCC (the old softdevice we used - s113 7.0.1) fails with the following notification byte array on the data portion of the DFU: [96, 4, 11, 7].
Does handling for the softdevice exist in nrfutil and the list simply was not updated?
If not, what can be done to generate DFU packages with the correct softdevice in mind?
The bootloader code has not been changed, bar decreasing the Flash start by 2kb to enable a different crypto backend- but our app code is still only around 54 kB out of the full 1MB we have at our disposal.
In addition, my nrfutil was updated prior to this check via pip- it is now 6.1.0.
Many Thanks!
Roi