X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ao-bringup%2Fturnon_chaoskey;h=1a8fe13f37a5503a7f7547fcdd3a0506c012e965;hb=cbec54fc682774f096dc2e43ef9a4796be123341;hp=8ac8479e337a7e0a537972b6bafc85772334c47f;hpb=165868999f45f4572ff2585fcb3986974a5bbd5c;p=fw%2Faltos diff --git a/ao-bringup/turnon_chaoskey b/ao-bringup/turnon_chaoskey index 8ac8479e..1a8fe13f 100755 --- a/ao-bringup/turnon_chaoskey +++ b/ao-bringup/turnon_chaoskey @@ -7,8 +7,8 @@ else exit 1 fi -if [ -x /usr/bin/ao-usbload ]; then - USBLOAD=/usr/bin/ao-usbload +if [ -x `which ao-usbload` ]; then + USBLOAD=`which ao-usbload` else echo "Can't find ao-usbload! Aborting." exit 1 @@ -35,10 +35,6 @@ $USBLOAD --serial=1 $ALTOS_FILE || exit 1 sleep 1 -serial=`dmesg | grep 'on chaoskey' | tail -1 | sed 's/.*chaoskey \([0-9a-f][0-9a-f]*\) on chaoskey.*/\1/'` - -echo 'Testing ChaosKey' $serial - -./test-chaoskey $serial +./test-chaoskey exit $?