I am using nrf51822, 16K RAM, 256K Flash. From the movie, there is no way to secure my firmware for DFU. Is there any other way to secure my firmware? Thank you
I am using nrf51822, 16K RAM, 256K Flash. From the movie, there is no way to secure my firmware for DFU. Is there any other way to secure my firmware? Thank you
The bootloader settings format of the Secure Bootloader is not identical to the format used by the legacy bootloader(SDK v11.0.0 and older). You have to generate the bootloader settings hex file using nrfutil and then merge this with the bootloader hex, this is explained in Appendix 1 in this Secure DFU blog.
Thank you, again!
Happy to help :) If you found the answer helpful, then I would appreciate if you could mark the answer as correct/accepted by clicking the check-mark to the left of the answer.