ao-bringup: Use ao-cal-accel instead of cal-accel in turnon scripts
authorKeith Packard <keithp@keithp.com>
Mon, 18 Aug 2014 17:57:26 +0000 (10:57 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 18 Aug 2014 17:57:26 +0000 (10:57 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
ao-bringup/turnon_easymega
ao-bringup/turnon_telemega
ao-bringup/turnon_telemetrum

index 7d23f5f7d9a9f7683a86786d7d9f5233a071a19f..3fdb942d5229b1b3de8bda1f258dda0fe0a3f428 100755 (executable)
@@ -52,6 +52,6 @@ esac
 
 echo 'E 0' > $dev
 
-./cal-accel $dev
+../ao-tools/ao-cal-accel/ao-cal-accel $dev
 
 echo 'E 1' > $dev
index 39a636420a5ada339aff493498526073208413ac..9705798a09c8bd25056674cbe93e57009da13c82 100755 (executable)
@@ -54,4 +54,4 @@ echo 'E 0' > $dev
 
 SERIAL=$SERIAL ./cal-freq $dev
 
-./cal-accel $dev
+../ao-tools/ao-cal-accel/ao-cal-accel $dev
index c6e7d1cccb1799b509faf9a216792f0cba7e1d76..48ff1e276cb6083aeed292821b6e8469b186675f 100755 (executable)
@@ -20,7 +20,7 @@ echo "TeleMetrum v$VERSION Turn-On and Calibration Program"
 echo "Copyright 2014 by Bdale Garbee.  Released under GPL v2"
 echo
 echo "Expectations:"
-echo "\tTeleMetrum v$VERSIOn powered from USB"
+echo "\tTeleMetrum 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
@@ -53,6 +53,6 @@ echo 'E 0' > $dev
 
 SERIAL=$SERIAL ./cal-freq $dev
 
-./cal-accel $dev
+../ao-tools/ao-cal-accel/ao-cal-accel $dev
 
 echo 'E 1' > $dev