Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 72: Line 72:
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/sources/kernel_source
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/sources/kernel_source
git branch -a
git branch -a
git checkout l4t/l4t-r23.2
git checkout l4t/l4t-r24.2


cd $DEVDIR/TX1/Linux_for_Tegra_tx1/sources/u-boot_source
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/sources/u-boot_source
git branch -a
git branch -a
git checkout l4t/l4t-r23.2
git checkout l4t/l4t-r24.2


</pre>
</pre>
Line 83: Line 83:


<pre>
<pre>
./source_sync.sh -k tegra-l4t-r23.2 -u tegra-l4t-r23.2
./source_sync.sh -k tegra-l4t-r24.2 -u tegra-l4t-r24.2
</pre>
</pre>


156

edits