ao-bringup: Use C version of test-flash for telegps
[fw/altos] / 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)