ugly hack (just make sleep longer) to work around ttyACM* discovery issue
authorBdale Garbee <bdale@gag.com>
Sun, 13 Apr 2014 14:58:36 +0000 (08:58 -0600)
committerBdale Garbee <bdale@gag.com>
Sun, 13 Apr 2014 14:58:36 +0000 (08:58 -0600)
ao-bringup/turnon_telemetrum

index bcf6239fafa62f7baf65f9fe071efec676769466..80193c4c448f98700f074d5eff3a211f2fe6ced6 100755 (executable)
@@ -39,7 +39,7 @@ sleep 2
 
 $USBLOAD --serial=$SERIAL /usr/share/altos/telemetrum-v$VERSION*.ihx || exit 1
 
 
 $USBLOAD --serial=$SERIAL /usr/share/altos/telemetrum-v$VERSION*.ihx || exit 1
 
-sleep 2
+sleep 5
 
 dev=`ao-list | awk '/TeleMetrum-v'"$VERSION"'/ { print $3; exit(0); }'`
 
 
 dev=`ao-list | awk '/TeleMetrum-v'"$VERSION"'/ { print $3; exit(0); }'`