Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 579: Line 579:
=== Flash filesystem ===
=== Flash filesystem ===


* 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/
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
sudo ./flash.sh jetson-tx1 mmcblk0p1
sudo ./flash.sh jetson-tx1 mmcblk0p1
</pre>
</pre>
 
==== USB ====
* USB: To flash the filesystem to USB you need to put the filesystem on the USB first
To flash the filesystem to USB you need to put the filesystem on the USB first
** Insert your USB flash/drive in your PC and check where it was mounted
** Insert your USB flash/drive in your PC and check where it was mounted
<pre>
<pre>