Altera_Forum
Honored Contributor
21 years agohow to control through jtag uart
I'd like to control my board through jtag uart from my original program.
I've found that jtagserver listens network port# 1309 and nios2-terminal connects to it and then communicates with jtag uart. Does anybody know how to connect to jtagserver via socket interface? I've tried to connect to port 1309, but no reaction from it other than greeting message like below: $ telnet localhost 1309 Trying 127.0.0.1... Connect to myhost. Escape character is '^]'. JTAG Server (no action from here.) Or is there any idea to control through jtag uart?