NordicSemiconductor / pynrfjprog

Python wrapper around the nrfjprog dynamic link library (DLL)
Other
75 stars 29 forks source link

Armhf libraries not installed #24

Closed nikilkrao91 closed 2 years ago

nikilkrao91 commented 2 years ago

In v10.14.0, libraries for armhf targets are available but doing pip install pynrfjprog or python setup.py install doesn't install the armhf libraries on the target automatically. Manually copying the contents of pynrfjprog/lib_armhf to the python libraries folder solves this issue

simtind commented 2 years ago

Fixed in 10.15.2