This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bootloader HEX modification for BIN conversion

What I am trying to do is update bootloader by DFU OTA. I slightly modified bootloader found in SDK 8.0.0 and I want to upload it to device which currently is on the field.

I found document How to generate the INIT file for the DFU which says (page 4) that I need to modify HEX file of the bootloader a bit to generate proper BIN file.

It seems to work properly on tested device, I can upgrade and downgrade bootloader without problems, but I want to make sure what problem can be caused by deleting these two lines from HEX file? I don't have physical access to device which bootloader I want to change, so I have to minimize the risk of making it unable to update later or something.

Could You confirm that method in that document is recommended by Nordic?

BR

Wojtek

Related