You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Required Hardware

  • PGP Generation 3 Card (available from SLAC)
  • Xilinx KCU105 evaluation board

Getting Firmware & Software From GIT

First download the project from git. Requires git >= x.x.x and lfs.

> git lfs install

> git clone https://github.com/slaclab/dev-board-examples.git

> cd dev-board-examples

> git submodule init

> git submodule update --recursive

Firmware

Pre-Compiled

A pre-compiled image is included in:

firmware/targets/XilinxKC705DevBoard/Kc705Pgp/images/xxxx.mcs

Build Your Own

Compile the project. Requires linux and vivado 2016.4

> cd firmware

Our build system requires a local build directory for the compile. You can either 

> mkdir build

Or create a link to a scratch area:

> ln -s /u/local/build build

Go to the proper target for a KCU105 board with PGP support:

> cd targets/XilinxKC705DevBoard/Kc705Pgp

Build the project:

> make

The output will be in the images directory. I.E. images/.mcs

 

 

Software

 

 

 

 

  • No labels