Following the installation guide and installing the required JLink dlls, opening the api fails with the following error:
Traceback (most recent call last):
File "./main.py", line 6, in <module>
with LowLevel.API("NRF91") as api:
File "/usr/local/lib/python3.8/dist-packages/pynrfjprog-10.14.0-py3.8.egg/pynrfjprog/LowLevel.py", line 1723, in __enter__
self.open()
File "/usr/local/lib/python3.8/dist-packages/pynrfjprog-10.14.0-py3.8.egg/pynrfjprog/LowLevel.py", line 177, in open
raise APIError(result, error_data=self.get_errors())
pynrfjprog.APIError.APIError: An error was reported by NRFJPROG DLL: -254 INTERNAL_ERROR.
Same error occurs installing from the pip3 package and building from source.
System: Linux 5.11.0-41-generic, Ubuntu 20.04.2 LTS
Following the installation guide and installing the required JLink dlls, opening the api fails with the following error:
Same error occurs installing from the pip3 package and building from source.
System: Linux 5.11.0-41-generic, Ubuntu 20.04.2 LTS