From: Keith Packard Date: Sat, 6 Jun 2015 05:52:51 +0000 (-0700) Subject: ao-bringup: Do telegps freq cal before testing GPS X-Git-Tag: 1.6.0.3~41^2~5 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=55753ac8b4b73ec58cb6ef874acc8d606193c5e7;ds=sidebyside ao-bringup: Do telegps freq cal before testing GPS This lets the GPS get some time to see sats while we're messing with the radio frequency calibration. Signed-off-by: Keith Packard --- diff --git a/ao-bringup/turnon_telegps b/ao-bringup/turnon_telegps index 123f0b54..ba97d503 100755 --- a/ao-bringup/turnon_telegps +++ b/ao-bringup/turnon_telegps @@ -72,10 +72,8 @@ case "$dev" in ;; esac -echo 'E 0' > $dev +SERIAL=$SERIAL ./cal-freq $dev ./test-telegps -SERIAL=$SERIAL ./cal-freq $dev - exit $?