Hi,
I have a Qsys system with a JTAG master in a Linux machine. I download the synthesized bitstream over USB JTAG cable into an Altera DE4 board (Stratix IV FPGA) attached to this machine.
Now, I remotely login to this machine using ssh (ssh -XY machinename). I open system console
In system-console when the following command is sourced from the tcl script
set jtag_master [lindex [get_service_paths master] 0];
jtag_master does not getting any value
and fails in successive steps (ie. opening the service etc..)
Strangely this happens only when system-console is remotely invoked (eg. from ssh). If I try running system-console locally and jtag_master gets a valid value. I am using Quartus 12.0.
I can confirm that my JTAG connection works without any issue as jtagconfig returns correctly.
I did try the same command with different numbers as suggested in some of the previous posts ie.
set jtag_master [lindex [get_service_paths master] 1];
set jtag_master [lindex [get_service_paths master] 2]; etc.. with no luck.
Appreciate your inputs,
Thanks
Deepak
I have a Qsys system with a JTAG master in a Linux machine. I download the synthesized bitstream over USB JTAG cable into an Altera DE4 board (Stratix IV FPGA) attached to this machine.
Now, I remotely login to this machine using ssh (ssh -XY machinename). I open system console
In system-console when the following command is sourced from the tcl script
set jtag_master [lindex [get_service_paths master] 0];
jtag_master does not getting any value
and fails in successive steps (ie. opening the service etc..)
Strangely this happens only when system-console is remotely invoked (eg. from ssh). If I try running system-console locally and jtag_master gets a valid value. I am using Quartus 12.0.
I can confirm that my JTAG connection works without any issue as jtagconfig returns correctly.
I did try the same command with different numbers as suggested in some of the previous posts ie.
set jtag_master [lindex [get_service_paths master] 1];
set jtag_master [lindex [get_service_paths master] 2]; etc.. with no luck.
Appreciate your inputs,
Thanks
Deepak