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

nrfutil keys generate issue

Hi, I want to create bootloader for my code. For that I have install Python3 (Python 3.9.1)

followed by installing pip and nrfutil

python -m pip install --upgrade pip

pip install nrfutil

i found its installed nrfutil 5.2.0 but in online it showing nrfutil 6.1.0

and while i try to generate keys

in help it shows nrfutil keys --gen-key

it was not creating . What i have to do to generate keys for DFU

Related