Versions Compared

Key

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

...

  • User cannot build the firmware on RedHawk machine because Vivado doesn't support the RedHawk machine distro.
  • User can just build it on Ubuntu then use the python script to program the generated .MCS file. To do that pleaseAD follow following steps:
    • Step 1: Go to Ubuntu server and build the firmware. For more information on how to build the firmware of your project please follow the link given in Related articles.
    • Step 2: Once the FPGA programming files are ready. Copy those files to RedHawk machine by using following command.
      • scp -r /cdsu/homegu/aadave/adaveProject/mount-point rdsrv310.slac.stanford.edu:/u/gu/adave/Project/snl-davesnl-trans-FES/firmware/targets/SnlTransFesKcu1500/images pslogin:/cds/home/a/adave/Projects/snl-trans-FES/firmware/targets/SnlBesKcu1500/imagesSnlTransFesKcu1500
      • Here the FPGA image files from rdsrv310 are being copied and pasted on RedHawk machine's mount-point dir.

...