Hi, I tried the above tools(nrfjprog) on the Raspberry Pi 3.
But, I saw the error shown below.
pi@raspberrypi:~$ ls | grep nRF5x nRF5x-Command-Line-Tools_8_5_0_Linux-i386.tar nRF5x-Command-Line-Tools_8_5_0_Linux-x86_64.tar
$ tar xvf nRF5x-Command-Line-Tools_8_5_0_Linux-i386.tar ./ ./nrfjprog/ ./nrfjprog/nrfjprog_release_notes.txt ./nrfjprog/libnrfjprogdll.so.8.5.0 ...
$ ./nrfjprog/nrfjprog -bash: ./nrfjprog/nrfjprog: cannot execute binary file: Exec format error
$ rm -rf nrfjprog && tar xvf nRF5x-Command-Line-Tools_8_5_0_Linux-x86_64.tar ...
$ ./nrfjprog/nrfjprog -bash: ./nrfjprog/nrfjprog: cannot execute binary file: Exec format error
Where is the nrfjprog build for ARM?
Thank you,
kazuph