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

ERROR: nrfjprog.ini not found. Please reinstall nrfjprog.

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)

  • Hi,

    Current status for this issue is that we do have a patch in place for next release of nRF Command Line Tools. For now, using v10.3.0 should work (although I am told there may be some issues with v10.3.0 and the nRF91 series, workarounds for which are found in other DevZone threads. We are well aware of the issues and hope to release a patched version sooner rather than later.)

    Regards,
    Terje

Related