Jump to content

Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 628: Line 628:
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
sudo ./flash.sh jetson-tx1 mmcblk1p1  
sudo ./flash.sh jetson-tx1 mmcblk1p1  
</pre>
==== NFS ====
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].
Then flash the board to generate and install the initrd image to use nfs
<pre>
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
MY_IPADDRESS=192.169.0.3
sudo ./flash.sh -N $MY_IPADDRESS:$DEVDIR/TX1/Linux_for_Tegra_tx1/rootfs jetson-tx1 eth0
</pre>
</pre>


Cookies help us deliver our services. By using our services, you agree to our use of cookies.