Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 631: Line 631:


==== NFS ====
==== 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].
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].


Then flash the board to generate and install the initrd image to use nfs
2) Open file in $DEVDIR/TX1/Linux_for_Tegra_tx1/rootfs/etc/network/interfaces and add
<pre>
auto eth0
iface eth0 inet manual
</pre>
 
3) Then flash the board to generate and install the initrd image to use nfs


<pre>
<pre>