Versions Compared

Key

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

...

Code Block
languagebash
$ ssh np04-srv-011009  -Y
$ cd /nfs/sw/rce
$ source setup.sh
$ git clone --recursive git@github.com:slaclab/proto-dune
 
# for development version
$ source setup.sh dev
$ git clone --recursive git@github.com:slaclab/proto-dune proto-dune-dev

...

Code Block
languagebash
# Setup Xilinx Vivado environment 
$ source proto-dune/firmware/setup_env_slaccern.csh
# Go to the driver directory
$ cd ${RCE_DIR}/software/aes-stream-drivers/
# Build the driver with the "rce_install" flag
$ make rce_install

...