diff --git a/applications/apertif/commissioning/central_commands.sh b/applications/apertif/commissioning/central_commands.sh
index fbdfc11053de553eb5f024333011b75c01c24c92..7f495707dfbd92b77e00c400080a50c0eab704fc 100755
--- a/applications/apertif/commissioning/central_commands.sh
+++ b/applications/apertif/commissioning/central_commands.sh
@@ -45,11 +45,9 @@ echo central_commands.sh: Polarisation : $POL
 
 # Select correct firmware image for this application
 if [ "$APP" == "apertif-ag" ]; then
-    #IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18172.rbf # SR2.5
     IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18593.rbf # D.Schuur 6-7-2018
 elif [ "$APP" == "apertif-dev" ]; then
-    #IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18172.rbf # SR2.5
-    IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18593.rbf # D.Schuur 6-7-2018
+    IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18616.rbf
 elif [ "$APP" == "arts_sc1" ]; then
 #    IMAGE=/home/arts/arts_unb1_sc1-r16748.rbf
     IMAGE=/home/schuur/arts_unb1_sc1-r18242.rbf #Corrected BSN monitor register name to fix false error message of central_status.py
diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh
index 91836e0a03648f3aafcaf8ca78a220764504115c..dafed14fd09308efa8a4ff30d1d01d359eec1855 100755
--- a/applications/apertif/commissioning/dish_commands.sh
+++ b/applications/apertif/commissioning/dish_commands.sh
@@ -68,8 +68,8 @@ if [ "$APP" == "apertif-ag" ]; then
     IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r18210.rbf
     IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r18231.rbf
 else
-    IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r18210.rbf
-    IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r18231.rbf
+    IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r18612.rbf
+    IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r18612.rbf
 fi
 
 #Extract the RBF file names (without path and extention)