Versions Compared

Key

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

...

Code Block
languagebash
$ ssh pddaq-gen03np04-srv-010  -Y
$ cd /nfs/daqsw/rce
$ source setup_env.sh
$ git clone --recursive git@github.com:slaclab/proto-dune
 
# for development version
$ HttpTunnelStart source setup.sh dev
$ git clone --recursive git@github.com:slaclab/proto-dune
$ HttpTunnelStop proto-dune-dev

3) Build the RCE DMA drivers:

...

Code Block
languagebash
$ cd /daq/rce/proto-dune/${RCE_DIR}/software/aes-stream-drivers/
$ make rce_install

...

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

...

    • 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

...