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

Updated firmware images to Erics first images (correlator and fn_beamformer)

parent 5de5d154
No related branches found
No related tags found
No related merge requests found
...@@ -69,9 +69,10 @@ python $UPE/peripherals/util_system_info.py --unb $UNBS --fn 0:3 --bn 0:3 -n 4 ...@@ -69,9 +69,10 @@ python $UPE/peripherals/util_system_info.py --unb $UNBS --fn 0:3 --bn 0:3 -n 4
# Select correct firmware image for this application # Select correct firmware image for this application
if [ "$APP" == "apertif" ]; then if [ "$APP" == "apertif" ]; then
# Below image is commented out due to BSN alignment issues on several subsets of dishes # Below image is commented out due to BSN alignment issues on several subsets of dishes
# IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r16744-v2.rbf #IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r16744-v2.rbf # Hajees image
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
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
fi fi
......
...@@ -66,10 +66,11 @@ python $UPE/peripherals/util_system_info.py --unb 0:7 --fn 0:3 --bn 0:3 -n 4 ...@@ -66,10 +66,11 @@ python $UPE/peripherals/util_system_info.py --unb 0:7 --fn 0:3 --bn 0:3 -n 4
IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16901.rbf IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16901.rbf
# Select correct firmware image for this application # Select correct firmware image for this application
if [ "$APP" == "arts_sc1" ]; then if [ "$APP" == "apertif" ]; then
#IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf # Hajees image
IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16906.rbf # Erics equivalent to r16510_v2
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" == "apertif" ]; then
IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf
fi fi
if [ "$OPTIONS" != "noflash" ]; then if [ "$OPTIONS" != "noflash" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment