Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Jtag uart

Altera_Forum
Honored Contributor II
1,875 Views

Is there another possibility besides the nios2-terminal to connect to the jtag uart on the PC side ? 

 

Thanks 

Stonie
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
986 Views

 

--- Quote Start ---  

originally posted by stonie@May 31 2006, 04:23 PM 

is there another possibility besides the nios2-terminal to connect to the jtag uart on the pc side ? 

 

thanks 

  stonie 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15723) 

--- quote end ---  

 

--- Quote End ---  

 

Hi! 

I think this possibility is absent right now :-). 

But I have an idea. 

Nios2-terminal changes data with HOST 127.0.0.1. On the host side ran JTAGSERVER. 

In one&#39;s part JTAGSERVER communicates via Byteblaster with IC(FPGA). 

Idea is intercept traffic between JTAGSERVER and nios2-terminal and analyze. 

I think analysis would ate so much time for construct your own app. 

So......I think this idea should be work.
0 Kudos
Altera_Forum
Honored Contributor II
986 Views

I found a method to include jtag-uart communication into my host software. 

 

Start nios2-terminal as child process of my host software allows me to communicate via stdin/stdout to the jtag uart. 

 

The same technique is used to invoke the nios2 flash-programmer within my software. 

 

Using a code-sniplet found at http://www.codeproject.com/threads/redir.asp (http://www.codeproject.com/threads/redir.asp) makes this very easy.... 

 

have fun, 

Stonie
0 Kudos
Altera_Forum
Honored Contributor II
986 Views

 

--- Quote Start ---  

originally posted by stonie@Jun 1 2006, 03:55 PM 

i found a method to include jtag-uart communication into my host software. 

 

start nios2-terminal as child process of my host software allows me to communicate via stdin/stdout to the jtag uart. 

 

the same technique is used to invoke the nios2 flash-programmer within my software. 

 

using a code-sniplet found at http://www.codeproject.com/threads/redir.asp (http://www.codeproject.com/threads/redir.asp) makes this very easy.... 

 

have fun, 

  stonie 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15763) 

--- quote end ---  

 

--- Quote End ---  

 

It is very good news! 

Thanks a lot! http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif
0 Kudos
Reply