Jump to content

Compiling Jetson TX1/TX2 source code: Difference between revisions

m
Line 87: Line 87:




File called Start_L4T_Docs.html inside of Jetpack contains a good description of the packages that it contains. Let's call $DEVDIR the path where you installed your development directory or Jetpack,  in this case we'll be using '''/home/$USER/JetPack-L4T-3.0'''.
File called Start_L4T_Docs.html inside of Jetpack contains a good description of the packages that it contains. Let's call $DEVDIR the path where you installed your development directory or JetPack.
 
<pre>
export DEVDIR=$HOME/JetPack-L4T-3.1
</pre>


1) In order to download the source code you can run the script called source_sync.sh
1) In order to download the source code you can run the script called source_sync.sh


<pre>
<pre>
cd /home/$USER/JetPack-L4T-3.0/64_TX1/Linux_for_Tegra_64_tx1
cd $DEVDIR/64_TX1/Linux_for_Tegra_64_tx1
./source_sync.sh
./source_sync.sh
</pre>
</pre>
Line 112: Line 116:
     -k [TAG]: Download kernel source and optionally sync to TAG
     -k [TAG]: Download kernel source and optionally sync to TAG
     -u [TAG]: Download u-boot source and optionally sync to TAG
     -u [TAG]: Download u-boot source and optionally sync to TAG
</pre>
</pre>


Line 143: Line 146:
git branch -a
git branch -a
git checkout l4t/l4t-r24.2
git checkout l4t/l4t-r24.2
</pre>
</pre>


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