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

Secure DFU bootloader Signature fails

I can successfully download an image using nrfutil dfu serial when I use a test image compiling the bootloader with the Nordic default public key.

I cannot successfully download an image using nrfutil dfu serial when I generate an image using a generated key, compiling the bootloader with the generated public key.

Ubuntu Linux 16.04.6 LTS

S132 SoftDevice v6.1.1

Nordic SDK v15.3.0

The error that I receive:

Signature failed (err_code: 0x8542)

I get err = 0x8542  (NRF_ERROR_CRYPTO_ECDSA_INVALID_SIGNATURE)

in nrf_crypto_backend_micro_ecc_verify() in the file micro_ecc_backend_ecdsa.c

Parents Reply Children
No Data
Related