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 the script shown below, and the leds lit according to the number writen.
set jtag_master 0]
open_service master $jtag_master
master_write_8 $jtag_master 0x00010040 1
master_write_8 $jtag_master 0x00010040 2
master_write_8 $jtag_master 0x00010040 3
master_write_8 $jtag_master 0x00010040 4
close_service master $jtag_master
The documentation that I follow from Terasic however tells me that I need to add a second JTAG2AVM Bridge and connect that one up to the f2h_axi_slave (called hps_console in picture qsys_causing_error.png) When I do this and try to run the script above again, system consoles timesout with an error (see system_console_error_message.png). I don't understand that this connection, has influence on the fpga_console, that it not connected at all to the HPS or the hps_console. Any advice? Is this connection putting the HPS in reset perhaps? Rgds, Kimberley