I am having issue making remote telnet connection to JLink GDBServer in order to receive RTT data. Specifics:
Raspberry Pi/Ubuntu Server 20.04
PC/Windows 10
I'm at a bit of a loss as to what might be going on. Is the JLink GDBServer program prepared to accept remote connections to the telnet output port?
Raspberry Pi/Ubuntu Server 20.04
- Development station running gdb-multiarch V12.0.90
PC/Windows 10
- Running JLink GDBServer V7.70
- USB Connection to a Nordic nRF52840 development board
- I am able to debug programs across the remote connection, as I have unchecked the JLink GDBServer Localhost only checkbox.
- I can connect to the JLink GDBServer telnet port on the Windows side using RTT Viewer, PuTTY and the Windows telnet utility.
- I cannot connect to the JLink GDBServer telnet port from the Raspberry Pi using the Linux telnet utility. I get a connection refused error.
- I have worked with the Windows firewall to allow all incoming connections during these tests. This was not necessary to do debugging though.
I'm at a bit of a loss as to what might be going on. Is the JLink GDBServer program prepared to accept remote connections to the telnet output port?