Jump to content

Getting Started Guide for Jetson TX1: Difference between revisions

Line 12: Line 12:


== Installing Jetpack  ==
== Installing Jetpack  ==
1.Download JetPack for L4T 2.3 from https://developer.nvidia.com/embedded/downloads
2. Move binary into installation directory, we recommend /home/$USER/JetPack-L4T-2.3
<pre style="background:#d6e4f1">
mkdir -p /home/$USER/JetPack-L4T-2.3
mv JetPack-L4T-2.3-linux-x64.run /home/$USER/JetPack-L4T-2.3/
</pre>
1. Set the Jetpack binary as executable and set correct permissions.
<pre style="background:#d6e4f1">
cd /home/$USER/JetPack-L4T-2.3
chmod +x JetPack-L4T-2.3-linux-x64.run
</pre>
2. Install Jetpack.
<pre style="background:#d6e4f1">
./JetPack-L4T-2.3-linux-x64.run
</pre>
Press Next to start the installation.
[[Image:jetpack-2_3-installation-01.png|thumb|center|455px|jetpack-2_3-installation-01.png]]
<div style="text-align: center;">'''Figure 1'''. Start installation</div>
<br>
Select Jetson TX1 Development Kit (64-bit).
[[Image:jetpack-2_3-installation-03.png|thumb|center|455px|jetpack-2_3-installation-03.png]]
<div style="text-align: center;">'''Figure 2'''. Select development environment</div>
<br>
Ridgerun recommend select standard installation.
[[Image:jetpack-2_3-installation-06.png|thumb|center|450px|jetpack-2_3-installation-06.png]]
<div style="text-align: center;">'''Figure 3'''. Component manager</div>
<br>
Wait for a while until the installation will be completed.
[[Image:jetpack-2_3-installation-10.png|thumb|center|455px|jetpack-2_3-installation-10.png]]
<div style="text-align: center;">'''Figure 4'''. Installation completed</div>


== Setting up serial access to the Linux console  ==
== Setting up serial access to the Linux console  ==
214

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.