Skip to content

DUNE/FD_CE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FD_CE

All things far detector cold electronics

Set up RSA key on the local PC (only need to do it ONCE when first time to setup)

PC side: Open a terminal.

ssh-keygen.exe 

you can find private key id_rsa and public key id_rsa.pub under $/.ssh

WIB side (ssh to WIB):

ssh root@192.168.121.123 (pwd: fpga)
mkdir ~/.ssh/

PC side: Copy id_rsa.pub to WIB, save it at ~/.ssh/

scp $/.ssh/id_rsa.pub root@192.168.121.123/.ssh/

WIB side (ssh to WIB):

mv ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys
reboot

You now can log in WIB without typing password.

COLDATA QC by placing COLDATA chips manually (Windows version, Anaconda package for python3 is recommended)

PC side

python .\Manual_DAT_top.py

Follow the step by step instruction to conduct COLDATA QC testing.

About

All things far detector cold electronics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published