Add info about building kinect_upload_fw for MS Windows
[kinect-audio-setup.git] / windows / kinect_upload_fw.bat
diff --git a/windows/kinect_upload_fw.bat b/windows/kinect_upload_fw.bat
new file mode 100644 (file)
index 0000000..3757670
--- /dev/null
@@ -0,0 +1,17 @@
+REM First of all, make sure the drivers from ''libfreenect'' are installed, \r
+REM they are in ''platform/windows/inf'' in the libfreenect code base..\r
+REM \r
+REM Download the MSR Kinect SDK from:\r
+REM http://download.microsoft.com/download/8/4/C/84C9EF40-EE49-42C2-AE26-C6E30921182F/KinectSDK32.msi\r
+REM \r
+REM Explore ''KinectSDK32.msi'' using 7-zip from http://www.7-zip.org, extract the \r
+REM ''media1.cab'' file in it and get the firmware file, named ''UACFirmware.*''\r
+REM \r
+REM Put ''kinect_upload_fw.exe'', the firmware file and ''kinect_upload_fw.bat'' \r
+REM file in the same directory and double_click on the ''kinect_upload_fw.bat'' \r
+REM file.\r
+\r
+Set FIRMWARE="UACFirmware.C9C6E852_35A3_41DC_A57D_BDDEB43DFD04"\r
+\r
+kinect_upload_fw.exe %FIRMWARE%\r
+@PAUSE\r