This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to create a RSA key for dfu ?

Hello,

Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com)

-----BEGIN RSA PRIVATE KEY-----
..................................................
-----END RSA PRIVATE KEY-----

   

   

how to create a RSA key for dfu ? any tools?

  

PS: use key from 6011.child_image.zip link(mcuboot with custom key - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com)) can dfu OTA,

but create another key from nrf\samples\crypto\rsa   or   some online tools,will can't start app.

  

Best Regards

Parents Reply
  • It's the click package that you need to installed in python3. 

    Please make sure you only have python 3 installed , not python 2.7. 

    Please try these and let me know the log on each command: 

    pip3 freeze

    python --version

    python imgtool.py keygen -k file.pem -t rsa-2048

Children
Related