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:




Okay, it seems like this "missing library" might come from the Segger pop-up asking you to choose the emulator to connect to. I think this can be confirmed by running the J-Link configurator. Qt (which is the GUI library used by SEGGER AFAIK), needs the libsm6 shared library to show the pop-up. I think this is an issue with Segger not embedding their shared library in their distributable. Try adding this required package as well.
Best regards,
Simon
Okay, it seems like this "missing library" might come from the Segger pop-up asking you to choose the emulator to connect to. I think this can be confirmed by running the J-Link configurator. Qt (which is the GUI library used by SEGGER AFAIK), needs the libsm6 shared library to show the pop-up. I think this is an issue with Segger not embedding their shared library in their distributable. Try adding this required package as well.
Best regards,
Simon