Compiling Jetson TX1/TX2 source code: Difference between revisions

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


1. '''Recovery mode'''
 
== Recovery mode ==


To put the board into force USB Recovery Mode:
To put the board into force USB Recovery Mode:
Line 572: Line 573:
7. Wait 2 seconds and release the RECOVERY FORCE button
7. Wait 2 seconds and release the RECOVERY FORCE button
</pre>
</pre>
2. To flash the filesystem in the emmc you need to run:
 
All remaining examples assume that the board is in recovery mode
 
== Flash filesystem ==
 
=== emmc ===
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>


or in the 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
</pre>
</pre>


=== fast boot ===
to use fastboot use the -L option. To see all the options run it with -h
to use fastboot use the -L option. To see all the options run it with -h
<pre>
<pre>