This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How difficult to make libnrfjprogdll.so for ARM processor?

Hi,

I am working on making a test harness using the nRF52DK and a raspberry pi so I may run unit tests directly on the nRF52832. I want to use the UART to give test results back so I am still leaning toward the raspberry pi. Furthermore, the test harness will run an application with Django embedded that shall coordinate the SWO activity and UART responses that shall integrate with Jenkins.

I found the pynrfjprog repo which supports - in design - an elegant solution for integrating the python Django application to the SWO features on the nRF52DK, however, as has been mentioned in posted questions about nrfjprog, the utility does not work on ARM processors.

I still can implement the Django solution but I will need to use python's subprocess to call JLinkExe and this solution feels less robust.

Since libnrfjprogdll is a wrapper to the JLinkARMDLL as explained in the pynrfjprog README.md, how difficult is it to provide an libnrfjprogdll.so for an ARM processor?

Related