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 :
installed them using:




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 :
installed them using:




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