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

"NO_EMULATOR_CONNECTED" Error after installing pynrfjprog and trying to flash firmware onto nrf9160

After getting the latest nRF9160 in (DK V0.7.0) I installed pynrfjprog, and then issued the following command (as provided in the README)

nrf9160_mdm_dfu --update

I then got this error.

Traceback (most recent call last):
File "c:\users\cl\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\cl\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\cl\AppData\Local\Programs\Python\Python37\Scripts\nrf9160_mdm_dfu.exe\__main__.py", line 9, in <module>
File "c:\users\cl\appdata\local\programs\python\python37\lib\site-packages\nrf9160_mdm_dfu\bin\nrf9160_mdm_dfu.py", line 50, in main
if nrf_dfu.init(args.snr, args.ipcpath) < 0:
File "c:\users\cl\appdata\local\programs\python\python37\lib\site-packages\nrf9160_mdm_dfu\api\nrf_dfu_API.py", line 44, in init
self.api.connect_to_emu_without_snr()
File "c:\users\cl\appdata\local\programs\python\python37\lib\site-packages\pynrfjprog\API.py", line 541, in connect_to_emu_without_snr
raise APIError(result)
pynrfjprog.API.APIError: An error was reported by NRFJPROG DLL: -13 NO_EMULATOR_CONNECTED.

Parents Reply Children
Related