Serial bootloader / DFU without softdevice and crypto

Hello DevZone,

On my board I have a nRF52810 and a nRF52840. I want to implement a serial bootloader for the nRF52810 and have the nRF52840 program it.

I have looked for example projects for DFU over serial and found only projects that have encryption built into the library.

Is there a example project available where I can use the bootloader / DFU without encryption? 

The nRF52810 does not use the softdevice, both devices are using the SDK 17.0.2, the nRF52840 does use the softdevice.

I'd preferably would use an example project but it should not be a problem if I have to write the bootloader / DFU myself.

Kind regards

Parents Reply
  • I have compared the two SDK_Config files and made the modifications, I still get errors that there are undefined refferences to g_nrf_crypto_ecc_secp256r1_curve_info, nrf_crypto_ecdsa_verify, g_nrf_crypto_hash_sha256_info and more. I have disabled all these features in the SDK config.

    If I enable those features and keep nrf_crypto disabled I get :

    fatal error: nrf_cc310_bl_hash_sha256.h: No such file or directory

Children
No Data
Related