X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-bringup%2Fturnon_telemetrum;h=bb455c988d6bd8991e61734435ba5bba2f35f08f;hp=dd30378a01a649eeead9db44e6d9e8c39571326a;hb=HEAD;hpb=0b58d3067d994319b73c2bd15817f6922257ece2 diff --git a/ao-bringup/turnon_telemetrum b/ao-bringup/turnon_telemetrum index dd30378a..bb455c98 100755 --- a/ao-bringup/turnon_telemetrum +++ b/ao-bringup/turnon_telemetrum @@ -1,9 +1,9 @@ #!/bin/sh -if [ -x /usr/bin/ao-flash-stm ]; then - FLASH_STM=/usr/bin/ao-flash-stm +if [ -x /usr/bin/ao-flash-samd21 ]; then + FLASH_STM=/usr/bin/ao-flash-samd21 else - echo "Can't find ao-flash-stm! Aborting." + echo "Can't find ao-flash-samd21! Aborting." exit 1 fi @@ -14,11 +14,11 @@ else exit 1 fi -VERSION=2.0 +VERSION=4.0 PRODUCT=TeleMetrum echo "$PRODUCT v$VERSION Turn-On and Calibration Program" -echo "Copyright 2014 by Bdale Garbee. Released under GPL v2" +echo "Copyright 2023 by Bdale Garbee. Released under GPL v2" echo echo "Expectations:" echo "\t$PRODUCT v$VERSION powered from USB" @@ -76,6 +76,6 @@ done echo 'E 1' > $dev -./test-telemetrum +./test-telemetrum-v4.0 exit $?