I am following the example on Introduction to Zynq Hardware
: Running the "Hello World " Application. Everything works as expected with building the hardware and exporting to SDK. I do all of the following as instructed in the document:
1. Set Jumper to Cascaded JTAG Mode
2. Connected a USB cable between a PC and the microUSB port on Zed
3. Connected a Xilinx JTAG Programming Cable to J3
4. Use Device Manager to determine the COM port for the USB-UART
Next...In the Project Explore Window I right click on hello_world and select Run as > Run Configurations. Right click Xilinx C/C++ application(GDB) and click New.
Now...When I click RUN in the Run Configuration window (according to the tutorial) a message should appear asking if I want to launch the application even though configuration of the FPGA is not done. BUT instead I get the ERROR says that Connection to Board Failed. It looks like all the connections and drivers are there. I would really like to understand what is going on here.
Thank you every one.