From: Keith Packard Date: Fri, 12 Sep 2014 23:38:59 +0000 (-0700) Subject: ao-bringup: Use C version of test-flash for telegps X-Git-Tag: bdale-altosdroid~34 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=def036794f1460a5457e6b86350712c336e296d6;ds=sidebyside ao-bringup: Use C version of test-flash for telegps Signed-off-by: Keith Packard --- diff --git a/ao-bringup/test-telegps b/ao-bringup/test-telegps index 9295dd06..d09578ae 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)