Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 558: Line 558:
</pre>
</pre>


 
=== Recovery mode ===
== Recovery mode ==


To put the board into force USB Recovery Mode:
To put the board into force USB Recovery Mode:
Line 576: Line 575:
All remaining examples assume that the board is in recovery mode
All remaining examples assume that the board is in recovery mode


== Flash filesystem ==
=== Flash filesystem ===


=== emmc ===
* Emmc: To flash the filesystem in the emmc you need to run:
1. To flash the filesystem in the emmc you need to run:
<pre>
<pre>
sudo ./flash.sh jetson-tx1 mmcblk0p1
sudo ./flash.sh jetson-tx1 mmcblk0p1
</pre>
</pre>


=== usb ===
* USB
 
<pre>
<pre>
sudo ./flash.sh jetson-tx1 sda1 #it can be other mount point
sudo ./flash.sh jetson-tx1 sda1 #it can be other mount point