X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-bringup%2Ftest-telegps;h=0b27580205e4794c05f2d59139a80b951e86d09b;hp=9295dd062db03c698308eb4198530c9e27f79afc;hb=165868999f45f4572ff2585fcb3986974a5bbd5c;hpb=4828be0ca5252ac9cd6061209385dcd6c4c57965 diff --git a/ao-bringup/test-telegps b/ao-bringup/test-telegps index 9295dd06..0b275802 100755 --- a/ao-bringup/test-telegps +++ b/ao-bringup/test-telegps @@ -21,7 +21,7 @@ ao-list | while read product serial dev; do FLASHSIZE=2097152 echo "Testing flash" - ./test-flash "$dev" "$FLASHSIZE" + ../ao-tools/ao-test-flash/ao-test-flash --tty="$dev" "$FLASHSIZE" case $? in 0) @@ -32,7 +32,7 @@ ao-list | while read product serial dev; do esac echo "Testing GPS" - ./test-gps "$dev" + ../ao-tools/ao-test-gps/ao-test-gps --tty="$dev" case $? in 0)