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

How to port the SDK 8.1.0/ SDK 8.0 boot loader to custom board

I want to implement the OTA update in nRF51822 on my custom board. I am using the bootloader example in the dfu folder for this. When I try this code on the DK, it works fine but when I use the same code on my custom device, the device does not even advertise "DfuTarg". The only change I made is that I re-mapped the Button and LED pin configuration as per my board.

It would be really helpful if someone can give an idea on what else must be done in order to get the bootloader code to work.

Related