Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
learn:programmable-logic:tutorials:nexys-4-getting-started-with-microblaze:start [2016/11/15 01:22] – [15. Run Configuration Settings for STDIO Connection] jon peyronlearn:programmable-logic:tutorials:nexys-4-getting-started-with-microblaze:start [2016/11/15 01:27] – [15. Run Configuration Settings for STDIO Connection] jon peyron
Line 273: Line 273:
  
 ----- -----
-==== 15. Run Configuration Settings for STDIO Connection ====+==== 15. Run Configuration  ====
  
 >15.1) After the FPGA has been successfully programmed with the bit file, from the //Project Explorer// panel, right click on the **display_hello_world** project folder which has been highlighted in the screen capture below.  >15.1) After the FPGA has been successfully programmed with the bit file, from the //Project Explorer// panel, right click on the **display_hello_world** project folder which has been highlighted in the screen capture below. 
Line 281: Line 281:
 }} }}
 ----- -----
 +==== 16. Using Terminal Emulator ====
  
 +You can use any serial terminal you would like including the one on SDK. We use Tera Term.
 +Refer to this link [[http://en.wikipedia.org/wiki/Tera_Term]] to know what Tera Term is.
 +You can download and install Tera Term from this link [[http://ttssh2.sourceforge.jp/index.html.en]] 
 +
 +
 +>16.1) Establish a serial connection with the correct communication port inside Tera Term. 
 +>Go to //SDK Run Configurations// -> Apply and Run. 
 +>Tera Term will work as a Console by displaying the output. 
 +>Notice that inside the built-in console window of SDK, there is a message displayed that reads // Port COM4 is already in use// indicating that the //COM4// port is in use by Tera Term. 
 +>
 +>{{:vivado:mig_61.jpg?500|}}
 +
 +-----
 +
 +{{tag>learn programmable-logic tutorial nexys-4 microblaze}}