Hi,
I am trying to install the nrf command line tools on linux. After following the installation instruction, I have the error
ERROR: nrfjprog.ini not found. Please reinstall nrfjprog.
If I use the --ini command to specify it, I have the same error with --qspiini and then with dll... So I suppose that the issue that it forgot to set a path somewhere...
Note that if I extract the folder with nrfjprog anywhere from the zip file and then run the command from that folder, everything works fine (without modifying my $PATH).
I tried to add the alias
alias nrfjprog="/opt/nrfjprog/nrfjprog"
which worked kindof ok but then I have other errors when trying to use the 'west flash' command from Zephyr.
Is there anything that I do not right in the installation procedure?
Thanks in advance for every answer you have!
(Ubuntu 18/04 - nrf command line tool 10.4.0 for linuw 64 bits)