Forum Discussion
Altera_Forum
Honored Contributor
10 years agoConnecting 2nd Jtag2AVM to f2h_axi_slave causes system console to hang up
Hi, I'm trying to create my first HPS system on a C5 Soc board from Terasic. If I create a system with one JTAG2AVM bridge (called fpga_console in picture qsys_causing_no_error.png) I can run...
Altera_Forum
Honored Contributor
10 years agoThe problem is solved (with help from Terasic).
As I insert another JTAG2AVM bridge, my jtag_master in the script above is not anymore on index 0, but index 1 So when I change the first line into:
set jtag_master 1]
the scripts works.