From e141b91666caeaa838e35bfb2a5e701ca5cf8092 Mon Sep 17 00:00:00 2001
From: Boudewijn Hut <hut@astron.nl>
Date: Mon, 10 Apr 2017 13:56:36 +0000
Subject: [PATCH] Updated firmware images to Erics first images (correlator and
 fn_beamformer)

---
 applications/apertif/commissioning/central_commands.sh | 5 +++--
 applications/apertif/commissioning/dish_commands.sh    | 7 ++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/applications/apertif/commissioning/central_commands.sh b/applications/apertif/commissioning/central_commands.sh
index bd6fd9b7b3..6e73473424 100755
--- a/applications/apertif/commissioning/central_commands.sh
+++ b/applications/apertif/commissioning/central_commands.sh
@@ -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
 if [ "$APP" == "apertif" ]; then
     # 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.
-    IMAGE=/home/daniel/apertif_unb1_correlator_full-r17077.rbf 
+    #IMAGE=/home/daniel/apertif_unb1_correlator_full-r17077.rbf 
 elif [ "$APP" == "arts_sc1" ]; then
     IMAGE=/home/arts/arts_unb1_sc1-r16748.rbf
 fi
diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh
index ec4021b9b9..1864a6a7b3 100755
--- a/applications/apertif/commissioning/dish_commands.sh
+++ b/applications/apertif/commissioning/dish_commands.sh
@@ -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
 
 # 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
-elif [ "$APP" == "apertif" ]; then
-    IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf
 fi
 
 if [ "$OPTIONS" != "noflash" ]; then
-- 
GitLab