Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 579: Line 579:
* Emmc: To flash the filesystem in the emmc you need to run:
* Emmc: To flash the filesystem in the emmc you need to run:
<pre>
<pre>
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
sudo ./flash.sh jetson-tx1 mmcblk0p1
sudo ./flash.sh jetson-tx1 mmcblk0p1
</pre>
</pre>
Line 584: Line 585:
* USB
* USB
<pre>
<pre>
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>
</pre>