This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrfjprog not working on raspberry pi 4

Hi

I am trying to setup a raspberry pi 4 for flashing nrf devices. But Nrfjprog doesn't seem to work.

I am using a Raspberry Pi 4 with 2021-05-07-raspios-buster-armhf-lite

I have fetched Segger and nrfjprog deb packages using :

wget --post-data 'accept_license_agreement=accepted&non_emb_ctr=confirmed&submit=Download+software' www.segger.com/.../JLink_Linux_arm.deb

installed them using:

sudo dpkg -i ~/nRF-Command-Line-Tools_10_14_0_LinuxArm/nrf-command-line-tools_10.14.0_armhf.deb
sudo dpkg -i JLink_Linux_arm.deb
I can detect the target using JLinkExe:
but when running nrfjprog I run into this:
log file as follows:
running ldd I get the following

What am I missing ?
If you need anymore details from my setup, let me know.
Parents
  • Hi

    It seems like there's a missing library here. (libSM.so.6). Have you instealled the libsm6 package? It can be done with the following command:

    sudo apt install libsm6

    We might have to add this package as a dependency if this occurs by default when using .deb packages for the tools.

    Best regards,

    Simon

  • Hi Simon,
    installing that package drops a later dependency issue for "libXrender.so.1". I am currently operating the rpi over ssh without X forwarding, so I don't need the gui. Are those packages still required for using nrfjprog ?

Reply Children
No Data
Related