Skip to content

Commit

Permalink
CR updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Jul 15, 2024
1 parent 33842a7 commit 432189a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/distribution_linux.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Linux Distribution

#### Using pre-build packages
**Intel® RealSense™ SDK 2.0** provides installation packages for Intel X86/AMD64/ARM-based Debian distributions in [`dpkg`](https://en.wikipedia.org/wiki/Dpkg) format for Ubuntu 20/22/24 [LTS](https://wiki.ubuntu.com/LTS) for up to date version.
For EOL Ubuntu distribution please use the following versions.
**Intel® RealSense™ SDK 2.0** provides installation packages for Intel X86/AMD64/ARM-based Debian distributions in [`dpkg`](https://en.wikipedia.org/wiki/Dpkg) format for Ubuntu 20/22/24 [LTS](https://wiki.ubuntu.com/LTS).
For EOL Ubuntu distributions please use the following versions:
Ubuntu 16 -> [2.51.1](https://github.com/IntelRealSense/librealsense/releases/tag/v2.51.1)
Ubuntu 18 -> [2.55.1](https://github.com/IntelRealSense/librealsense/releases/tag/v2.55.1)
The Realsense [DKMS](https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support) kernel drivers package (`librealsense2-dkms`) supports Ubuntu LTS HWE kernels 5.15, 5.19 and 6.5. Please refer to [Ubuntu Kernel Release Schedule](https://wiki.ubuntu.com/Kernel/Support) for further details.
Expand Down
3 changes: 2 additions & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ if not the SDK will use a timer polling approach which is less sensitive for dev
2. Run Intel Realsense permissions script from _librealsense2_ root directory:
```sh
./scripts/setup_udev_rules.sh
./scripts/setup_udev_rules.sh
```
Notice: You can always remove permissions by running: `./scripts/setup_udev_rules.sh --uninstall`

3. Build and apply patched kernel modules for:
* Ubuntu 20/22/24 (focal/jammy/noble) with LTS HWE kernel 5.15, 5.19, 6.5 \
* Ubuntu 20/22/24 (focal/jammy/noble) with LTS kernel 5.15, 5.19, 6.5 \
`./scripts/patch-realsense-ubuntu-lts-hwe.sh`
* Ubuntu 20 with LTS kernel (< 5.13) \
`./scripts/patch-realsense-ubuntu-lts.sh`
Expand Down

0 comments on commit 432189a

Please sign in to comment.