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

S120 Error: Invalid CRC on DFU

Hi all,

I am trying to update the bootloader, softdevice and application all in a ZIP package through DFU, and at 99% after upload it stop and throws the error:

[DFU] Remote DFU error: REMOTE DFU INVALID CRC ERROR

I am using the nrf tool to generate the zip file with the following command:

nrf dfu genpkg --application app.bin --application- version 0xFFFFFFFF --softdevice sd.hex --bootloader bl.hex --dev-type 0xFFFF --d ev-revision 0xFFFF --sd-req 0xFFFE dfu.zip

Do I need to generate any kind of CRC manually? As far as I understood the nrf tool does it all automatically.

What am I missing? As far as I know I did not changed any of the versions required in my app.

Thanks a lot for your help!

Regards,

Gabriel.

Related