From 432189a1475bf4c1d2afcf2e3f2609cc708773fb Mon Sep 17 00:00:00 2001 From: Nir Azkiel Date: Mon, 15 Jul 2024 13:22:02 +0300 Subject: [PATCH] CR updates --- doc/distribution_linux.md | 4 ++-- doc/installation.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/distribution_linux.md b/doc/distribution_linux.md index bf355beb8ac..58857a1ca92 100644 --- a/doc/distribution_linux.md +++ b/doc/distribution_linux.md @@ -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. diff --git a/doc/installation.md b/doc/installation.md index 2a4927fdc4b..73e7ca1831b 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -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`