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

Unable to update modem firmware

When I was trying to update the modem firmware, it showed something like this...

Traceback (most recent call last):
File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Python37\Scripts\nrf9160_mdm_dfu.exe\__main__.py", line 9, in <module>
File "c:\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:\python37\lib\site-packages\nrf9160_mdm_dfu\api\nrf_dfu_API.py", line 45, in init
self.api.sys_reset()
File "c:\python37\lib\site-packages\pynrfjprog\API.py", line 686, in sys_reset
raise APIError(result)
pynrfjprog.API.APIError: An error was reported by NRFJPROG DLL: -90 NOT_AVAILABLE_BECAUSE_PROTECTION.

Please Nordic, what should I do?

Parents Reply Children
Related