Greetings. I am trying to update my QSPI u-boot load on the Microzed. I have tried using the hardware manager in Vivado, attaching mt25ql128-qspi-x1-single, and programming the BOOT.bin plus zynq_fsbl.elf. I get the message "Connect operation failed. Please make sure that the device is active."
I tried using the 2nd method of using the "program_flash" tool in the following way:
program_flash -f C:\MyFiles\BOOT.BIN -offset 0 -flash_type qspi_single -fsbl C:\MyFiles\zynq_fsbl.elf -cable type xilinx_tcf url TCP:127.0.0.1:3121
In which I get the message "ERROR: Unable to detect JTAG cable".
I have Vivado 2017.4 and petalinux 2017.4.
What is the trick to get this to work? Is there a specific jumper setting I need to be in?