Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cd firmware/targets/TimeToolKcu1500

make

 

Making Vivado communicate with board over jtag

#https://www.xilinx.com/support/answers/59128.html

1) Disconnect all Xilinx USB cables from the host computer.
2) Open a shell or terminal console.
3) Extract the driver script and its support files to a local drive of the machine where the cable will be used by typing:

#note to self! must cd to directory! Can't run install_drivers from arbitrary directory!

1235 cd /afs/slac.stanford.edu/g/reseng/xilinx/vivado_2017.4/Vivado/2017.4/data/xicom/cable_drivers/lin64/install_script/install_drivers/
1236 ./install_drivers
1237 sudo ./install_drivers

now vivado hardware manager will see board!!!!

Programming FPGA

Use dataPromLoad or pgpPromLoad mcd file

...