Skip to content

Commit c6fe725

Browse files
committed
docs: Add instructions about Jetson and others
1 parent 43f25c7 commit c6fe725

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ It has been reported to work for up to 5 devices on a high-end PC using multiple
5656

5757
* OpenGL depth processing: OpenGL 3.1 (Windows, Linux, Mac OS X). OpenGL ES is not supported at the moment.
5858
* OpenCL depth processing: OpenCL 1.1
59+
* CUDA depth processing: CUDA (6.5 and 7.5 are tested; The minimum version is not clear.)
5960
* VAAPI JPEG decoding: Intel and Linux only
61+
* VideoToolbox JPEG decoding: Mac OS X only
6062
* OpenNI2 integration: OpenNI2 2.2.0.33
63+
* Jetson TK1: Linux4Tegra 21.3 or later. Check [Jetson TK1 issues](https://github.com/OpenKinect/libfreenect2/wiki/Troubleshooting#jetson-tk1-issues) before installation. Jetson TX1 is not yet supported as the developers don't have one, but it may be easy to add the support.
6164

6265
## Troubleshooting and reporting bugs
6366

@@ -207,7 +210,7 @@ sudo apt-get install build-essential cmake pkg-config
207210
1. (Ubuntu 14.04 and newer) `sudo apt-get install libturbojpeg libjpeg-turbo8-dev`
208211
2. (Debian) `sudo apt-get install libturbojpeg0-dev`
209212
* Install OpenGL
210-
1. (Ubuntu 14.04 only) `sudo dpkg -i debs/libglfw3*deb; sudo apt-get install -f; sudo apt-get install libgl1-mesa-dri-lts-vivid`
213+
1. (Ubuntu 14.04 only) `sudo dpkg -i debs/libglfw3*deb; sudo apt-get install -f; sudo apt-get install libgl1-mesa-dri-lts-vivid` (If the last command conflicts with other packages, don't do it.)
211214
2. (Odroid XU4) OpenGL 3.1 is not supported on this platform. Use `cmake -DENABLE_OPENGL=OFF` later.
212215
3. (Other) `sudo apt-get install libglfw3-dev`
213216
* Install OpenCL (optional)
@@ -220,6 +223,7 @@ sudo apt-get install build-essential cmake pkg-config
220223
- Verify: You can install `clinfo` to verify if you have correctly set up the OpenCL stack.
221224
* Install CUDA (optional, Nvidia only):
222225
- (Ubuntu 14.04 only) Download `cuda-repo-ubuntu1404...*.deb` ("deb (network)") from Nvidia website, follow their installation instructions, including `apt-get install cuda` which installs Nvidia graphics driver.
226+
- (Jetson TK1) It is preloaded.
223227
- (Nvidia/Intel dual GPUs) After `apt-get install cuda`, use `sudo prime-select intel` to use Intel GPU for desktop.
224228
- (Other) Follow Nvidia website's instructions.
225229
* Install VAAPI (optional, Intel only)

0 commit comments

Comments
 (0)