Altera_Forum
Honored Contributor
14 years agoProblems connecting remotely to jtagd running on linux
I have a remote linux host (CentOS 5.5) with a USB Blaster connected to my target board. I've setup the USB blaster OK and it detects the device:
jtagconfig 1) USB-Blaster [USB 6-1.3] 024090DD EP4SGX230/ES I can program the device running quartus_pgm locally on the host. What I need to do is connect SignalTap from my Windows desktop to the jtag server. So I run: jtagconfig --enableremote mypassword Error (Unknown error) when setting password Now what? Running: sudo netstat -l -t -p tcp 0 0 localhost.local:jtag-server *:* LISTEN 19585/jtagd So it's only listening for connections from the localhost. I saw on another page this should report the following: tcp 0 0 *:1309 *:* LISTEN 5444/jtagd Obviously any attempts to connect remotely fail. Any help appreciated!