When using nrfjprog over an IP connection, `--ids` never returns a value.
This is frustrating as the Zephyr nrfjprog runner uses this command to determine if there is a board connected.
jordan@comp:~$ nrfjprog --iface ip --ip 192.168.20.7 --port 19020 --ids jordan@comp:~$
Other commands work as expected, I am able to flash and reset boards manually over the IP connection, as well as listen to RTT output:
jordan@comp:~$ nrfjprog --iface ip --ip 192.168.20.7 --port 19020 -r Applying system reset. Run. jordan@comp:~$
Versions:
jordan@comp:~$ nrfjprog --version nrfjprog version: 10.16.0 external JLinkARM.dll version: 7.64c jordan@comp:~$ uname -a Linux comp 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux