Hello,
In the past few weeks I have successfully implemented an application using nrf52805. I also created my own hardware and everything works fine. Now I want to add DFU. For that as I understand I have to use nrfutil to generate keys and and packages. For that I want to install nrfutil on my MacBook. On the nordic Page I found the following documentation:
https://www.nordicsemi.com/Products/Development-tools/nRF-Util
I have downloaded all the files, copied it to a Folder and followed the instructions, but without any success. Below you can see the LOG
santiagoramirezsonntag@MacBook-Pro ~ % cd /Applications/NRF_Tools santiagoramirezsonntag@MacBook-Pro NRF_Tools % chmod +x nrfutil santiagoramirezsonntag@MacBook-Pro NRF_Tools % nrfutil version zsh: command not found: nrfutil santiagoramirezsonntag@MacBook-Pro NRF_Tools % nrfutil install nrf5sdk-tools zsh: command not found: nrfutil santiagoramirezsonntag@MacBook-Pro NRF_Tools %
I also tried to install nrfutil by using pip. At the end this was also not successfull. I was able to install it but always nrfutil version 5.2.0. As I am using photon 3.10 the old nrfutil version is not fully compliant, so I can not execute the keys commands successful.
Could you be so kind to give me an advice. If you need additional informations, please let me know.
Thank you in advance.