Skip to content

Commit d50c822

Browse files
authored
Fix patchKernel directions in README
1 parent ae4fbff commit d50c822

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,17 @@ In order to support Intel RealSense cameras with built in accelerometers and gyr
1717

1818
Most developers will want to apply the needed patches, configure the kernel .config file to match their desired environment, and then build their kernel Image and modules. The scripts assumes that the source is in the usual place for the Jetson, i.e. /usr/src/kernel/kernel-4.4, though you may want to change it to match your needs. <strong>Note: </strong>You can examine buildPatchedKernel.sh for the general outline of building the kernel.
1919

20-
The script scripts/applyKernelPatches.sh will patch the kernel modules and Image to support the librealsense2 cameras.
20+
The script scripts/patchKernel.sh will patch the kernel modules and Image to support the librealsense2 cameras.
2121

22-
$ sudo ./scripts/applyKernelPatches.sh
22+
$ sudo ./scripts/patchKernel.sh
2323

2424
The kernel configuration modifications are in the scripts/configureKernel.sh script.
2525

2626
$ sudo ./scripts/configureKernel.sh
2727

28-
This script modifies the Industrial I/O device modules as needed and then ensures that any dependecnies are met. See the script for more details.
28+
This script modifies the Industrial I/O device modules as needed and then ensures that any dependencies are met. The script also sets the local version to the local version of the current kernel. See the script for more details.
29+
30+
<em><strong>Note: </strong>The configureKernel.sh script sets the local version of the kernel to be the current local version, ie -tegra on a stock kernel. If that is not your intention, modify configureKernel.sh appropriately.</em>
2931

3032
<h3>A nasty little alternative</h3>
3133

@@ -79,9 +81,14 @@ $ echo 'hid_sensor_custom' | sudo tee -a /etc/modules`
7981

8082
<h2>Releases</h2>
8183

84+
<h4>May, 2018</h4>
85+
<strong>v0.81</strong>
86+
<ul><li>Fix README.md directions</li>
87+
</ul>
88+
8289
<h4>April, 2018</h4>
8390
<strong>v0.8</strong>
84-
<li>Initial support for Jetson TX1</li>
91+
<ul><li>Initial support for Jetson TX1</li>
8592
<li>Added CUDA support for yuy2->RGB/BGR/RGBA/BGRA</li>
8693
<li>L4T 28.2 (JetPack 3.2)</li>
8794
<li>librealsense 2.10.4</li></ul>

0 commit comments

Comments
 (0)