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:




Also, like I mentioned earlier installing pynrfjprog from the Github repo either through "pip install pynrfjprog" or "python setup.py install" doesn't install the armhf libraries on my RPi. So when I try to run a script using pynrfjprog I get an API error -
"NRFJPROG DLL: -150 NRFJPROG_SUB_DLL_NOT_FOUND. /usr/local/lib/python3.7/dist-packages/pynrfjprog-10.14.0-py3.7.egg/pynrfjprog/lib_armhf/libhighlevelnrfjprog.so"
I have raised this issue in the github repo as well
Also, like I mentioned earlier installing pynrfjprog from the Github repo either through "pip install pynrfjprog" or "python setup.py install" doesn't install the armhf libraries on my RPi. So when I try to run a script using pynrfjprog I get an API error -
"NRFJPROG DLL: -150 NRFJPROG_SUB_DLL_NOT_FOUND. /usr/local/lib/python3.7/dist-packages/pynrfjprog-10.14.0-py3.7.egg/pynrfjprog/lib_armhf/libhighlevelnrfjprog.so"
I have raised this issue in the github repo as well