ao-bringup: Use C version of test-flash for telegps
authorKeith Packard <keithp@keithp.com>
Fri, 12 Sep 2014 23:38:59 +0000 (16:38 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 12 Sep 2014 23:38:59 +0000 (16:38 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
ao-bringup/test-telegps

index 9295dd062db03c698308eb4198530c9e27f79afc..d09578ae81faac4f5cac52e6ff3c04a9f0d3aaba 100755 (executable)
@@ -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)