I'm trying to update firmware of nRF9160 DK, but fails.
I downloaded nRF9160 Modem Firmware and Modem DFU Tool from this page; https://www.nordicsemi.com/Products/Low-power-cellular-IoT/nRF9160/Download#infotabs
Then I read README.txt which says this;
-----
To update mfw, follow the steps listed below. More detailed instructions are available in README.rst inside nrf9160_mdm_dfu.zip.
1) Install DFU-tool (nrf9160_mdm_dfu.zip)
2) Run `nrf9160_mdm_dfu --update`
-----
Following the README.rst, I run "pip install nrf9160_mdm_dfu-0.10.0+dev-py3-none-any.whl."
Then, I opened nrf9160_mdm_dfu folder and run "nrf9160_mdm_dfu --update."
Error happends.
RuntimeError: Could not locate a JLinkARM.dll in the default SEGGER installation path. Please provide the absolute path of the SEGGER JLINKARM.dll to use by the use of parameter 'jlink_arm_dll_path'. See API.py API.__init__() function for details.
Does anyone know how to solve this?
Thank you in advance