ao-bringup: Use the C tools to test EasyMini
authorKeith Packard <keithp@keithp.com>
Mon, 23 Jun 2014 04:13:54 +0000 (21:13 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 23 Jun 2014 06:52:53 +0000 (23:52 -0700)
I think my USB driver in the kernel is broken; the nickle versions of
these  tools did very strange things and never worked.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-bringup/test-easymini

index 291393856c567096ed25440fbbe7cc22a31cbed1..17e0095526e3270e735eaccfc28f3445e42ac8aa 100755 (executable)
@@ -19,7 +19,7 @@ ao-list | while read product serial dev; do
            echo "Testing $product $serial $dev"
 
            echo "Testing igniters. Both should flash"
-           ./test-igniter "$dev" drogue main
+           ../ao-tools/ao-test-igniter/ao-test-igniter --tty="$dev" drogue main
 
            case $? in
                0)
@@ -30,7 +30,7 @@ ao-list | while read product serial dev; do
            esac
 
            echo "Testing baro sensor"
-           ./test-baro "$dev"
+           ../ao-tools/ao-test-baro/ao-test-baro --tty="$dev"
 
            case $? in
                0)
@@ -43,7 +43,7 @@ ao-list | while read product serial dev; do
            FLASHSIZE=1048576
 
            echo "Testing flash"
-           ./test-flash "$dev" "$FLASHSIZE"
+           ../ao-tools/ao-test-flash/ao-test-flash --tty="$dev" "$FLASHSIZE"
 
            case $? in
                0)