Xavier/JetPack 5.0.2/Getting Started/Installing Jetpack: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 11: Line 11:
2. Move binary into installation directory, /home/$USER/JetPack-L4T/ is recommended
2. Move binary into installation directory, /home/$USER/JetPack-L4T/ is recommended


<pre style="background:#d6e4f1">
<syntaxhighlight lang=bash>
mkdir -p /home/$USER/JetPack-L4T/
mkdir -p /home/$USER/JetPack-L4T/
mv JetPack-${VERSION}.run /home/$USER/JetPack-L4T/
mv JetPack-${VERSION}.run /home/$USER/JetPack-L4T/
</pre>  
</syntaxhighlight>


3. Set the Jetpack binary as executable and set correct permissions.
3. Set the Jetpack binary as executable and set correct permissions.


<pre style="background:#d6e4f1">
<syntaxhighlight lang=bash>
cd /home/$USER/JetPack-L4T
cd /home/$USER/JetPack-L4T
chmod +x JetPack-${VERSION}.run
chmod +x JetPack-${VERSION}.run
</pre>  
</syntaxhighlight>


=Run the Installer=
=Run the Installer=


1. Run the Binary
1. Run the Binary
<pre style="background:#d6e4f1">
<syntaxhighlight lang=bash>
./JetPack-${VERSION}.run
./JetPack-${VERSION}.run
</pre>  
</syntaxhighlight>
 


2. Press next to start the installation
2. Press next to start the installation
Line 39: Line 40:
3. Select install location  
3. Select install location  


[[Image:Jetpack4.0 installer 02.png|frameless|center|455px|Start Installation]]  
[[Image:Jetpack4.0 installer 07.png|frameless|center|455px|Start Installation]]  
<div style="text-align: center;">'''Figure 2'''. Installation Configuration</div>  
<div style="text-align: center;">'''Figure 2'''. Installation Configuration</div>  
<br>  
<br>  

Revision as of 19:29, 11 September 2018




  Index  





Requirements

Supported host operating systems are Ubuntu Linux x64 Version 18.04 or 16.04

Download Installer to Host Computer

1. Download JetPack 4.0 from https://developer.nvidia.com/embedded/downloads

2. Move binary into installation directory, /home/$USER/JetPack-L4T/ is recommended

mkdir -p /home/$USER/JetPack-L4T/
mv JetPack-${VERSION}.run /home/$USER/JetPack-L4T/

3. Set the Jetpack binary as executable and set correct permissions.

cd /home/$USER/JetPack-L4T
chmod +x JetPack-${VERSION}.run

Run the Installer

1. Run the Binary

./JetPack-${VERSION}.run


2. Press next to start the installation

Start Installation
Start Installation
Figure 1. Start Installation



3. Select install location

Start Installation
Start Installation
Figure 2. Installation Configuration


4. Select platform

Installing location
Installing location
Figure 3. Select Development Enviroment


5. Select desired components, standard installation is recommended

Installing location
Installing location
Figure 4. Component Selection


6. Accept terms and conditions

Installing location
Installing location
Figure 5. Terms and Conditions


7. Wait for installation to complete

Installing location
Installing location
Figure 6. Terms and Conditions


This might take a while since Jetpack must download all packages and install some of them on the host computer.



Previous: Getting started Index Next: Flashing the Board