All things far detector cold electronics
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.