Versions Compared

Key

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

...

Code Block
languagebash
$ ssh pddaq-gen03np04-srv-009  -Y
$ cd /nfs/daqsw/rce
$ source setup_env.sh
$ HttpTunnelStart 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

3) Source the setup script

    • Xilinx Vivado software environment is required for the aes-stream-drivers's Makefile
Code Block
languagebash
# If building on CERN Network
$ source proto-dune/firmware/setup_env_cern.sh

# If building on SLAC Network
$ HttpTunnelStop source proto-dune/firmware/setup_env_slac.sh

# If building on BU Network
$ source proto-dune/firmware/setup_env_bu.sh

43) Build the RCE DMA drivers:

    • Only required to be performed once after git clone checkout (or if DMA driver is changed)
    • Xilinx Vivado software environment is required for the aes-stream-drivers's Makefile
Code Block
languagebash
# Go to the driver directory
$ cd /daq/rce/proto-dune${RCE_GIT}/software/aes-stream-drivers/
# Build the driver with the "rce_install" flag
$ make rce_install

45) Build the Linux host software:

...

Code Block
languagebash
$ cd /daq/rce/proto-dune${RCE_GIT}/software/protoDUNE
$ source setup_env.sh
$ make

56) Build the RCE server software:

    • Only required to be performed once after git clone checkout (or if Linux host software is changed)
Code Block
languagebash
$ cd /daq/rce/proto-dune/software/protoDUNE/rceScripts
$ ./rce_talk CERN-DTM1 build_rce_software

...