Skip to content

Commit b9f3fb6

Browse files
authored
Merge pull request #396 from luxonis/xavier_installation
Changed installation tutorial for Xavier
2 parents 6679f92 + 4e9ae94 commit b9f3fb6

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/source/install.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Platform Instructions Support
2121
======================== ============================================== ================================================================================
2222
Windows 10 :ref:`Platform dependencies <Windows 10>` `Discord <https://discord.com/channels/790680891252932659/798284448323731456>`__
2323
macOS :ref:`Platform dependencies <macOS>` `Discord <https://discord.com/channels/790680891252932659/798283911989690368>`__
24-
Ubuntu & Jetson/Xavier :ref:`Platform dependencies <Ubuntu>` `Discord <https://discord.com/channels/790680891252932659/798302162160451594>`__
24+
Ubuntu :ref:`Platform dependencies <Ubuntu>` `Discord <https://discord.com/channels/790680891252932659/798302162160451594>`__
2525
Raspberry Pi OS :ref:`Platform dependencies <Raspberry Pi OS>` `Discord <https://discord.com/channels/790680891252932659/798302708070350859>`__
26-
Jestson Nano :ref:`Platform dependencies <Jetson Nano>` `Discord <https://discord.com/channels/790680891252932659/795742008119132250>`__
26+
Jestson Nano/Xavier :ref:`Platform dependencies <Jetson>` `Discord <https://discord.com/channels/790680891252932659/795742008119132250>`__
2727
======================== ============================================== ================================================================================
2828

2929
And the following platforms are also supported by a combination of the community and Luxonis.
@@ -63,8 +63,6 @@ See the `Video preview window fails to appear on macOS <https://discuss.luxonis.
6363
Ubuntu
6464
******
6565

66-
These Ubuntu instructions also work for the **Jetson** and **Xavier** series.
67-
6866
.. code-block:: bash
6967
7068
sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash
@@ -86,11 +84,11 @@ Raspberry Pi OS
8684
sudo curl -fL http://docs.luxonis.com/_static/install_dependencies.sh | bash
8785
8886
89-
Jetson Nano
90-
***********
87+
Jetson
88+
******
9189

92-
To install DepthAI on Jetson Nano, perform the following steps, after completing a fresh install and setup. On the first log in,
93-
**do not** immediately run updates.
90+
To install DepthAI on `Jetson Nano <https://developer.nvidia.com/embedded/jetson-nano-developer-kit>`__ or `Jetson Xavier <https://developer.nvidia.com/embedded/jetson-xavier-nx-devkit>`__,
91+
perform the following steps, after completing a fresh install and setup. On the first log in, **do not** immediately run updates.
9492

9593
This first step is optional: go to the *Software* (App Store) and delete the apps or software that you probably will not use.
9694

@@ -101,7 +99,7 @@ Open a terminal window and run the following commands:
10199
sudo apt update && sudo apt upgrade
102100
sudo reboot now
103101
104-
Change the size of your SWAP. These instructions come from the `Getting Started with AI on Jetson Nano <https://developer.nvidia.com/embedded/learn/jetson-ai-certification-programs>`__ from nvidia:
102+
Change the size of your SWAP. These instructions come from the `Getting Started with AI on Jetson <https://developer.nvidia.com/embedded/learn/jetson-ai-certification-programs>`__ from Nvidia:
105103

106104
.. code-block:: bash
107105

0 commit comments

Comments
 (0)