Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 579: Line 579:
To flash the filesystem in the emmc you need to run:
To flash the filesystem in the emmc you need to run:
<pre>
<pre>
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
cd $DEVDIR/64_TX1/Linux_for_Tegra_64_tx1/
sudo ./flash.sh jetson-tx1 mmcblk0p1
sudo ./flash.sh jetson-tx1 mmcblk0p1
</pre>
</pre>
Line 610: Line 610:
5) Finally connect the USB drive to the Jetson board put the Jetson on recovery mode, flash the board to look for the filesystem on the USB port:
5) Finally connect the USB drive to the Jetson board put the Jetson on recovery mode, flash the board to look for the filesystem on the USB port:
<pre>
<pre>
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
cd $DEVDIR/64_TX1/Linux_for_Tegra_64_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>
Line 631: Line 631:
1) First you need to set up your NFS server using [https://developer.ridgerun.com/wiki/index.php/Getting_Started_Guide_for_DM8168_EVM#Setting_up_an_NFS_server these instructions].
1) First you need to set up your NFS server using [https://developer.ridgerun.com/wiki/index.php/Getting_Started_Guide_for_DM8168_EVM#Setting_up_an_NFS_server these instructions].


2) Open file in $DEVDIR/TX1/Linux_for_Tegra_tx1/rootfs/etc/network/interfaces and add
2) Open file in $DEVDIR/64_TX1/Linux_for_Tegra_64_tx1/rootfs/etc/network/interfaces and add
<pre>
<pre>
auto eth0
auto eth0
Line 640: Line 640:


<pre>
<pre>
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
cd $DEVDIR/64_TX1/Linux_for_Tegra_64_tx1/
MY_IPADDRESS=192.169.0.3
MY_IPADDRESS=192.169.0.3
sudo ./flash.sh -N $MY_IPADDRESS:$DEVDIR/TX1/Linux_for_Tegra_tx1/rootfs jetson-tx1 eth0
sudo ./flash.sh -N $MY_IPADDRESS:$DEVDIR/64_TX1/Linux_for_Tegra_64_tx1/rootfs jetson-tx1 eth0
</pre>
</pre>


156

edits