Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 104: Line 104:
</pre>
</pre>


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


'''1.1 RECOMMENDED''' Download the kernel source code
Download kernel sources from next link:
https://developer.nvidia.com/embedded/dlc/sources-r2821#Getting_kernel
Untar the sources and copy kernel_src.tbz2 to $HOME/JetPack-L4T-3.2.1/64_TX2/Linux_for_Tegra/sources
<pre>
tar -xf public_sources.tbz2
cd public_release/
cp kernel_src.tbz2 $HOME/JetPack-L4T-3.2.1/64_TX2/Linux_for_Tegra/sources
cd $HOME/JetPack-L4T-3.2.1/64_TX2/Linux_for_Tegra/sources
tar -xf kernel_src.tbz2
</pre>
'''1.2 ''' Download the kernel source code
<pre>
<pre>
cd $DEVDIR/
cd $DEVDIR/