X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-bringup%2Fturnon_telemega;h=2e8b7492a9dae31bb588ed086286b90f92e807f0;hp=62f51fba1f8ce7346af03838b65842fafc7ff43a;hb=95fc564503ced6febe7136813e76592ecac9c1d7;hpb=86ccbac16f5cd0be4a4c11260816b4799cda46f2 diff --git a/ao-bringup/turnon_telemega b/ao-bringup/turnon_telemega index 62f51fba..2e8b7492 100755 --- a/ao-bringup/turnon_telemega +++ b/ao-bringup/turnon_telemega @@ -14,27 +14,41 @@ else exit 1 fi -VERSION=2.0 +VERSION=5.0 REPO=~/altusmetrumllc/Binaries +PRODUCT=TeleMega -echo "TeleMega v$VERSION Turn-On and Calibration Program" -echo "Copyright 2014 by Bdale Garbee. Released under GPL v2" +echo "$PRODUCT v$VERSION Turn-On and Calibration Program" +echo "Copyright 2021 by Bdale Garbee. Released under GPL v3" echo echo "Expectations:" -echo "\tTeleMega v$VERSION powered from USB" +echo "\t$PRODUCT v$VERSION powered from USB" echo "\t\twith ST-Link-V2 cabled to debug header" echo "\t\twith coax from UHF to frequency counter" echo -echo -n "TeleMega-$VERSION serial number: " -read SERIAL + +case $# in + 1) + SERIAL="$1" + echo "$PRODUCT-$VERSION serial number: $SERIAL" + ;; + 0) + echo -n "$PRODUCT-$VERSION serial number: " + read SERIAL + ;; + *) + echo "Usage: $0 " 1>&2 + exit 1; + ;; +esac echo $FLASH_STM -$FLASH_STM $REPO/loaders/telemega-v$VERSION*.elf || exit 1 +$FLASH_STM $REPO/loaders/telemega-v$VERSION*.elf -sleep 5 +sleep 3 -$USBLOAD --serial=$SERIAL $REPO/telemega-v$VERSION*.elf || exit 1 +$USBLOAD --serial=$SERIAL --force $REPO/telemega-v$VERSION*.elf || exit 1 sleep 5 @@ -54,7 +68,11 @@ echo 'E 0' > $dev SERIAL=$SERIAL ./cal-freq $dev -../ao-tools/ao-cal-accel/ao-cal-accel $dev +failed=1 +while [ $failed = 1 ]; do + ../ao-tools/ao-cal-accel/ao-cal-accel $dev + failed=$? +done echo 'E 1' > $dev