Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX8M-L/General/Booting from NFS

641 bytes added, 10:53, 27 February 2023
Target configuration
=> setenv serverip 192.168.0.125
=> setenv ipaddr 192.168.0.89
=> setenv gatewayip '192.168.0.254'
=> setenv netmask '255.255.255.0'
=> setenv netdev 'eth0'
</pre>
* <code>serverip</code> is the IP address of the host machine running the tftp/nfs server
* <code>ipaddr</code> is the IP address of the target
* <code>gatewayip</code> is the gateway address of the target
* <code>netmask</code> is the netmask address of the target
* <code>netdev</code> is the name of ethernet interface of the target
For using the DVDK Virtual Machine, a static IP address configuration has been selected, to the U-Boot variable <code>ip_dyn</code> has to be set to '''no''':
desk-mx8mm login:
</pre>
 
The following message appears from the VM, when the rootfs is mounted:
<pre>
dvdk@vagrant:~/nfs_rootfs$ cat /var/log/syslog | tail -n 2
Feb 27 11:39:28 vagrant systemd[1]: Started Clean php session files.
Feb 27 11:46:29 vagrant rpc.mountd[12807]: authenticated mount request from 192.168.0.89:863 for /home/dvdk/desk-mx-l/rfs/desk-mx8m-l (/home)
</pre>
dave_user
424
edits