Hi all
I have a question about Zynq example for hello world and peripheral test by using Vivado 2013.2.
when I open Vivado, there is open example for Zynq design.
It has Zynq (ps7_1), axi interconnect, bram controller, bram, and gpio (for LED).
I just open this example design and followed the step as the link
http://www.ece.unm.edu/~jimp/codesign/Vivado/VivadoHelloWorldTutorial.pdf
http://www.xilinx.com/support/documentation/sw_manuals/xilinx2013_1/ug940-vivado-tutorial-embedded-design.pdf
First one is about hello world.
Second is about peripheral test.
I just repeated the steps as the "pdf" file.
However, i didn't get any message from the terminal.
I have used two different terminals (one is from SDK, and another is from teraterm).
I have installed Linux OS (Ubuntu 12.04LTS) by using instruction from http://xillybus.com/
the step I did for this hello world is that
1. turn on power and wait until OS is booted
2. Run as or Debug as (with STDIO connection correct serial port number and 115200 of BAUD rate)
Based on the previous tutorial (from Zedboard document or tutorial), the result has to be showed up on the terminal.
But it doesn't show up.
Am I going wrong direction for hello world?
Please help my problem
Thank you