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

NRF52 - Secure Bootloader CRC Failed

Hello,

I have some trouble to use the Secure Bootloader example, which comes with the nRF5_SDK_12.1.0

I installed the latest nrfutil and hexmerge. I can compile the bootloader (use Debug mode). Then I merged the hex file with the S132 Softdevice hex file. So far no problem.

But doesn't matters, if i use my self compiled bootloader or the bootloader image which comes with the SDK, the upload always failed with my own Application package (zip). When I use the example App, it worked in always.

image description CRC Failure

Here the way I made all the stuff:

Compile the bootloader image description

Creating the Bootlaoder settings hex image description

Uses Blinky from the examples to create a application.zip - Signing the file / Key is generated with nrfutil image description

Compare the self made "Zip-Files" with the Example image description

image description

image description

With the example the upload is successfull image description

So what is the Problem with the CRC? I read the other thread, but this is not the same SDK Version there. It's different to the 12.1.0 with the secure bootloader.

Hope, you can give me some clues.

Regards, Andre

Related