From 55753ac8b4b73ec58cb6ef874acc8d606193c5e7 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 5 Jun 2015 22:52:51 -0700 Subject: [PATCH] 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 --- ao-bringup/turnon_telegps | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 $? -- 2.30.2