projects
/
kinect-audio-setup.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Makefile: remove the changelog target it's not used anymore
[kinect-audio-setup.git]
/
README
diff --git
a/README
b/README
index
9e9bf1a
..
fb0d057
100644
(file)
--- a/
README
+++ b/
README
@@
-34,6
+34,12
@@
Install kinect_upload_fw first:
it will be copied to /usr/local/sbin by default, assign the PREFIX
variable on the command line to install it to another location.
it will be copied to /usr/local/sbin by default, assign the PREFIX
variable on the command line to install it to another location.
+Then install the udev rules to automate the firmware loading:
+
+ # make install_udev_rules \
+ FIRMWARE_PATH=/lib/firmware/kinect/UACFirmware
+ LOADER_PATH=/usr/local/sbin/kinect_upload_fw
+
Then run the firmware fetcher script (remember this is only needed
once):
Then run the firmware fetcher script (remember this is only needed
once):
@@
-43,7
+49,7
@@
once):
The UAC firmware is downloaded from the Microsoft Kinect SDK at
http://www.kinectforwindows.org, the license of the SDK can be found at
The UAC firmware is downloaded from the Microsoft Kinect SDK at
http://www.kinectforwindows.org, the license of the SDK can be found at
-http://
www.kinectforwindows.org/download/EULA
.htm
+http://
research.microsoft.com/en-us/um/legal/kinectsdk-tou_noncommercial
.htm
=== Acknowledgements
=== Acknowledgements