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

how to generate the public key for nrf52 DFU? Unable to install nrfutil.exe on my windows 7

How to generate the Public keys to firmware application?

Even i am unable to install the nrfutil.exe for my windows 7? what could be the issue?

Tried pip install for the nrfutil-6.0.1.tar.gz using  command line "c:\ pip install ./downloads/nrfutil-6.0.1.tar.gz" still unable to install. Always getting below message

Please help me on nrfutil installation and public key generation for the DFU.

Nitesh

Parents Reply
  • Nitesh said:
    So if we need to use CC3100 as per PCA10056 then we need to change the BL crypto algorithm?
    Nitesh said:
    Do you have any example code for PCA10056 DFU with CC3100?

     cc310 is selected by default when you are targeting the 52840.  It provides HW acceleration for the crypto operations used during DFU, unlike the uECC library that implements everything in SW (=slower). The reason uECC is mentioned in the blog post is that cc310 HW is not available on our other chip variants in the nRF 52 family. 

    Nitesh said:
    Just need to make the secure BL to make it work with our PCA10056 board, its very urgent need, Can you guide how to approach this?

     Follow the steps in the blog post, but ignore the part about uECC.

Children
Related