I am attempting to follow the first exercise in the 'Zynq Workshop for Beginners' tutorial to run through the workflow using Vivado and the Xilinx SDK for ZedBoard development. I am able to bring the hardware into the Xilinx SDK, create a BSP, and build a 'Hello World' project. However, when I attempt to run the project on the hardware, I get the following error message:
Connection to Board Failed Unknown Error Occured Cable is not powered on
I'm using an Ubuntu host with version 2017.2 of Vivado and the Xilinx SDK, connected to the ZedBoard via two ordinary USB cables (UART and PROG ports). The terminal SDK is able to open a serial connection to the UART. I've checked my jumper configurations and they match the instructions in the PDF. I'm not sure what I'm doing wrong here.
For what it's worth, I have an alternative workflow with PetaLinux and that works fine, but that only uses the UART and SD card.
Thanks in advance for any assistance.