Skip to content
Snippets Groups Projects
Commit 0f07db9e authored by Boudewijn Hut's avatar Boudewijn Hut
Browse files

Updated APERTIF image selection to match system release SR1

parent 2b4b240c
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,8 @@ if [ "$APP" == "apertif" ]; then ...@@ -104,7 +104,8 @@ if [ "$APP" == "apertif" ]; then
#IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r16829.rbf # Erics equivalent to r16744-v2 #IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r16829.rbf # Erics equivalent to r16744-v2
# Daniel's image (2017, week 14) with increased MESH buffer depth. Fixes above issue. # Daniel's image (2017, week 14) with increased MESH buffer depth. Fixes above issue.
# IMAGE=/home/daniel/apertif_unb1_correlator_full-r17077.rbf # IMAGE=/home/daniel/apertif_unb1_correlator_full-r17077.rbf
IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r17164.rbf # Erics image, 2 bit change to optimize quantisation in correlator (20 Jun 2017) # IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r17164.rbf # Erics image, 2 bit change to optimize quantisation in correlator (20 Jun 2017)
IMAGE=/home/daniel/apertif_unb1_correlator_full-r17077.rbf # SR1
elif [ "$APP" == "arts_sc1" ]; then elif [ "$APP" == "arts_sc1" ]; then
IMAGE=/home/arts/arts_unb1_sc1-r16748.rbf IMAGE=/home/arts/arts_unb1_sc1-r16748.rbf
elif [ "$APP" == "arts_sc4" ]; then elif [ "$APP" == "arts_sc4" ]; then
......
...@@ -69,8 +69,10 @@ IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf ...@@ -69,8 +69,10 @@ IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf
# Overrule to select correct firmware image for this application # Overrule to select correct firmware image for this application
if [ "$APP" == "apertif" ]; then if [ "$APP" == "apertif" ]; then
IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r17352.rbf # with PPS delay compensation # IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r17352.rbf # with PPS delay compensation
IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17352.rbf # with Fiber delay compensation # IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17352.rbf # with Fiber delay compensation
IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16579.rbf # SR1
IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR1
elif [ "$APP" == "arts_sc1" ]; then elif [ "$APP" == "arts_sc1" ]; then
IMAGE_BF=$RADIOHDL/applications/arts/commissioning/sc1/apertif_unb1_fn_beamformer_base-r16106.rbf IMAGE_BF=$RADIOHDL/applications/arts/commissioning/sc1/apertif_unb1_fn_beamformer_base-r16106.rbf
elif [ "$APP" == "arts_sc4" ]; then elif [ "$APP" == "arts_sc4" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment