Changeset 22 in flair-bin
- Timestamp:
- Jun 22, 2016, 6:20:53 PM (8 years ago)
- Location:
- trunk/tools/scripts
- Files:
-
- 1 deleted
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/scripts/dualshock3_local_usb.sh
r16 r22 1 1 #! /bin/bash 2 3 ${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/scripts/DualShock3_usb.sh 127.0.0.1 2 ${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/scripts/dualshock3_usb.sh 127.0.0.1 -
trunk/tools/scripts/dualshock3_usb.sh
r16 r22 16 16 17 17 export LD_LIBRARY_PATH="${OECORE_HOST_SYSROOT}/usr/lib:${OECORE_HOST_SYSROOT}/lib" 18 ${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/unix/ DualShock3 -a ${1}:20000 -c usb -t 100 -x ${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/unix/DualShock3.xml18 ${FLAIR_ROOT}/flair-bin/tools/$ARCH_DIR/unix/dualshock3 -a ${1}:20000 -c usb -t 100 -x ${FLAIR_ROOT}/flair-bin/tools/scripts/dualshock3.xml 19 19 -
trunk/tools/scripts/launch_FlairGCS.sh
r7 r22 25 25 26 26 export LD_LIBRARY_PATH="${OECORE_HOST_SYSROOT}/usr/lib:${OECORE_HOST_SYSROOT}/lib" 27 ${FLAIR_ROOT}/flair-bin/tools/$ ARCH_DIR/unix/FlairGCS -n $NAME -p $PORT27 ${FLAIR_ROOT}/flair-bin/tools/${ARCH_DIR}/unix/FlairGCS -n $NAME -p $PORT
Note:
See TracChangeset
for help on using the changeset viewer.