projects
/
kinect-audio-setup.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
README: fix a typo and add some clarifications
[kinect-audio-setup.git]
/
kinect_fetch_fw
diff --git
a/kinect_fetch_fw
b/kinect_fetch_fw
index
6db228f
..
1ec79cd
100755
(executable)
--- a/
kinect_fetch_fw
+++ b/
kinect_fetch_fw
@@
-10,13
+10,13
@@
# To Public License, Version 2, as published by Sam Hocevar. See
# http://sam.zoy.org/wtfpl/COPYING for more details.
#
# To Public License, Version 2, as published by Sam Hocevar. See
# http://sam.zoy.org/wtfpl/COPYING for more details.
#
-#
7z from p7zip-full is needed, it
can be installed with
-# sudo aptitude install p7zip-full
+#
wget and 7z from p7zip-full are needed, they
can be installed with
+# sudo aptitude install
wget
p7zip-full
set -e
set -e
-SDK_URL=${SDK_URL:-"http://download.microsoft.com/download/
8/4/C/84C9EF40-EE49-42C2-AE26-C6E30921182F/KinectSDK32
.msi"}
-SDK_MD5="
a043c40f35bf14a5139dfbf6cb14f687
"
+SDK_URL=${SDK_URL:-"http://download.microsoft.com/download/
F/9/9/F99791F2-D5BE-478A-B77A-830AD14950C3/KinectSDK-v1.0-beta2-x86
.msi"}
+SDK_MD5="
40764fe9e00911bda5095e5be777e311
"
[ $# -lt 1 ] && { echo "usage: $(basename "$0") <firmware destdir> [<path of kinect_upload_fw binary>]" 1>&2; exit 1; }
FW_DESTDIR=$(readlink -f $1)
[ $# -lt 1 ] && { echo "usage: $(basename "$0") <firmware destdir> [<path of kinect_upload_fw binary>]" 1>&2; exit 1; }
FW_DESTDIR=$(readlink -f $1)
@@
-40,7
+40,9
@@
then
exit 1
fi
exit 1
fi
-7z e -y -r "$ARCHIVE_NAME" "UACFirmware.*"
+echo -n "Extracting the UAC firmware..."
+7z e -y -r "$ARCHIVE_NAME" "UACFirmware.*" > /dev/null
+echo " done."
FW_FILE=$(ls UACFirmware.* | cut -d ' ' -f 1)
FW_FILE=$(ls UACFirmware.* | cut -d ' ' -f 1)