Quick start "Program" step fails

I have new nrf9161dk that I'm trying to run the "quick start" guide for. However, when I get to the "Progam" step it fails. This is the error log:

2024-10-03T18:05:08.932Z INFO Initialising nrfutil module: device
2024-10-03T18:05:08.936Z DEBUG Started watching devices
2024-10-03T18:05:10.549Z INFO Using nrfutil-device core version: 7.13.0
2024-10-03T18:05:10.761Z INFO Using nrfutil-device version: 2.1.1
2024-10-03T18:05:10.761Z INFO Using nrf-device-lib version: 0.17.5
2024-10-03T18:05:10.761Z INFO Using nrfjprog DLL version: 10.24.0
2024-10-03T18:05:10.761Z INFO Using JLink version: JLink_V7.94e
2024-10-03T18:05:14.121Z DEBUG Selected device: nRF9161 DK
2024-10-03T18:05:14.137Z DEBUG Changed step: Info
2024-10-03T18:05:15.116Z DEBUG Changed step: Rename
2024-10-03T18:05:15.738Z DEBUG Changed step: Program
2024-10-03T18:05:18.229Z ERROR [jlink] [NRFJPROG][Client][001050950437] Encountered error -105: Command connect_to_emu_with_snr executed for 363 milliseconds with result -105
2024-10-03T18:05:18.236Z ERROR [jlink] [NRFJPROG][Worker][001050950437] JLinkARM.dll Open returned error 'Cannot connect to J-Link.'

My os is manjaro linux. Any advice on how to debug this issue?

Related