Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
titleGet code
ssh -Y rdsrv321 
# or ssh -Y rdsrv314

git clone --recursive git@github.com:slaclab/epix-hr-m-320k.git -b v1.1.9
cd software/
source setup_env.sh
#open the software
cd scripts
#if running rdsrv314:
python devGui.py --dev /dev/datadev_1
#if running rdsrv321:
python devGui.py
  

Remember to document your work for each of the carriers here. Make sure you specify the digital board used as well. The carrier identified is printed on the strong back while the digital board identifier is printed on the PCB.

...