Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 612: Line 612:
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
sudo ./flash.sh jetson-tx1 sda1 #it can be other mount point
sudo ./flash.sh jetson-tx1 sda1 #it can be other mount point
</pre>
==== SD card ====
Similar to USB but run:
<pre>
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
sudo ./flash.sh jetson-tx1 mmcblk1p1
</pre>
</pre>