Skip to content
Snippets Groups Projects
Commit bf1cc3f6 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Some more useful commands.

parent 18ba8457
No related branches found
No related tags found
No related merge requests found
...@@ -285,6 +285,12 @@ ssh lcu-rtc -X "python $UPE/peripherals/pi_bsn_scheduler.py --unb 0:7 --bn 0:3 - ...@@ -285,6 +285,12 @@ ssh lcu-rtc -X "python $UPE/peripherals/pi_bsn_scheduler.py --unb 0:7 --bn 0:3 -
# Load application image # Load application image
# From dish_commands.sh # From dish_commands.sh
ssh lcu-rt4 -X "python $UPE/peripherals/util_epcs.py --unb 0:7 --fn 0:3 --bn 0:3 -n 8"
# Write flash
ssh lcu-rt4 -X "python $UPE/peripherals/util_epcs.py --unb 0 --fn 0 -n 4 -s /home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17352.rbf"
ssh lcu-rtc -X "python $UPE/peripherals/util_ppsh.py --unb 0 --bn 0 -n 4;\ ssh lcu-rtc -X "python $UPE/peripherals/util_ppsh.py --unb 0 --bn 0 -n 4;\
python $UPE/peripherals/util_epcs.py --unb 0:7 --fn 0:3 --bn 0:3 -n 8;\ python $UPE/peripherals/util_epcs.py --unb 0:7 --fn 0:3 --bn 0:3 -n 8;\
sleep 4;\ sleep 4;\
...@@ -416,6 +422,12 @@ ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:3 --bn 0:3 ...@@ -416,6 +422,12 @@ ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:3 --bn 0:3
ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 4:7 --bn 0:3 --sp 0:3 --cmd 10 -v 5" # Y pol spectrum ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 4:7 --bn 0:3 --sp 0:3 --cmd 10 -v 5" # Y pol spectrum
ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 3,7 --bn 2 --sp 0 --cmd 10 -v 5" # X,Y pol spectrum for SP 56 ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 3,7 --bn 2 --sp 0 --cmd 10 -v 5" # X,Y pol spectrum for SP 56
# Series of commands to retart WG and keep all others at ampl = 0
# - yields same result for Hajee FB 16579 as for FB 17790 (end nov 2017)
# - both show overflow artefacts when --ampl >= 119, --ampl <= 118 works
ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --pol 0,1 --globalsp 0:63 --cmd 21 -v 5";ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --pol 0,1 --globalsp 0:63 --sub 0 --chan 32 --ampl 0 --phs 0 --cmd 20 -v 5";ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 3,7 --bn 2 --sp 0 --pol 0,1 --globalsp 56 --sub 31 --chan 60 --ampl 118 --phs 0 --cmd 20 -v 5";ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --pol 0,1 --globalsp 0:63 --cmd 22 -v 5"
ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --cmd 10 -v 5"
############################################################################### ###############################################################################
# BF weights per dish # BF weights per dish
...@@ -430,7 +442,13 @@ ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --fn 0:3 ...@@ -430,7 +442,13 @@ ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --fn 0:3
############################################################################### ###############################################################################
# BSN monitor FN per dish # BSN monitor FN per dish
ssh lcu-rtc -X "python $UPE/peripherals/util_bsn_monitor.py --unb 0:7 --fn 0:3 -n 1 -r 0" ssh lcu-rtc -X "python $UPE/peripherals/util_bsn_monitor.py --unb 0:7 --fn 0:3 -n 1 -r 0" # input -r 0 from mesh
ssh lcu-rtc -X "python $UPE/peripherals/util_bsn_monitor.py --unb 0:7 --fn 0:3 -n 1 -r 0 -s OUTPUT" # output -r 0,1,2 after transpose
The number of BSN output monitor in the FN instances is 3 and is oke in MMM, SOPC. However:
-r 0 Oke
-r 1,2 yield timeout = 1 and sync_cnt /= 0, others all 0, possibly because dp_offload_tx_src_out_arr and tr_10GbE_snk_in_arr have no sync ?
-r 3 Oke, all zeros because only 2:0 are connected
-r 4 Oke, yields address error, because ceil_log2(3) = 4
############################################################################### ###############################################################################
# BF BST per dish # BF BST per dish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment