diff options
author | Keith Packard <keithp@keithp.com> | 2014-09-12 16:38:59 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-12 16:38:59 -0700 |
commit | def036794f1460a5457e6b86350712c336e296d6 (patch) | |
tree | 23803f3ad8c07cd09140c6d713a4253c9d617966 | |
parent | 1630a8e458f174d6df1aa30ff30e3f02a10bdbf7 (diff) |
ao-bringup: Use C version of test-flash for telegps
Signed-off-by: Keith Packard <keithp@keithp.com>
-rwxr-xr-x | ao-bringup/test-telegps | 2 |
1 files changed, 1 insertions, 1 deletions
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) |