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
  • Hi,

    I am able to create the public and private key

    Then clone the micro_ecc to external\mcc_ecc folder

    Then copied the public_key.c file to "C:\NextGenHMI-Project\nRF5_SDK_16.0.0_98a08e2\examples\dfu"

    Then opened the project "C:\NextGenHMI-Project\nRF5_SDK_16.0.0_98a08e2\examples\dfu\secure_bootloader\pca10056_s140_ble_debug\ses"

    Note : i am using PCA1056 board and Soft device S140 and using SDK v16.0.0 for IDE SES

    Please let me know how to compile the microECC library now?

    Struck with this step, whether i need to add the files to project and then i need to compile?

    i am seeing no micro_ecc folder in my project structure

    Need help in building the library

    Thanks in advance

    Nitesh

Children
Related