From 4fa90d3281ab982f1d82eb5404c95b69b1256254 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Wed, 19 Jul 2017 06:12:10 +0000 Subject: [PATCH] -Commented out back node reflashing. --- applications/apertif/commissioning/dish_commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh index 10ad8745d5..aa800747bf 100755 --- a/applications/apertif/commissioning/dish_commands.sh +++ b/applications/apertif/commissioning/dish_commands.sh @@ -80,7 +80,7 @@ elif [ "$APP" == "arts_sc4" ]; then fi if [ "$OPTIONS" != "noflash" ]; then - python $UPE/peripherals/util_epcs.py --unb $UNBS --bn 0:3 -n 4 -s $IMAGE_FB +# python $UPE/peripherals/util_epcs.py --unb $UNBS --bn 0:3 -n 4 -s $IMAGE_FB # Commented out as workaround for flash-related issues (18th of July) python $UPE/peripherals/util_epcs.py --unb $UNBS --fn 0:3 -n 4 -s $IMAGE_BF fi -- GitLab