Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX9-L/General/Booting from nfs

17 bytes added, 1 February
no edit summary
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
|-
! | style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededededf8fb; padding:5px; color:#000000" |2024/01/30! | style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededededf8fb; padding:5px; color:#000000" |DESK-MX9-L-5.0.0 release
|-
|}
<section end=History/>
__FORCETOC__
<section begin=Body/>
<pre class="workstation-terminal">
u-boot=> setenv serverip 192.168.100.10089u-boot=> setenv ipaddr 192.168.100.56169u-boot=> setenv gatewayip 192.168.100.254
u-boot=> setenv netmask 255.255.255.0
u-boot=> setenv netdev eth0
root
root@desk-mx93:~#
</pre>
 
The following message appears from the VM, when the rootfs is mounted:
<pre>
dvdk@vagrant:~$ cat /var/log/syslog | tail -n 2
Jan 30 16:06:08 vagrant tftpd[2326386]: tftpd: serving file from /tftpboot
Jan 30 16:06:15 vagrant rpc.mountd[862]: authenticated mount request from 192.168.0.89:720 for /home/dvdk/desk-mx-l/rfs/desk-mx9-l-5.0.0/mx9 (/home)
</pre>
 
===Kernel Module===
 
The module are already present and loaded on RFS on MVM.
 
<pre>
root@desk-mx93:~# ls -l /lib/modules/$(uname -r)
total 1180
drwxr-xr-x 3 root root 4096 Mar 9 2018 extra
drwxr-xr-x 11 root root 4096 Mar 9 2018 kernel
-rw-r--r-- 1 root root 220476 Mar 9 2018 modules.alias
-rw-r--r-- 1 root root 229732 Mar 9 2018 modules.alias.bin
-rw-r--r-- 1 root root 37574 Mar 9 2018 modules.builtin
-rw-r--r-- 1 root root 21202 Mar 9 2018 modules.builtin.alias.bin
-rw-r--r-- 1 root root 40950 Mar 9 2018 modules.builtin.bin
-rw-r--r-- 1 root root 239291 Mar 9 2018 modules.builtin.modinfo
-rw-r--r-- 1 root root 52225 Mar 9 2018 modules.dep
-rw-r--r-- 1 root root 91940 Mar 9 2018 modules.dep.bin
-rw-r--r-- 1 root root 146 Mar 9 2018 modules.devname
-rw-r--r-- 1 root root 33890 Mar 9 2018 modules.order
-rw-r--r-- 1 root root 391 Mar 9 2018 modules.softdep
-rw-r--r-- 1 root root 89290 Mar 9 2018 modules.symbols
-rw-r--r-- 1 root root 114396 Mar 9 2018 modules.symbols.bin
root@desk-mx93:~# lsmod
Module Size Used by
crct10dif_ce 16384 1
polyval_ce 16384 0
polyval_generic 16384 1 polyval_ce
layerscape_edac_mod 16384 0
fuse 135168 1
root@desk-mx93:~# cat /etc/os-release
ID=fsl-imx-wayland
</pre>
The following message appears from the VM, when the rootfs is mounted:<pre>dvdk@vagrant:~$ cat /var/log/syslog | tail -n 2Jan 30 16:06:08 vagrant tftpd[2326386]: tftpd: serving file from /tftpbootJan 30 16:06:15 vagrant rpc.mountd[862]: authenticated mount request from 192.168.0.89:720 for /home/dvdk/desk-mx-l/rfs/desk-mx9-l-5.0.0/mx9 (/home)</pre> ===Kernel Module=== The module are already present and loaded on RFS on MVM. <pre>root@desk-mx93:~# ls -l /lib/modules/$(uname -r)total 1180drwxr-xr-x 3 root root 4096 Mar 9 2018 extradrwxr-xr-x 11 root root 4096 Mar 9 2018 kernel-rw-r--r-- 1 root root 220476 Mar 9 2018 modules.alias-rw-r--r-- 1 root root 229732 Mar 9 2018 modules.alias.bin-rw-r--r-- 1 root root 37574 Mar 9 2018 modules.builtin-rw-r--r-- 1 root root 21202 Mar 9 2018 modules.builtin.alias.bin-rw-r--r-- 1 root root 40950 Mar 9 2018 modules.builtin.bin-rw-r--r-- 1 root root 239291 Mar 9 2018 modules.builtin.modinfo-rw-r--r-- 1 root root 52225 Mar 9 2018 modules.dep-rw-r--r-- 1 root root 91940 Mar 9 2018 modules.dep.bin-rw-r--r-- 1 root root 146 Mar 9 2018 modules.devname-rw-r--r-- 1 root root 33890 Mar 9 2018 modules.order-rw-r--r-- 1 root root 391 Mar 9 2018 modules.softdep-rw-r--r-- 1 root root 89290 Mar 9 2018 modules.symbols-rw-r--r-- 1 root root 114396 Mar 9 2018 modules.symbols.binroot@desk-mx93:~# lsmodModule Size Used bycrct10dif_ce 16384 1polyval_ce 16384 0polyval_generic 16384 1 polyval_celayerscape_edac_mod 16384 0fuse 135168 1root@desk-mx93:~#</pre> <section end=Body/>
[[Category:ORCA]] [[Category:MITO 8M MiniAURA]]
8,244
edits