Hello everyone,
Recently I've had problems with using JLinkExe directly from the Linux terminal. I finally decided to give nrfjprog a try. It worked, I can finally type "make flash" in my Makefile directory.
I installed nrfjprog, and its accompanying .so and .h files, in my $HOME/bin directory and added $HOME/bin to my PATH. It's working, but a little messy. I would also like to make a uniform copy of nrfjprog available to multiple users on this computer. Is there a recommended way to configure the system?
Thanks for your advice!