I have a brand new development board that is failing to flash the sample programs using nRF Connect Desktop quickstart (Linux/Ubuntu 24.04). Here are the logs:
2025-06-08T17:12:50.096Z INFO Initialising the bundled nrfutil device
2025-06-08T17:12:50.103Z DEBUG Started watching devices
2025-06-08T17:12:50.785Z INFO Using the bundled core version for nrfutil device: 8.0.0
2025-06-08T17:12:50.878Z INFO Using nrfutil-device version: 2.10.2
2025-06-08T17:12:50.878Z INFO Using nrf-device-lib version: 0.17.71
2025-06-08T17:12:50.878Z INFO Using nrf-probe version: 0.38.0
2025-06-08T17:12:50.878Z INFO Using JLink version: JLink_V8.18
2025-06-08T17:12:53.108Z DEBUG Selected device: nRF52840 DK
2025-06-08T17:12:53.139Z DEBUG Changed step: Info
2025-06-08T17:12:57.940Z DEBUG Changed step: Rename
2025-06-08T17:13:00.242Z DEBUG Changed step: Program
2025-06-08T17:13:12.755Z ERROR [ProbeLib] [2025-06-08 17:13:12.754886Z] Failed to initialize worker: Timed out waiting for response from worker.
2025-06-08T17:13:16.939Z ERROR [ProbeLib] [2025-06-08 17:13:16.938890Z] Trace channel disconnected unexpectedly.
2025-06-08T17:13:16.940Z ERROR [ProbeLib] [2025-06-08 17:13:16.940648Z] Worker terminated by signal 9.
2025-06-08T17:13:16.940Z ERROR [ProbeLib] [2025-06-08 17:13:16.940694Z] Error output of terminated worker:
Also fails when trying from the command line:
david@freyr:~/work/junk/peripheral_lbs$ west flash
-- west flash: rebuilding
[0/5] Performing build step for 'peripheral_lbs'
ninja: no work to do.
[4/5] cd /home/david/work/junk/peripheral_lbs/build/_sysbuild && /home/david/ncs/toolchains/7cbc0036f4/usr/local/bin/cmake -E true
-- west flash: using runner nrfutil
-- runners.nrfutil: reset after flashing requested
Using board 001050298420
-- runners.nrfutil: Flashing file: /home/david/work/junk/peripheral_lbs/build/merged.hex
Error: One or more batch tasks failed:
* 1050298420: Timed out waiting for response from worker. (Generic)
FATAL ERROR: command exited with status 1: nrfutil --json device --x-ext-mem-config-file /home/david/work/ncs/v3.0.2/zephyr/boards/nordic/nrf52840dk/support/nrf52840dk_qspi_nrfutil_config.json x-execute-batch --batch-path /home/david/work/junk/peripheral_lbs/build/generated_nrfutil_batch.json --serial-number 1050298420
I also tried a different computer (Windows 11) with the same result.
I found a couple of similar issues:
- RE: Bricked debugger on nRF54L15-DK
- nRF54L15-DK board Segger firmware issue.
I don't think it is a driver issues since I had the same problem on two different computers. I also doubt I am going to have the same luck letting the board sit for 12 hours and magically start working.
So I guess that leaves that my board is defective and needs to be replaced?