From def036794f1460a5457e6b86350712c336e296d6 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 12 Sep 2014 16:38:59 -0700 Subject: [PATCH] ao-bringup: Use C version of test-flash for telegps Signed-off-by: Keith Packard --- ao-bringup/test-telegps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2