Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/RaspberryPi3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This document describes how to use the Intel RealSense D400 cameras on Raspberry
## Installation Instructions
1. Install [Ubuntu MATE](https://ubuntu-mate.org/) on your [Raspberry PI 3](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/).

2. Clone and compile the latest [Intel® RealSense™ SDK 2.0](https://github.com/IntelRealSense/librealsense/releases/latest) by following the instructions under [Linux Installation](https://github.com/IntelRealSense/librealsense/blob/development/doc/installation.md).
In the section [Prerequisites](https://github.com/IntelRealSense/librealsense/blob/development/doc/installation.md##prerequisites), proceed with the steps till (not including) the kernel patches instructions.
2. Clone and compile the latest [Intel® RealSense™ SDK 2.0](https://github.com/IntelRealSense/librealsense/releases/latest) by following the instructions under [Linux Installation](https://github.com/IntelRealSense/librealsense/blob/development/doc/installation_linux_manual.md).
In the section [Prerequisites](https://github.com/IntelRealSense/librealsense/blob/development/doc/installation_linux_manual.md##prerequisites), proceed with the steps till (not including) the kernel patches instructions.

> **Note**: In some cases the RAM capacity is not sufficient to compile the SDK, so if the compilation process crashes or exits with an error-code try to create a [swap file](https://www.howtoforge.com/ubuntu-swap-file) and then recompile the SDK.

Expand Down
2 changes: 1 addition & 1 deletion doc/distribution_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ While we strongly recommend to use DKMS package whenever possible, there are cer
- Integration of user-specific patches/modules with `librealsense` SDK.
- Adjusting the patches for alternative kernels/distributions.

The steps are described in [Linux manual installation guide](./installation.md)
The steps are described in [Linux manual installation guide](./installation_linux_manual.md)


## Installing the packages:
Expand Down
2 changes: 1 addition & 1 deletion doc/frame_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ In order for `librealsense2` to get access for device-generated attributes the f

## OS support
***Linux OS*** - the standard Linux UVC driver does not provide metadata support.
`librealsense2` package includes metadata patch for `uvcvideo` kernel object. The patches are intended to be deployed with Ubuntu 14, 16.01/02 LTS with kernel versions 4.4, 4.8 and 4.10, and are applied as part of Linux backend installation . See [Linux installation-guide](./installation.md) for more details.
`librealsense2` package includes metadata patch for `uvcvideo` kernel object. The patches are intended to be deployed with Ubuntu 14, 16.01/02 LTS with kernel versions 4.4, 4.8 and 4.10, and are applied as part of Linux backend installation . See [Linux installation-guide](./installation_linux_manual.md) for more details.
The patches were also successfully ported to Yocto-based distribution and made available for Yocto Reference Kit based on Poky 2.1.2 with kernel version 4.4.26.

***Windows OS*** - Metadata extraction is supported by Microsoft starting with Windows10. Check [Windows installation guide](./installation_windows.md) for details.
Expand Down
150 changes: 0 additions & 150 deletions doc/installation.md

This file was deleted.

2 changes: 1 addition & 1 deletion doc/installation_jetson.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The method has not yet been verified on the **Jetson Nano** board.
* **Build librealsense2 SDK**

* Navigate to the SDK's root directory.
* Follow the [Ubuntu installation guide](./installation.md) to install the missing components and configuration items:
* Follow the [Ubuntu installation guide](./installation_linux_manual.md) to install the missing components and configuration items:

```sh
sudo apt-get install git libssl-dev libusb-1.0-0-dev libudev-dev pkg-config libgtk-3-dev -y
Expand Down
Loading