Difference between revisions of "DESK-MX8M-L/General/Booting from NFS"

From DAVE Developer's Wiki
Jump to: navigation, search
(Target configuration)
(Updates for DESK-MX8-L 4.0.0 release)
Line 6: Line 6:
 
!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"|Issue Date
 
!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"|Issue Date
 
!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:#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:#ededed; padding:5px; color:#000000" |{{oldid|17632|17632}}
 +
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |27/02/2023
 +
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |DESK-MX8M-L-2.0.0 release
 
|-
 
|-
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |{{oldid|17632|17632}}
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |{{oldid|17632|17632}}
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |27/02/2023
+
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |26/07/2023
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |DESK-MX8M-L-2.0.0 release  
+
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |DESK-MX8M-L-4.0.0 release  
 
|-
 
|-
 
|}
 
|}
Line 32: Line 36:
 
The [[DESK-MX8M-L]] Virtual Machine has the '''tftp''' and '''nfs''' services already running. Optionally, their configuration has to be changed according to the network configuration where the target is connected to.
 
The [[DESK-MX8M-L]] Virtual Machine has the '''tftp''' and '''nfs''' services already running. Optionally, their configuration has to be changed according to the network configuration where the target is connected to.
  
{{ImportantMessage|text=The ''Virtual Machine'' is created following the procedure at the [[DESK-MX8M-L/General/DVDK_Virtual_Machine#DVDK_for_release_2.0.0 | DVDK Virtual Machine]] wiki page}}
+
Check and properly configure the items describe in [https://wiki.dave.eu/index.php/VirtualBox_Network_Configuration VirtualBox Network Configuration]
 
 
Check and properly configure the items the following chapters: network adapter, nfs server
 
 
 
==== network adapter ====
 
The network adpater should be configured in '''bridge mode''' in order to allow the target to get the files from the VM
 
 
 
 
 
[[File:Network-bridge.png|500px]]
 
 
 
 
 
[[File:XELK VM Network.png|500px]]
 
 
 
 
 
then check or re-configure the Host IP address
 
 
 
<pre>
 
dvdk@vagrant:~$ ifconfig
 
eth0      Link encap:Ethernet  HWaddr 08:00:27:ed:54:80 
 
          inet addr:192.168.0.121  Bcast:192.168.0.255  Mask:255.255.255.0
 
          inet6 addr: fe80::a00:27ff:feed:5480/64 Scope:Link
 
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 
          RX packets:342143 errors:0 dropped:0 overruns:0 frame:0
 
          TX packets:267700 errors:0 dropped:0 overruns:0 carrier:0
 
          collisions:0 txqueuelen:1000
 
          RX bytes:160784829 (160.7 MB)  TX bytes:214001179 (214.0 MB)
 
 
 
lo        Link encap:Local Loopback 
 
          inet addr:127.0.0.1  Mask:255.0.0.0
 
          inet6 addr: ::1/128 Scope:Host
 
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
 
          RX packets:201 errors:0 dropped:0 overruns:0 frame:0
 
          TX packets:201 errors:0 dropped:0 overruns:0 carrier:0
 
          collisions:0 txqueuelen:1
 
          RX bytes:21929 (21.9 KB)  TX bytes:21929 (21.9 KB)
 
 
 
dvdk@vagrant:~$
 
</pre>
 
 
 
==== nfs server ====
 
The NFS server should exports the correct file system directory (in our example)
 
 
 
<pre>
 
dvdk@vagrant:~$ cat /etc/exports
 
/home 0.0.0.0/0.0.0.0(rw,async,no_root_squash,no_subtree_check,crossmnt)
 
dvdk@vagrant:~$
 
</pre>
 
 
 
otherwise, change its configuration and then restart the nfs server:
 
 
 
<pre>
 
dvdk@vagrant:~$ sudo /etc/init.d/nfs-kernel-server restart
 
[sudo] password for dvdk:
 
* Stopping NFS kernel daemon                                                                                                                                                                                                        [ OK ]
 
* Unexporting directories for NFS kernel daemon...                                                                                                                                                                                  [ OK ]
 
* Exporting directories for NFS kernel daemon...                                                                                                                                                                                    [ OK ]
 
* Starting NFS kernel daemon                                                                                                                                                                                                        [ OK ]
 
dvdk@vagrant:~$
 
</pre>
 
 
 
==== Installing the root file system ====
 
Using the [[DESK-MX6-L | DESK-MX6-L]] Virtual Machine it is required to extracting the rfs in the exported file system:
 
 
 
* download the <code>fsl-imx-wayland-glibc-x86_64-meta-toolchain-aarch64-desk-mx8mp-toolchain-5.4-zeus.sh</code> from the mirror server
 
<pre class="workstation-terminal">
 
dvdk@vagrant:~/desk-mx-l/rfs$ wget https://mirror.dave.eu/desk-mx-l/desk-mx8m-l-2.0.0/dave-image-devel-desk-mx8mp.tar.bz2
 
dvdk@vagrant:~/desk-mx-l/rfs$
 
</pre>
 
extracting the archive (with '''root''' permissions!!) and create the symbolic link:
 
<pre>
 
mkdir /home/dvdk/desk-mx-l/rfs/desk-mx8m-l-2.0.0
 
sudo tar jxpf dave-image-devel-desk-mx8mp.tar.bz2 -C /home/dvdk/desk-mx-l/rfs/desk-mx8m-l-2.0.0/
 
ln -s /home/dvdk/desk-mx-l/rfs/desk-mx8m-l-2.0.0 /home/dvdk/desk-mx-l/rfs/desk-mx8m-l
 
</pre>
 
 
 
Then, the rfs directory appears like this:
 
<pre class="workstation-terminal">
 
dvdk@vagrant:~/desk-mx-l/rfs$ ls -la
 
total 725876
 
drwxr-xr-x  4 dvdk dvdk      4096 Feb 15 12:37 .
 
drwxr-xr-x  7 dvdk dvdk      4096 Feb 15 11:50 ..
 
lrwxrwxrwx  1 root root        41 Apr  9  2021 desk-mx6-l -> /home/dvdk/desk-mx-l/rfs/desk-mx6-l-1.0.0
 
drwxr-xr-x 19  541  502      4096 Jan 25  2021 desk-mx6-l-1.0.0
 
lrwxrwxrwx  1 dvdk dvdk        46 Feb 15 12:37 desk-mx8m-l -> /home/dvdk/desk-mx-l/rfs/desk-mx8m-l-2.0.0
 
drwxrwxr-x  8 dvdk dvdk      4096 Feb 15 12:36 desk-mx8m-l-2.0.0
 
dvdk@vagrant:~/desk-mx-l/rfs$
 
</pre>
 
  
 
=== Target configuration ===
 
=== Target configuration ===
Line 124: Line 42:
 
The IP address for server and target should be configured: an example (for a network subnet <code>192.168.0.x</code>)
 
The IP address for server and target should be configured: an example (for a network subnet <code>192.168.0.x</code>)
  
<pre>
+
<pre class="workstation-terminal">
=> setenv serverip 192.168.0.125
+
u-boot=> setenv serverip 192.168.10.100
=> setenv ipaddr 192.168.0.89
+
u-boot=> setenv ipaddr 192.168.10.56
=> setenv gatewayip 192.168.0.254
+
u-boot=> setenv gatewayip 192.168.10.254
=> setenv netmask 255.255.255.0
+
u-boot=> setenv netmask 255.255.255.0
=> setenv netdev eth0
+
u-boot=> setenv netdev eth0
 
</pre>
 
</pre>
  
Line 139: Line 57:
  
 
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''':
 
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''':
=> setenv ip_dyn no
+
<pre class="workstation-terminal">
 +
u-boot=> setenv ip_dyn no
 +
</pre>
  
 
The ''kernel'' and ''device tree'' files have to be selected
 
The ''kernel'' and ''device tree'' files have to be selected
  setenv bootfile /tftpboot/desk-mx-l/Image
+
<pre class="workstation-terminal">
 
+
u-boot=> setenv bootfile /tftpboot/desk-mx8m-l/Image
 +
</pre>
 
ORCA has its dtb file <code>imx8mp-mito8mplus-cb1001.dtb</code>
 
ORCA has its dtb file <code>imx8mp-mito8mplus-cb1001.dtb</code>
setenv fdt_file /tftpboot/desk-mx-l/imx8mp-mito8mplus-cb1001.dtb
+
<pre class="workstation-terminal">
 
+
u-boot=> setenv fdt_file /tftpboot/desk-mx8m-l/imx8mp-mito8mplus-cb1008.dtb
 +
</pre>
 
while MITO 8M Mini has its own ''dtb'' file <code>imx8mm-mito8mmini.dtb</code>
 
while MITO 8M Mini has its own ''dtb'' file <code>imx8mm-mito8mmini.dtb</code>
setenv fdt_file /tftpboot/desk-mx-l/imx8mm-mito8mmini.dtb
+
<pre class="workstation-terminal">
 
+
u-boot=> setenv fdt_file /tftpboot/desk-mx8m-l/imx8mm-mito8mmini.dtb
 +
</pre>
 
finally, the ''root file system'' directory on the Virtual Machine should be configured to let the kernel find the '''INIT'''
 
finally, the ''root file system'' directory on the Virtual Machine should be configured to let the kernel find the '''INIT'''
 
+
<pre class="workstation-terminal">
setenv nfsroot /home/dvdk/desk-mx-l/rfs/desk-mx8m-l
+
u-boot=> setenv rootpath /home/dvdk/desk-mx-l/rfs/desk-mx8m-l-4.0.0/mx8mp/
 
+
</pre>
 
To run this configuration just issue the '''net_nfs''' command which firstly downloads the kernel and device tree using the tftp protocol
 
To run this configuration just issue the '''net_nfs''' command which firstly downloads the kernel and device tree using the tftp protocol
  
 
<pre class="workstation-terminal">
 
<pre class="workstation-terminal">
=> setenv net_nfs 'run loadk loadfdt nfsargs addip addcons addmisc; if run configid_fixupfdt; then booti ${loadaddr} - ${fdt_addr}; fi'
+
u-boot=> setenv net_nfs 'run loadk loadfdt nfsargs addip addcons addmisc; if run configid_fixupfdt; then sleep 3; booti ${loadaddr} - ${fdt_addr}; fi'
 
</pre>
 
</pre>
  
Line 163: Line 86:
  
 
<pre class="mw-collapsible mw-collapsed workstation-terminal">
 
<pre class="mw-collapsible mw-collapsed workstation-terminal">
u-boot=> run net_nfs
+
u-boot=> run net_nfs  
Using ethernet@30bf0000 device
+
Using ethernet@30be0000 device
TFTP from server 192.168.0.125; our IP address is 192.168.0.89
+
TFTP from server 192.168.10.100; our IP address is 192.168.10.56
Filename 'desk-mx8m/linux/desk-mx8m-l-2.0.0_Image'.
+
Filename '/tftpboot/desk-mx8m-l/Image'.
 
Load address: 0x40480000
 
Load address: 0x40480000
 
Loading: *#################################################################
 
Loading: *#################################################################
 
#################################################################
 
#################################################################
#################################################################
+
##############
#################################################################
+
3 MiB/s
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
#################################################################
 
######################################
 
5.9 MiB/s
 
 
done
 
done
Bytes transferred = 28219904 (1ae9a00 hex)
+
Bytes transferred = 31351296 (1de6200 hex)
Using ethernet@30bf0000 device
+
Using ethernet@30be0000 device
TFTP from server 192.168.0.125; our IP address is 192.168.0.89
+
TFTP from server 192.168.10.100; our IP address is 192.168.10.56
Filename 'desk-mx8m/linux/desk-mx8m-l-2.0.0_imx8mp-mito8mplus-cb1008.dtb'.
+
Filename '/tftpboot/desk-mx8m-l/imx8mp-mito8mplus-cb1008.dtb'.
 
Load address: 0x43000000
 
Load address: 0x43000000
Loading: *#####
+
Loading: *############
6.2 MiB/s
+
1.2 MiB/s
 
done
 
done
Bytes transferred = 58763 (e58b hex)
+
Bytes transferred = 61299 (ef73 hex)
FDT: override 'som_uniqueid' with '55aa2564:1e261000'
+
Moving Image from 0x40480000 to 0x40600000, end=42480000
FDT: override 'cb_uniqueid' with 'b7000035:c48de62d'
 
 
## Flattened Device Tree blob at 43000000
 
## Flattened Device Tree blob at 43000000
 
   Booting using the fdt blob at 0x43000000
 
   Booting using the fdt blob at 0x43000000
   Using Device Tree in place at 0000000043000000, end 0000000043011fff
+
   Using Device Tree in place at 0000000043000000, end 0000000043011f72
  
 
Starting kernel ...
 
Starting kernel ...
  
 
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
 
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.4.70-desk-mx8m-l-2.0.0+g3afcce55652c (oe-user@oe-host) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Thu Feb 9 12:20:33 UTC 2023
+
[    0.000000] Linux version 5.15.71-desk-mx8m-l-4.0.0 (jenkins@focalbakery) (aarch64-poky-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Jun 29 20:50:11 CEST 2023
 
[    0.000000] Machine model: i.MX8MPlus Mito8MPlus on SBC Orca - adapter LVDS HDMI
 
[    0.000000] Machine model: i.MX8MPlus Mito8MPlus on SBC Orca - adapter LVDS HDMI
[    0.000000] efi: Getting EFI parameters from FDT:
 
 
[    0.000000] efi: UEFI not found.
 
[    0.000000] efi: UEFI not found.
 
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000c4000000, size 960 MiB
 
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000c4000000, size 960 MiB
 
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
 
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
 +
[    0.000000] Reserved memory: created DMA memory pool at 0x0000000094300000, size 1 MiB
 +
[    0.000000] OF: reserved mem: initialized node vdev0buffer@94300000, compatible id shared-dma-pool
 
[    0.000000] NUMA: No NUMA configuration found
 
[    0.000000] NUMA: No NUMA configuration found
 
[    0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000001bfffffff]
 
[    0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000001bfffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x1bf3d5500-0x1bf3d6fff]
+
[    0.000000] NUMA: NODE_DATA [mem 0x1bf449800-0x1bf44bfff]
 
[    0.000000] Zone ranges:
 
[    0.000000] Zone ranges:
[    0.000000]  DMA32    [mem 0x0000000040000000-0x00000000ffffffff]
+
[    0.000000]  DMA      [mem 0x0000000040000000-0x00000000ffffffff]
 +
[    0.000000]  DMA32    empty
 
[    0.000000]  Normal  [mem 0x0000000100000000-0x00000001bfffffff]
 
[    0.000000]  Normal  [mem 0x0000000100000000-0x00000001bfffffff]
 
[    0.000000] Movable zone start for each node
 
[    0.000000] Movable zone start for each node
 
[    0.000000] Early memory node ranges
 
[    0.000000] Early memory node ranges
 
[    0.000000]  node  0: [mem 0x0000000040000000-0x00000000557fffff]
 
[    0.000000]  node  0: [mem 0x0000000040000000-0x00000000557fffff]
 +
[    0.000000]  node  0: [mem 0x0000000055800000-0x0000000055ffffff]
 
[    0.000000]  node  0: [mem 0x0000000058000000-0x00000000923fffff]
 
[    0.000000]  node  0: [mem 0x0000000058000000-0x00000000923fffff]
[    0.000000]  node  0: [mem 0x0000000094400000-0x00000001bfffffff]
+
[    0.000000]  node  0: [mem 0x0000000092400000-0x00000000a43fffff]
 +
[    0.000000]  node  0: [mem 0x00000000a4400000-0x00000001bfffffff]
 
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000001bfffffff]
 
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000001bfffffff]
 +
[    0.000000] On node 0, zone DMA: 8192 pages in unavailable ranges
 
[    0.000000] psci: probing for conduit method from DT.
 
[    0.000000] psci: probing for conduit method from DT.
 
[    0.000000] psci: PSCIv1.1 detected in firmware.
 
[    0.000000] psci: PSCIv1.1 detected in firmware.
 
[    0.000000] psci: Using standard PSCI v0.2 function IDs
 
[    0.000000] psci: Using standard PSCI v0.2 function IDs
 
[    0.000000] psci: Trusted OS migration not required
 
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.1
+
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 24 pages/cpu s58904 r8192 d31208 u98304
+
[    0.000000] percpu: Embedded 20 pages/cpu s41368 r8192 d32360 u81920
 
[    0.000000] Detected VIPT I-cache on CPU0
 
[    0.000000] Detected VIPT I-cache on CPU0
 +
[    0.000000] CPU features: detected: GIC system register CPU interface
 
[    0.000000] CPU features: detected: ARM erratum 845719
 
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] CPU features: detected: GIC system register CPU interface
+
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1540096
[    0.000000] Speculative Store Bypass Disable mitigation not required
 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1529856
 
 
[    0.000000] Policy zone: Normal
 
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.0.125:/home/dvdk/nfs_rootfs/orca,v3,tcp ip=192.168.0.89:192.168.0.125:192.168.0.254:255.255.255.0:desk-mx:eth0:off panic=1 console=ttymxc1,115200,115200 mtdparts=gpmi-nand:2M(nand-SPL),6M(nand-uboot),1M(nand-env1),1M(nand-env2),1M(nand-fdt),1M(nand-spare),8M(nand-kernel),4M(nand-splash),-(nand-ubi);
+
[    0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.10.100:/home/dvdk/desk-mx-l/rfs/desk-mx8m-l-4.0.0/mx8mp/,v3,tcp ip=192.168.10.56:192.168.10.100:192.168.10.254:255.255.255.0:desk-mx:eth0:off panic=1 console=ttymxc1,115200,115200 mtdparts=gpmi-nand:2M(nand-SPL),6M(nand-uboot),1M(nand-env1),1M(nand-env2),1M(nand-fdt),1M(nand-spare),8M(nand-kernel),4M(nand-splash),-(nand-ubi);
 
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
 
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
 
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
 
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
 
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
 
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0xc0000000-0xc4000000] (64MB)
+
[    0.000000] software IO TLB: mapped [mem 0x00000000c0000000-0x00000000c4000000] (64MB)
[    0.000000] Memory: 5016672K/6217728K available (16764K kernel code, 1254K rwdata, 6620K rodata, 2880K init, 1015K bss, 218016K reserved, 983040K cma-reserved)
+
[    0.000000] Memory: 4752040K/6258688K available (18688K kernel code, 1560K rwdata, 7244K rodata, 3008K init, 543K bss, 523608K reserved, 983040K cma-reserved)
 
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
 
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
 
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
 
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
 +
[    0.000000] rcu: RCU event tracing is enabled.
 
[    0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
 
[    0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] Tasks RCU enabled.
+
[    0.000000] Trampoline variant of Tasks RCU enabled.
 
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
 
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
 
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
 
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Line 265: Line 165:
 
[    0.000000] GICv3: 0 Extended SPIs implemented
 
[    0.000000] GICv3: 0 Extended SPIs implemented
 
[    0.000000] GICv3: Distributor has no Range Selector support
 
[    0.000000] GICv3: Distributor has no Range Selector support
 +
[    0.000000] Root IRQ handler: gic_handle_irq
 
[    0.000000] GICv3: 16 PPIs implemented
 
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: no VLPI support, no direct LPI support
 
 
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
 
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
 
[    0.000000] ITS: No ITS available, not enabling LPIs
 
[    0.000000] ITS: No ITS available, not enabling LPIs
[    0.000000] random: get_random_bytes called from start_kernel+0x2b8/0x44c with crng_init=0
 
 
[    0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
 
[    0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
 
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
 
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[    0.000003] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
+
[    0.000000] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[    0.000506] Console: colour dummy device 80x25
+
[    0.000455] Console: colour dummy device 80x25
[    0.000569] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
+
[    0.000521] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
[    0.000578] pid_max: default: 32768 minimum: 301
+
[    0.000534] pid_max: default: 32768 minimum: 301
[    0.000651] LSM: Security Framework initializing
+
[    0.000590] LSM: Security Framework initializing
[    0.000716] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
+
[    0.000687] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.000740] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
+
[    0.000714] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.001807] ASID allocator initialised with 32768 entries
+
[    0.002059] rcu: Hierarchical SRCU implementation.
[    0.001875] rcu: Hierarchical SRCU implementation.
+
[    0.003318] EFI services will not be available.
[    0.003217] EFI services will not be available.
+
[    0.003517] smp: Bringing up secondary CPUs ...
[    0.003375] smp: Bringing up secondary CPUs ...
+
[    0.003945] Detected VIPT I-cache on CPU1
[    0.003731] Detected VIPT I-cache on CPU1
+
[    0.003972] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
[    0.003752] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
+
[    0.004006] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.003778] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
+
[    0.004486] Detected VIPT I-cache on CPU2
[    0.004202] Detected VIPT I-cache on CPU2
+
[    0.004508] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
[    0.004217] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
+
[    0.004527] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.004231] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
+
[    0.004952] Detected VIPT I-cache on CPU3
[    0.004604] Detected VIPT I-cache on CPU3
+
[    0.004970] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
[    0.004619] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
+
[    0.004990] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.004632] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
+
[    0.005051] smp: Brought up 1 node, 4 CPUs
[    0.004685] smp: Brought up 1 node, 4 CPUs
+
[    0.005079] SMP: Total of 4 processors activated.
[    0.004700] SMP: Total of 4 processors activated.
+
[    0.005087] CPU features: detected: 32-bit EL0 Support
[    0.004708] CPU features: detected: 32-bit EL0
+
[    0.005091] CPU features
  
Welcome to [1mNXP i.MX Release Distro 5.4-zeus (zeus)[0m!
+
Welcome to NXP i.MX Release Distro 5.15-kirkstone (kirkstone)!
  
[    8.869620] systemd[1]: Set hostname to <desk-mx8mp>.
+
[    8.292660] systemd[1]: Hostname set to <desk-mx8mp>.
[    9.670963] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
+
[    8.315686] systemd[1]: Initializing machine ID from random generator.
[    9.727231] systemd[1]: /lib/systemd/system/syslogd.service:8: PIDFile= references a path below legacy directory /var/run/, updating /var/run/syslogd.pid → /run/syslogd.pid; please update the unit file accordingly.
+
[    8.454934] systemd-sysv-generator[192]: SysV service '/etc/init.d/single' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    9.791175] systemd[1]: /lib/systemd/system/rpcbind.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/rpcbind.sock → /run/rpcbind.sock; please update the unit file accordingly.
+
[    8.484897] systemd-sysv-generator[192]: SysV service '/etc/init.d/halt' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    9.833333] systemd[1]: /lib/systemd/system/klogd.service:8: PIDFile= references a path below legacy directory /var/run/, updating /var/run/klogd.pid → /run/klogd.pid; please update the unit file accordingly.
+
[    8.533352] systemd-sysv-generator[192]: SysV service '/etc/init.d/sendsigs' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   10.289509] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
+
[    8.560790] systemd-sysv-generator[192]: SysV service '/etc/init.d/umountfs' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[  10.301902] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
+
[    8.606224] systemd-sysv-generator[192]: SysV service '/etc/init.d/rc.local' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[  10.312211] systemd[1]: Created slice system-getty.slice.
+
[    8.634155] systemd-sysv-generator[192]: SysV service '/etc/init.d/reboot' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[  OK  ] Created slice system-getty.slice.                                                                                                                                                 
+
[    8.663799] systemd-sysv-generator[192]: SysV service '/etc/init.d/umountnfs.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[  OK  ] Created slice system-serial\x2dgetty.slice.                                                                                                                                        
+
[    8.691554] systemd-sysv-generator[192]: SysV service '/etc/init.d/save-rtc.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[  OK  ] Created slice User and Session Slice.                                                                                                                                              
+
[   8.795127] systemd[183]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.                                                                                                                          
+
[  10.183524] systemd[1]: Queued start job for default target Graphical Interface.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.                                                                                                                          
+
[  10.246267] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Reached target Paths.                                                                                                                                                              
+
[  OK  ] Created slice Slice /system/getty.
[  OK  ] Reached target Remote File Systems.                                                                                                                                                
+
[  10.270241] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Reached target Slices.                                                                                                                                                            
+
[  OK  ] Created slice Slice /system/modprobe.
[  OK  ] Reached target Swap.                                                                                                                                                              
+
[  10.294876] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Listening on Syslog Socket.                                                                                                                                                        
+
[  OK  ] Created slice Slice /system/serial-getty.
[  OK  ] Listening on initctl Compatibility Named Pipe.                                                                                                                                    
+
[  10.318632] systemd[1]: Created slice User and Session Slice.
[  OK  ] Listening on Journal Audit Socket.                                                                                                                                                
+
[  OK  ] Created slice User and Session Slice.
[  OK  ] Listening on Journal Socket (/dev/log).                                                                                                                                            
+
[  10.340138] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Listening on Journal Socket.                                                                                                                                                      
+
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[  OK  ] Listening on Network Service Netlink Socket.                                                                                                                                      
+
[  10.364064] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
 +
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
 +
[  10.388076] systemd[1]: Reached target Host and Network Name Lookups.
 +
[  OK  ] Reached target Host and Network Name Lookups.
 +
[  10.412177] systemd[1]: Reached target Path Units.
 +
[  OK  ] Reached target Path Units.
 +
[  10.432199] systemd[1]: Reached target Remote File Systems.
 +
[  OK  ] Reached target Remote File Systems.
 +
[  10.456179] systemd[1]: Reached target Slice Units.
 +
[  OK  ] Reached target Slice Units.
 +
[  10.476212] systemd[1]: Reached target Swaps.
 +
[  OK  ] Reached target Swaps.
 +
[  10.502253] systemd[1]: Listening on RPCbind Server Activation Socket.
 +
[  OK  ] Listening on RPCbind Server Activation Socket.
 +
[  10.523940] systemd[1]: Reached target RPC Port Mapper.
 +
[  OK  ] Reached target RPC Port Mapper.
 +
[  10.549035] systemd[1]: Listening on Syslog Socket.
 +
[  OK  ] Listening on Syslog Socket.
 +
[  10.568473] systemd[1]: Listening on initctl Compatibility Named Pipe.
 +
[  OK  ] Listening on initctl Compatibility Named Pipe.
 +
[  10.596272] systemd[1]: Listening on Journal Audit Socket.
 +
[  OK  ] Listening on Journal Audit Socket.
 +
[  10.620579] systemd[1]: Listening on Journal Socket (/dev/log).
 +
[  OK  ] Listening on Journal Socket (/dev/log).
 +
[  10.644652] systemd[1]: Listening on Journal Socket.
 +
[  OK  ] Listening on Journal Socket.
 +
[  10.668443] systemd[1]: Listening on Network Service Netlink Socket.
 +
[  OK  ] Listening on Network Service Netlink Socket.
 +
[  10.710423] systemd[1]: Listening on udev Control Socket.
 
[  OK  ] Listening on udev Control Socket.
 
[  OK  ] Listening on udev Control Socket.
 +
[  10.732582] systemd[1]: Listening on udev Kernel Socket.
 
[  OK  ] Listening on udev Kernel Socket.
 
[  OK  ] Listening on udev Kernel Socket.
 +
[  10.748577] systemd[1]: Listening on User Database Manager Socket.
 +
[  OK  ] Listening on User Database Manager Socket.
 +
[  10.776008] systemd[1]: Mounting Huge Pages File System...
 
         Mounting Huge Pages File System...
 
         Mounting Huge Pages File System...
 +
[  10.799828] systemd[1]: Mounting POSIX Message Queue File System...
 
         Mounting POSIX Message Queue File System...
 
         Mounting POSIX Message Queue File System...
 +
[  10.828441] systemd[1]: Mounting Kernel Debug File System...
 
         Mounting Kernel Debug File System...
 
         Mounting Kernel Debug File System...
Mounting Temporary Directory (/tmp)...                                                                                                                                            
+
[  10.852557] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
         Starting Journal Service...                                                                                                                                                        
+
[  10.876046] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Kernel Configuration File System...                                                                                                                                      
+
        Mounting Temporary Directory /tmp...
         Starting Remount Root and Kernel File Systems...                                                                                                                                  
+
[  10.900026] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/5.15.71-desk-mx8m-l-4.0.0/modules.devname).
         Starting Apply Kernel Variables...                                                                                                                                                
+
[  10.920739] systemd[1]: Starting Load Kernel Module configfs...
         Starting udev Coldplug all Devices...                                                                                                                                              
+
        Starting Load Kernel Module configfs...
[  OK  ] Mounted Huge Pages File System.                                                                                                                                                    
+
[  10.944608] systemd[1]: Starting Load Kernel Module drm...
[  OK  ] Mounted POSIX Message Queue File System.                                                                                                                                          
+
        Starting Load Kernel Module drm...
[  OK  ] Mounted Kernel Debug File System.                                                                                                                                                  
+
[  10.967970] systemd[1]: Starting Load Kernel Module fuse...
[  OK  ] Started Journal Service.                                                                                                                                                          
+
        Starting Load Kernel Module fuse...
[  OK  ] Mounted Temporary Directory (/tmp).                                                                                                                                                
+
[  10.998516] systemd[1]: Starting RPC Bind...
[  OK  ] Mounted Kernel Configuration File System.                                                                                                                                          
+
        Starting RPC Bind...
[  OK  ] Started Remount Root and Kernel File Systems.                                                                                                                                      
+
[  11.017262] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[  OK  ] Started Apply Kernel Variables.                                                                                                                                                    
+
[  11.030456] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
         Starting Flush Journal to Persistent Storage...                                                                                                                                    
+
[  11.043652] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
         Starting Create Static Device Nodes in /dev...                                                                                                                                    
+
[  11.058726] systemd[1]: Starting Journal Service...
10.962725] systemd-journald[259]: Received client request to flush runtime journal.                                                                                                    
+
         Starting Journal Service...
[  OK  ] Started Flush Journal to Persistent Storage.                                                                                                                                      
+
[  11.088324] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
[  OK  ] Started Create Static Device Nodes in /dev.                                                                                                                                        
+
[  11.102853] systemd[1]: Starting Generate network units from Kernel command line...
[  OK  ] Reached target Local File Systems (Pre).                          
+
         Starting Generate network …ts from Kernel command line...
    Mounting /var/volatile...
+
[  11.133852] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting udev Kernel Device Manager...
+
         Starting Remount Root and Kernel File Systems...
[  OK  ] Started udev Coldplug all Devices.
+
[  11.160276] systemd[1]: Starting Apply Kernel Variables...
 +
         Starting Apply Kernel Variables...
 +
[  11.184484] systemd[1]: Starting Coldplug All udev Devices...
 +
         Starting Coldplug All udev Devices...
 +
[  11.209418] systemd[1]: Started RPC Bind.
 +
[  OK  ] Started RPC Bind.
 +
[  11.228452] systemd[1]: Mounted Huge Pages File System.
 +
[  OK  ] Mounted Huge Pages File System.
 +
[  11.248400] systemd[1]: Mounted POSIX Message Queue File System.
 +
[  OK  ] Mounted POSIX Message Queue File System.
 +
[  11.272469] systemd[1]: Mounted Kernel Debug File System.
 +
[  OK  ] Mounted Kernel Debug File System.
 +
[  11.292369] systemd[1]: Mounted Temporary Directory /tmp.
 +
[  OK  ] Mounted Temporary Directory /tmp.
 +
[  11.312863] systemd[1]: modprobe@configfs.service: Deactivated successfully.
 +
[  11.321142] systemd[1]: Finished Load Kernel Module configfs.
 +
[  OK  ] Finished Load Kernel Module configfs.
 +
[  11.344551] systemd[1]: Started Journal Service.
 +
[  OK  ] Started Journal Service.
 +
[  OK  ] Finished Load Kernel Module drm.
 +
[  OK  ] Finished Load Kernel Module fuse.
 +
[  OK  ] Finished Generate network units from Kernel command line.
 +
[  OK  ] Finished Remount Root and Kernel File Systems.
 +
[  OK  ] Finished Apply Kernel Variables.
 +
        Mounting Kernel Configuration File System...
 +
         Starting Flush Journal to Persistent Storage...
 +
         Starting Create System Users...
 +
11.533452] systemd-journald[201]: Received client request to flush runtime journal.
 +
[  OK  ] Mounted Kernel Configuration File System.
 +
[  OK  ] Finished Flush Journal to Persistent Storage.
 +
[  OK  ] Finished Create System Users.
 +
        Starting Create Static Device Nodes in /dev...
 +
[  OK  ] Finished Coldplug All udev Devices.
 +
[  OK  ] Finished Create Static Device Nodes in /dev.
 +
[  OK  ] Reached target Preparation for Local File Systems.
 +
        Mounting /var/volatile...
 +
         Starting Rule-based Manage…for Device Events and Files...
 
[  OK  ] Mounted /var/volatile.
 
[  OK  ] Mounted /var/volatile.
 
         Starting Load/Save Random Seed...
 
         Starting Load/Save Random Seed...
 
[  OK  ] Reached target Local File Systems.
 
[  OK  ] Reached target Local File Systems.
 +
        Starting Rebuild Dynamic Linker Cache...
 
         Starting Create Volatile Files and Directories...
 
         Starting Create Volatile Files and Directories...
[  OK  ] Started Load/Save Random Seed.
+
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Started udev Kernel Device Manager.
+
[  OK  ] Finished Create Volatile Files and Directories.
[  OK  ] Started Create Volatile Files and Directories.
+
        Starting Rebuild Journal Catalog...
 
         Starting Network Time Synchronization...
 
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
+
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
+
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[   12.002749] imx-sdma 30bd0000.dma-controller: loaded firmware 4.5
+
[ OK  ] Finished Rebuild Journal Catalog.
 +
[  OK  ] Reached target Hardware activated USB gadget.
 
[  OK  ] Started Network Time Synchronization.
 
[  OK  ] Started Network Time Synchronization.
 +
[  OK  ] Reached target System Time Set.
 +
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
 +
[  OK  ] Created slice Slice /system/systemd-fsck.
 +
[  OK  ] Found device /dev/mmcblk2p2.
 +
[  OK  ] Found device /dev/mmcblk2p1.
 +
        Starting File System Check on /dev/mmcblk2p1...
 +
        Starting File System Check on /dev/mmcblk2p2...
 +
[  OK  ] Finished File System Check on /dev/mmcblk2p1.
 +
[  OK  ] Finished File System Check on /dev/mmcblk2p2.
 +
        Mounting /run/media/boot-mmcblk2p1...
 +
        Mounting /run/media/rfs-mmcblk2p2...
 +
[  15.217320] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
 +
[  OK  ] Found device /dev/mmcblk1p1.
 +
[  15.231849] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
 +
[  OK  ] Mounted /run/media/boot-mmcblk2p1.
 +
[  OK  ] Mounted /run/media/rfs-mmcblk2p2.
 +
[  OK  ] Found device /dev/mmcblk1p2.
 +
        Starting File System Check on /dev/mmcblk1p1...
 +
        Starting File System Check on /dev/mmcblk1p2...
 +
[  OK  ] Finished File System Check on /dev/mmcblk1p2.
 +
        Mounting /run/media/root-mmcblk1p2...
 +
[  15.948603] random: crng init done
 +
[  OK  ] Finished Load/Save Random Seed.
 +
[  16.205334] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
 +
[  OK  ] Mounted /run/media/root-mmcblk1p2.
 +
[  OK  ] Finished File System Check on /dev/mmcblk1p1.
 +
        Mounting /run/media/boot-mmcblk1p1...
 +
[  OK  ] Mounted /run/media/boot-mmcblk1p1.
 +
[*    ] A start job is running for Rebuild …namic Linker Cache (8s / no limit)
 +
[**    ] A start job is running for Rebuild …namic Linker Cache (9s / no limit)
 +
[***  ] A start job is running for Rebuild …namic Linker Cache (9s / no limit)
 +
[  OK  ] Finished Rebuild Dynamic Linker Cache.
 +
        Starting Update is Completed...
 +
[  OK  ] Finished Update is Completed.
 
[  OK  ] Reached target System Initialization.
 
[  OK  ] Reached target System Initialization.
 +
[  OK  ] Started Daily rotation of log files.
 
[  OK  ] Started Daily Cleanup of Temporary Directories.
 
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target System Time Set.
+
[  OK  ] Reached target Timer Units.
[  OK  ] Reached target System Time Synchronized.
 
[  OK  ] Started Daily apt download activities.
 
[  OK  ] Started Daily rotation of log files.
 
[  OK  ] Reached target Timers.
 
 
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
 
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
 
[  OK  ] Listening on D-Bus System Message Bus Socket.
 
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on dropbear.socket.
+
        Starting Docker Socket for the API...
[  OK  ] Listening on RPCbind Server Activation Socket.
+
        Starting sshd.socket...
[  OK  ] Reached target Sockets.
+
        Starting Weston socket...
 +
[  OK  ] Listening on Docker Socket for the API.
 +
[  OK  ] Listening on sshd.socket.
 +
[  OK  ] Listening on Weston socket.
 +
[  OK  ] Reached target Socket Units.
 
[  OK  ] Reached target Basic System.
 
[  OK  ] Reached target Basic System.
        Starting Save/Restore Sound Card State...
 
 
[  OK  ] Started Job spooling tools.
 
[  OK  ] Started Job spooling tools.
 
[  OK  ] Started Periodic Command Scheduler.
 
[  OK  ] Started Periodic Command Scheduler.
[  OK  ] Started D-Bus System Message Bus.
+
        Starting D-Bus System Message Bus...
 +
[  OK  ] Started Linux Firmware Loader Daemon.
 
[  OK  ] Started Configuration for i.MX GPU (Former rc_gpu.S).
 
[  OK  ] Started Configuration for i.MX GPU (Former rc_gpu.S).
         Starting Packet Filtering Framework...
+
[  20.808053] imx-sdma 30e10000.dma-controller: firmware found.
 +
[  20.808118] imx-sdma 30bd0000.dma-controller: firmware found.
 +
[  OK  ] Started    20.819894] imx-sdma 30bd0000.dma-controller: loaded firmware 4.6
 +
;39mISP i.MX 8Mplus daemon.
 +
         Starting IPv6 Packet Filtering Framework...
 +
        Starting IPv4 Packet Filtering Framework...
 
         Starting Network Time Service (one-shot ntpdate mode)...
 
         Starting Network Time Service (one-shot ntpdate mode)...
 
         Starting Telephony service...
 
         Starting Telephony service...
        Starting RPC Bind Service...
+
[  OK  ] Started System Logging Service.
        Starting System Logging Service...
+
         Starting User Login Management...
         Starting Login Service...
 
 
[  OK  ] Started TEE Supplicant.
 
[  OK  ] Started TEE Supplicant.
[  OK  ] Started Save/Restore Sound Card State.
+
        Starting OpenSSH Key Generation...
[  OK  ] Started Packet Filtering Framework.
+
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started Network Time Service (one-shot ntpdate mode).
+
[  OK  ] Finished IPv6 Packet Filtering Framework.
[  OK  ] Started RPC Bind Service.
+
[  OK  ] Finished IPv4 Packet Filtering Framework.
[  OK  ] Started System Logging Service.
+
[  OK  ] Finished Network Time Service (one-shot ntpdate mode).
[  OK  ] Reached target Network (Pre).
+
[  OK  ] Reached target Preparation for Network.
[  OK  ] Reached target Sound Card.
+
         Starting Connection service...
         Starting Kernel Logging Service...
+
         Starting Network Configuration...
         Starting Network Service...
 
 
[  OK  ] Started Telephony service.
 
[  OK  ] Started Telephony service.
[  OK  ] Started Login Service.
+
[  OK  ] Started Connection service.
[  OK  ] Started Network Service.
+
        Starting Avahi mDNS/DNS-SD Stack...
         Starting Network Name Resolution...
+
[  OK  ] Started User Login Management.
[  OK  ] Started Kernel Logging Service.
+
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Network Name Resolution.
+
        Starting WPA supplicant...
 +
         Starting Hostname Service...
 +
[  OK  ] Started Network Configuration.
 +
[  OK  ] Started WPA supplicant.
 
[  OK  ] Reached target Network.
 
[  OK  ] Reached target Network.
[  OK  ] Reached target Host and Network Name Lookups.
+
         Starting containerd container runtime...
         Starting Avahi mDNS/DNS-SD Stack...
 
 
[  OK  ] Started NFS status monitor for NFSv2/3 locking..
 
[  OK  ] Started NFS status monitor for NFSv2/3 locking..
 +
[  OK  ] Started Respond to IPv6 Node Information Queries.
 +
        Starting /etc/rc.local Compatibility...
 +
[  OK  ] Started Network Router Discovery Daemon.
 
         Starting Permit User Sessions...
 
         Starting Permit User Sessions...
[  OK  ] Started Target Communication Framework agent.
+
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started Xinetd A Powerful Replacement For Inetd.
+
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started Permit User Sessions.
 
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
 
 
[  OK  ] Started Getty on tty1.
 
[  OK  ] Started Getty on tty1.
 
[  OK  ] Started Serial Getty on ttymxc1.
 
[  OK  ] Started Serial Getty on ttymxc1.
 
[  OK  ] Reached target Login Prompts.
 
[  OK  ] Reached target Login Prompts.
 +
        Starting Weston, a Wayland…ositor, as a system service...
 +
[  OK  ] Started Hostname Service.
 +
        Starting User Database Manager...
 +
[  OK  ] Started User Database Manager.
 +
[  OK  ] Created slice User Slice of UID 0.
 +
        Starting User Runtime Directory /run/user/0...
 +
[  OK  ] Finished User Runtime Directory /run/user/0.
 +
        Starting User Manager for UID 0...
 +
[  22.877331] audit: type=1006 audit(1690365191.700:2): pid=656 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
 +
[  22.891620] audit: type=1300 audit(1690365191.700:2): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffdcf1acd0 a2=1 a3=ffffa0828020 items=0 ppid=1 pid=656 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
 +
[  22.918049] audit: type=1327 audit(1690365191.700:2): proctitle="(systemd)"
 +
[  OK  ] Started User Manager for UID 0.
 +
[  OK  ] Started Session c1 of User root.
 +
[  OK  ] Started containerd container runtime.
 
[  OK  ] Reached target Multi-User System.
 
[  OK  ] Reached target Multi-User System.
         Starting Update UTMP about System Runlevel Changes...
+
[  23.727673] audit: type=1006 audit(1690365192.548:3): pid=645 uid=0 old-auid=4294967295 auid=0 tty=tty7 old-ses=4294967295 ses=2 res=1
[  OK  ] Started Update UTMP about System Runlevel Changes.
+
[  23.740728] audit: type=1300 audit(1690365192.548:3): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffdcf1acd0 a2=1 a3=ffffa0828020 items=0 ppid=1 pid=645 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[   14.202608] [drm] Cannot find any crtc or sizes
+
[  23.766854] audit: type=1327 audit(1690365192.548:3): proctitle="(weston)"
 +
[  24.674026] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
 +
[  24.680657] imx-dwmac 30bf0000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
 +
[  OK  ] Started Weston, a Wayland …mpositor, as a system service.
 +
[  OK  ] Reached target Graphical Interface.
 +
         Starting Record Runlevel Change in UTMP...
 +
[  OK  ] Finished Record Runlevel Change in UTMP.
 +
[ OK  ] Stopped ISP i.MX 8Mplus daemon.
 +
[ OK  ] Started ISP i.MX 8Mplus daemon.
  
NXP i.MX Release Distro 5.4-zeus desk-mx8mp ttymxc1
+
NXP i.MX Release Distro 5.15-kirkstone desk-mx8mp ttymxc1
  
desk-mx8mp login:
+
desk-mx8mp login: root
 +
root@desk-mx8mp:~#
 
</pre>
 
</pre>
  
 
The following message appears from the VM, when the rootfs is mounted:
 
The following message appears from the VM, when the rootfs is mounted:
 
<pre>
 
<pre>
dvdk@vagrant:~/nfs_rootfs$ cat /var/log/syslog | tail -n 2
+
dvdk@vagrant:~$ cat /var/log/syslog | tail -n 2
Feb 27 11:39:28 vagrant systemd[1]: Started Clean php session files.
+
Jul 26 11:52:45 vagrant tftpd[13249]: tftpd: trying to get file: /tftpboot/desk-mx8m-l/imx8mp-mito8mplus-cb1008.dtb
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)
+
Jul 26 11:52:56 vagrant rpc.mountd[808]: authenticated mount request from 192.168.10.56:1004 for /home/dvdk/desk-mx-l/rfs/desk-mx8m-l-4.0.0/mx8mp (/home)
 +
</pre>
 +
 
 +
===Install Module===
 +
 
 +
Host side, transfer <code>~/desk-mx-l/rfs/desk-mx8m-l-4.0.0_modules.tar.gz</code> file on target.
 +
 
 +
Target side execute the follow command:
 +
 
 +
<pre>
 +
root@desk-mx6ul-axelulite:~# tar xvzf desk-mx8m-l-4.0.0_modules.tar.gz -C /                                                                                                               
 +
</pre>
 +
 
 +
To check that everything went well, run the following command:
 +
 
 +
<pre>
 +
root@desk-mx8mp:~# ls -l /lib/modules/$(uname -r)
 +
total 1152
 +
lrwxrwxrwx  1 541 502    64 Jun 29 18:58 build -> /home/jenkins/workspace/workspace/DESK-MX8M-L-4.x.x_Linux-kernel
 +
drwxr-xr-x 10 541 502  4096 Jun 29 18:58 kernel
 +
-rw-r--r--  1 541 502 203921 Jun 29 18:58 modules.alias
 +
-rw-r--r--  1 541 502 208115 Jun 29 18:58 modules.alias.bin
 +
-rw-r--r--  1 541 502  36037 Jun 29 18:58 modules.builtin
 +
-rw-r--r--  1 541 502  70747 Jun 29 18:58 modules.builtin.alias.bin
 +
-rw-r--r--  1 541 502  39328 Jun 29 18:58 modules.builtin.bin
 +
-rw-r--r--  1 541 502 229962 Jun 29 18:58 modules.builtin.modinfo
 +
-rw-r--r--  1 541 502  46720 Jun 29 18:58 modules.dep
 +
-rw-r--r--  1 541 502  82895 Jun 29 18:58 modules.dep.bin
 +
-rw-r--r--  1 541 502    146 Jun 29 18:58 modules.devname
 +
-rw-r--r--  1 541 502  31093 Jun 29 18:58 modules.order
 +
-rw-r--r--  1 541 502    366 Jun 29 18:58 modules.softdep
 +
-rw-r--r--  1 541 502  81992 Jun 29 18:58 modules.symbols
 +
-rw-r--r--  1 541 502 105342 Jun 29 18:58 modules.symbols.bin
 +
lrwxrwxrwx  1 541 502    64 Jun 29 18:58 source -> /home/jenkins/workspace/workspace/DESK-MX8M-L-4.x.x_Linux-kernel
 +
root@desk-mx8mp:~#
 
</pre>
 
</pre>
  

Revision as of 09:59, 26 July 2023

History
ID# Issue Date Notes

17632

27/02/2023 DESK-MX8M-L-2.0.0 release

17632

26/07/2023 DESK-MX8M-L-4.0.0 release


Booting from NFS[edit | edit source]

This configuration is very helpful during the software development (both for kernel and applications). The kernel image is downloaded via TFTP while the root file system is remotely mounted via NFS from the host. It is assumed that the development host:

  • is connected with the target host board through an Ethernet LAN
  • exports the directory containing the root file system for the target through the NFS server
  • runs a TFTP server.
  • has a proper subnet IP address

net_nfs configuration[edit | edit source]

DESK-MX8M-L Virtual Machine is properly configured for the TFTP and NFS debug.

In any case, some variables has to be configured on the target and the VM itself has to be configured for respect to the network environment.

Host (Virtual Machine) configuration[edit | edit source]

The DESK-MX8M-L Virtual Machine has the tftp and nfs services already running. Optionally, their configuration has to be changed according to the network configuration where the target is connected to.

Check and properly configure the items describe in VirtualBox Network Configuration

Target configuration[edit | edit source]

The IP address for server and target should be configured: an example (for a network subnet 192.168.0.x)

u-boot=> setenv serverip 192.168.10.100
u-boot=> setenv ipaddr 192.168.10.56
u-boot=> setenv gatewayip 192.168.10.254
u-boot=> setenv netmask 255.255.255.0
u-boot=> setenv netdev eth0
  • serverip is the IP address of the host machine running the tftp/nfs server
  • ipaddr is the IP address of the target
  • gatewayip is the gateway address of the target
  • netmask is the netmask address of the target
  • netdev 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 ip_dyn has to be set to no:

u-boot=> setenv ip_dyn no

The kernel and device tree files have to be selected

u-boot=> setenv bootfile /tftpboot/desk-mx8m-l/Image

ORCA has its dtb file imx8mp-mito8mplus-cb1001.dtb

u-boot=> setenv fdt_file /tftpboot/desk-mx8m-l/imx8mp-mito8mplus-cb1008.dtb

while MITO 8M Mini has its own dtb file imx8mm-mito8mmini.dtb

u-boot=> setenv fdt_file /tftpboot/desk-mx8m-l/imx8mm-mito8mmini.dtb

finally, the root file system directory on the Virtual Machine should be configured to let the kernel find the INIT

u-boot=> setenv rootpath /home/dvdk/desk-mx-l/rfs/desk-mx8m-l-4.0.0/mx8mp/

To run this configuration just issue the net_nfs command which firstly downloads the kernel and device tree using the tftp protocol

u-boot=> setenv net_nfs 'run loadk loadfdt nfsargs addip addcons addmisc; if run configid_fixupfdt; then sleep 3; booti ${loadaddr} - ${fdt_addr}; fi'

Here below the complete bootlog from nfs:

u-boot=> run net_nfs 
Using ethernet@30be0000 device
TFTP from server 192.168.10.100; our IP address is 192.168.10.56
Filename '/tftpboot/desk-mx8m-l/Image'.
Load address: 0x40480000
Loading: *#################################################################
	 #################################################################
	 ##############
	 3 MiB/s
done
Bytes transferred = 31351296 (1de6200 hex)
Using ethernet@30be0000 device
TFTP from server 192.168.10.100; our IP address is 192.168.10.56
Filename '/tftpboot/desk-mx8m-l/imx8mp-mito8mplus-cb1008.dtb'.
Load address: 0x43000000
Loading: *############
	 1.2 MiB/s
done
Bytes transferred = 61299 (ef73 hex)
Moving Image from 0x40480000 to 0x40600000, end=42480000
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
   Using Device Tree in place at 0000000043000000, end 0000000043011f72

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.15.71-desk-mx8m-l-4.0.0 (jenkins@focalbakery) (aarch64-poky-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Jun 29 20:50:11 CEST 2023
[    0.000000] Machine model: i.MX8MPlus Mito8MPlus on SBC Orca - adapter LVDS HDMI
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000c4000000, size 960 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x0000000094300000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vdev0buffer@94300000, compatible id shared-dma-pool
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000001bfffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x1bf449800-0x1bf44bfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000001bfffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x00000000557fffff]
[    0.000000]   node   0: [mem 0x0000000055800000-0x0000000055ffffff]
[    0.000000]   node   0: [mem 0x0000000058000000-0x00000000923fffff]
[    0.000000]   node   0: [mem 0x0000000092400000-0x00000000a43fffff]
[    0.000000]   node   0: [mem 0x00000000a4400000-0x00000001bfffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000001bfffffff]
[    0.000000] On node 0, zone DMA: 8192 pages in unavailable ranges
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 20 pages/cpu s41368 r8192 d32360 u81920
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1540096
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.10.100:/home/dvdk/desk-mx-l/rfs/desk-mx8m-l-4.0.0/mx8mp/,v3,tcp ip=192.168.10.56:192.168.10.100:192.168.10.254:255.255.255.0:desk-mx:eth0:off panic=1 console=ttymxc1,115200,115200 mtdparts=gpmi-nand:2M(nand-SPL),6M(nand-uboot),1M(nand-env1),1M(nand-env2),1M(nand-fdt),1M(nand-spare),8M(nand-kernel),4M(nand-splash),-(nand-ubi);
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000c0000000-0x00000000c4000000] (64MB)
[    0.000000] Memory: 4752040K/6258688K available (18688K kernel code, 1560K rwdata, 7244K rodata, 3008K init, 543K bss, 523608K reserved, 983040K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU event tracing is enabled.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 160 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
[    0.000000] ITS: No ITS available, not enabling LPIs
[    0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[    0.000000] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[    0.000455] Console: colour dummy device 80x25
[    0.000521] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
[    0.000534] pid_max: default: 32768 minimum: 301
[    0.000590] LSM: Security Framework initializing
[    0.000687] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.000714] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.002059] rcu: Hierarchical SRCU implementation.
[    0.003318] EFI services will not be available.
[    0.003517] smp: Bringing up secondary CPUs ...
[    0.003945] Detected VIPT I-cache on CPU1
[    0.003972] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
[    0.004006] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.004486] Detected VIPT I-cache on CPU2
[    0.004508] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
[    0.004527] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.004952] Detected VIPT I-cache on CPU3
[    0.004970] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
[    0.004990] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.005051] smp: Brought up 1 node, 4 CPUs
[    0.005079] SMP: Total of 4 processors activated.
[    0.005087] CPU features: detected: 32-bit EL0 Support
[    0.005091] CPU features: detected: 32-bit EL1 Support
[    0.005099] CPU features: detected: CRC32 instructions
[    0.013007] CPU: All CPU(s) started at EL2
[    0.013041] alternatives: patching kernel code
[    0.014740] devtmpfs: initialized
[    0.023103] KASLR disabled due to lack of seed
[    0.023242] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.023258] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.051091] pinctrl core: initialized pinctrl subsystem
[    0.051584] DMI not present or invalid.
[    0.052185] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.057111] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.057588] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.058153] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.058245] audit: initializing netlink subsys (disabled)
[    0.058443] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
[    0.059004] thermal_sys: Registered thermal governor 'step_wise'
[    0.059009] thermal_sys: Registered thermal governor 'power_allocator'
[    0.059287] cpuidle: using governor menu
[    0.059500] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.059583] ASID allocator initialised with 65536 entries
[    0.060670] Serial: AMBA PL011 UART driver
[    0.060728] imx mu driver is registered.
[    0.060748] imx rpmsg driver is registered.
[    0.071830] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver
[    0.081199] platform 32c00000.bus:ldb@32ec005c: Fixing up cyclic dependency with 32e90000.lcd-controller
[    0.087724] platform 32fd8000.hdmi: Fixing up cyclic dependency with 32fc6000.lcd-controller
[    0.110049] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.110066] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.110075] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.110084] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.111215] cryptd: max_cpu_qlen set to 1000
[    0.114238] ACPI: Interpreter disabled.
[    0.114999] iommu: Default domain type: Translated 
[    0.115008] iommu: DMA domain TLB invalidation policy: strict mode 
[    0.115141] vgaarb: loaded
[    0.115409] SCSI subsystem initialized
[    0.115707] usbcore: registered new interface driver usbfs
[    0.115744] usbcore: registered new interface driver hub
[    0.115774] usbcore: registered new device driver usb
[    0.116899] mc: Linux media interface: v0.10
[    0.116924] videodev: Linux video capture interface: v2.00
[    0.117002] pps_core: LinuxPPS API ver. 1 registered
[    0.117008] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.117024] PTP clock support registered
[    0.117201] EDAC MC: Ver: 3.0.0
[    0.118325] FPGA manager framework
[    0.118410] Advanced Linux Sound Architecture Driver Initialized.
[    0.118894] Bluetooth: Core ver 2.22
[    0.118919] NET: Registered PF_BLUETOOTH protocol family
[    0.118927] Bluetooth: HCI device and connection manager initialized
[    0.118936] Bluetooth: HCI socket layer initialized
[    0.118945] Bluetooth: L2CAP socket layer initialized
[    0.118959] Bluetooth: SCO socket layer initialized
[    0.119745] clocksource: Switched to clocksource arch_sys_counter
[    0.119882] VFS: Disk quotas dquot_6.6.0
[    0.119931] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.120075] pnp: PnP ACPI: disabled
[    0.125933] NET: Registered PF_INET protocol family
[    0.126175] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.129066] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.129174] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.129193] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.129602] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.130467] TCP: Hash tables configured (established 65536 bind 65536)
[    0.130570] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.130725] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.130987] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.131404] RPC: Registered named UNIX socket transport module.
[    0.131411] RPC: Registered udp transport module.
[    0.131415] RPC: Registered tcp transport module.
[    0.131422] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.132141] PCI: CLS 0 bytes, default 64
[    0.132783] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.133572] kvm [1]: IPA Size Limit: 40 bits
[    0.135214] kvm [1]: GICv3: no GICV resource entry
[    0.135221] kvm [1]: disabling GICv2 emulation
[    0.135235] kvm [1]: GIC system register CPU interface enabled
[    0.135324] kvm [1]: vgic interrupt IRQ9
[    0.135434] kvm [1]: Hyp mode initialized successfully
[    0.138714] Initialise system trusted keyrings
[    0.138862] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[    0.144847] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.145412] NFS: Registering the id_resolver key type
[    0.145456] Key type id_resolver registered
[    0.145462] Key type id_legacy registered
[    0.145534] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.145541] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.145563] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.145881] 9p: Installing v9fs 9p2000 file system support
[    0.181913] Key type asymmetric registered
[    0.181922] Asymmetric key parser 'x509' registered
[    0.181970] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.181978] io scheduler mq-deadline registered
[    0.181986] io scheduler kyber registered
[    0.189113] EINJ: ACPI disabled.
[    0.199773] imx-sdma 30bd0000.dma-controller: Direct firmware load for imx/sdma/sdma-imx7d.bin failed with error -2
[    0.199794] imx-sdma 30bd0000.dma-controller: Falling back to sysfs fallback for: imx/sdma/sdma-imx7d.bin
[    0.201537] mxs-dma 33000000.dma-apbh: initialized
[    0.203215] SoC: i.MX8MP revision 1.1
[    0.203857] Bus freq driver module loaded
[    0.210209] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.212539] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 31, base_baud = 5000000) is a IMX
[    0.213022] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 32, base_baud = 5000000) is a IMX
[    0.213423] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 33, base_baud = 1500000) is a IMX
[    1.335825] printk: console [ttymxc1] enabled
[    1.355599] loop: module loaded
[    1.360173] megasas: 07.717.02.00-rc1
[    1.365502] imx ahci driver is registered.
[    1.371351] SPI driver spidev has no spi_device_id for spidev
[    1.377113] SPI driver spidev has no spi_device_id for dave,sbcx-exp
[    1.387662] tun: Universal TUN/TAP device driver, 1.6
[    1.392902] CAN device driver interface
[    1.398172] thunder_xcv, ver 1.0
[    1.401442] thunder_bgx, ver 1.0
[    1.404710] nicpf, ver 1.0
[    1.409904] hclge is initializing
[    1.413242] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    1.420471] hns3: Copyright (c) 2017 Huawei Corporation.
[    1.425836] e1000: Intel(R) PRO/1000 Network Driver
[    1.430721] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    1.436502] e1000e: Intel(R) PRO/1000 Network Driver
[    1.441471] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.447436] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.452841] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.458445] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    1.464723] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.470843] sky2: driver version 1.30
[    1.475206] usbcore: registered new interface driver r8152
[    1.480945] VFIO - User Level meta-driver version: 0.3
[    1.491762] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.498360] ehci-pci: EHCI PCI platform driver
[    1.502853] ehci-platform: EHCI generic platform driver
[    1.508326] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.514537] ohci-pci: OHCI PCI platform driver
[    1.519026] ohci-platform: OHCI generic platform driver
[    1.525175] usbcore: registered new interface driver uas
[    1.530540] usbcore: registered new interface driver usb-storage
[    1.536619] usbcore: registered new interface driver usbserial_generic
[    1.543172] usbserial: USB Serial support registered for generic
[    1.549206] usbcore: registered new interface driver ftdi_sio
[    1.554976] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.562323] usbcore: registered new interface driver usb_serial_simple
[    1.568875] usbserial: USB Serial support registered for carelink
[    1.574988] usbserial: USB Serial support registered for zio
[    1.580671] usbserial: USB Serial support registered for funsoft
[    1.586693] usbserial: USB Serial support registered for flashloader
[    1.593068] usbserial: USB Serial support registered for google
[    1.599007] usbserial: USB Serial support registered for libtransistor
[    1.605556] usbserial: USB Serial support registered for vivopay
[    1.611583] usbserial: USB Serial support registered for moto_modem
[    1.617875] usbserial: USB Serial support registered for motorola_tetra
[    1.624516] usbserial: USB Serial support registered for nokia
[    1.630369] usbserial: USB Serial support registered for novatel_gps
[    1.636744] usbserial: USB Serial support registered for hp4x
[    1.642517] usbserial: USB Serial support registered for suunto
[    1.648455] usbserial: USB Serial support registered for siemens_mpi
[    1.654841] usbcore: registered new interface driver usb_ehset_test
[    1.665735] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc0
[    1.671962] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 2023-07-26T09:52:50 UTC (1690365170)
[    1.681948] i2c_dev: i2c /dev entries driver
[    1.688387] Driver for 1-wire Dallas network protocol.
[    1.696911] Bluetooth: HCI UART driver ver 2.3
[    1.701383] Bluetooth: HCI UART protocol H4 registered
[    1.706529] Bluetooth: HCI UART protocol BCSP registered
[    1.711865] Bluetooth: HCI UART protocol LL registered
[    1.717011] Bluetooth: HCI UART protocol ATH3K registered
[    1.722439] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    1.728818] Bluetooth: HCI UART protocol Broadcom registered
[    1.734500] Bluetooth: HCI UART protocol QCA registered
[    1.739968] EDAC MC: ECC not enabled
[    1.745045] sdhci: Secure Digital Host Controller Interface driver
[    1.751246] sdhci: Copyright(c) Pierre Ossman
[    1.756455] Synopsys Designware Multimedia Card Interface Driver
[    1.763293] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.771334] ledtrig-cpu: registered to indicate activity on CPUs
[    1.778302] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    1.785251] usbcore: registered new interface driver usbhid
[    1.790837] usbhid: USB HID core driver
[    1.800286]  cs_system_cfg: CoreSight Configuration manager initialised
[    1.801888] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA
[    1.808612] optee: probing for conduit method.
[    1.818449] optee: revision 3.19 (00919403)
[    1.819278] optee: dynamic shared memory is enabled
[    1.828702] optee: initialized driver
[    1.835068] Galcore version 6.4.3.p4.398061
[    1.897395] mmc2: new HS400 Enhanced strobe MMC card at address 0001
[    1.905453] mmcblk2: mmc2:0001 DG4008 7.28 GiB 
[    1.912620]  mmcblk2: p1 p2
[    1.917199] mmcblk2boot0: mmc2:0001 DG4008 4.00 MiB 
[    1.923946] mmcblk2boot1: mmc2:0001 DG4008 4.00 MiB 
[    1.930831] mmcblk2rpmb: mmc2:0001 DG4008 4.00 MiB, chardev (234:0)
[    1.952496] [drm] Initialized vivante 1.0.0 20170808 for 40000000.mix_gpu_ml on minor 0
[    1.961940] hantrodec 0 : module inserted. Major = 510
[    1.967545] hantrodec 1 : module inserted. Major = 510
[    1.974110] hantroenc: HW at base <0000000038320000> with ID <0x80006200>
[    1.981044] hx280enc: module inserted. Major <509>
[    1.989485] NET: Registered PF_LLC protocol family
[    1.994787] NET: Registered PF_INET6 protocol family
[    2.002043] Segment Routing with IPv6
[    2.005755] In-situ OAM (IOAM) with IPv6
[    2.009725] NET: Registered PF_PACKET protocol family
[    2.014810] can: controller area network core
[    2.019207] NET: Registered PF_CAN protocol family
[    2.024019] can: raw protocol
[    2.026989] can: broadcast manager protocol
[    2.031190] can: netlink gateway - max_hops=1
[    2.036279] Bluetooth: RFCOMM TTY layer initialized
[    2.041192] Bluetooth: RFCOMM socket layer initialized
[    2.046362] Bluetooth: RFCOMM ver 1.11
[    2.050128] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.055446] Bluetooth: BNEP filters: protocol multicast
[    2.060681] Bluetooth: BNEP socket layer initialized
[    2.065651] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.071581] Bluetooth: HIDP socket layer initialized
[    2.077592] 8021q: 802.1Q VLAN Support v1.8
[    2.081806] lib80211: common routines for IEEE802.11 drivers
[    2.087923] 9pnet: Installing 9P2000 support
[    2.092224] tsn generic netlink module v1 init...
[    2.097031] Key type dns_resolver registered
[    2.102197] Loading compiled-in X.509 certificates
[    2.131413] regulator-se050-en GPIO handle specifies active low - ignored
[    2.140742] i2c i2c-0: IMX I2C adapter registered
[    2.146393] i2c 1-003c: Fixing up cyclic dependency with 32e40000.csi
[    2.153133] ov5640 1-003c: supply DOVDD not found, using dummy regulator
[    2.159926] ov5640 1-003c: supply AVDD not found, using dummy regulator
[    2.166603] ov5640 1-003c: supply DVDD not found, using dummy regulator
[    2.175534] i2c i2c-1: IMX I2C adapter registered
[    2.181406] i2c 2-003c: Fixing up cyclic dependency with 32e50000.csi
[    2.188157] ov5640 2-003c: supply DOVDD not found, using dummy regulator
[    2.194960] ov5640 2-003c: supply AVDD not found, using dummy regulator
[    2.201622] ov5640 2-003c: supply DVDD not found, using dummy regulator
[    2.214438] i2c i2c-2: IMX I2C adapter registered
[    2.220302] i2c 5-004c: Fixing up cyclic dependency with 32c00000.bus:ldb@32ec005c
[    2.313322] i2c i2c-5: IMX I2C adapter registered
[    2.318968] imx8mq-usb-phy 381f0040.usb-phy: supply vbus not found, using dummy regulator
[    2.327483] imx8mq-usb-phy 382f0040.usb-phy: supply vbus not found, using dummy regulator
[    2.338004] imx6q-pcie 33800000.pcie: supply epdev_on not found, using dummy regulator
[    2.346340] imx6q-pcie 33800000.pcie: EXT REF_CLK is used!.
[    2.352545] imx6q-pcie 33800000.pcie: PCIe PHY PLL clock is locked.
[    2.359804] pps pps0: new PPS source ptp0
[    2.371856] fec 30be0000.ethernet eth0: registered PHC device 0
[    2.378677] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found
[    2.385090] imx-dwmac 30bf0000.ethernet: User ID: 0x10, Synopsys ID: 0x51
[    2.388131] imx6q-pcie 33800000.pcie: PCIe PLL is locked.
[    2.391909] imx-dwmac 30bf0000.ethernet: 	DWMAC4/5
[    2.397342] imx6q-pcie 33800000.pcie: iATU unroll: enabled
[    2.402093] imx-dwmac 30bf0000.ethernet: DMA HW capability register supported
[    2.407579] imx6q-pcie 33800000.pcie: Detected iATU regions: 4 outbound, 4 inbound
[    2.414715] imx-dwmac 30bf0000.ethernet: RX Checksum Offload Engine supported
[    2.422292] imx6q-pcie 33800000.pcie: host bridge /soc@0/pcie@33800000 ranges:
[    2.429422] imx-dwmac 30bf0000.ethernet: TX Checksum insertion supported
[    2.436648] imx6q-pcie 33800000.pcie:   No bus range found for /soc@0/pcie@33800000, using [bus 00-ff]
[    2.443346] imx-dwmac 30bf0000.ethernet: Wake-Up On Lan supported
[    2.452673] imx6q-pcie 33800000.pcie:       IO 0x001ff80000..0x001ff8ffff -> 0x0000000000
[    2.458796] imx-dwmac 30bf0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.466932] imx6q-pcie 33800000.pcie:      MEM 0x0018000000..0x001fefffff -> 0x0018000000
[    2.474585] imx-dwmac 30bf0000.ethernet: Enabled L3L4 Flow TC (entries=8)
[    2.482838] imx6q-pcie 33800000.pcie: iATU unroll: enabled
[    2.489554] imx-dwmac 30bf0000.ethernet: Enabled RFS Flow TC (entries=8)
[    2.495037] imx6q-pcie 33800000.pcie: Detected iATU regions: 4 outbound, 4 inbound
[    2.501779] imx-dwmac 30bf0000.ethernet: Enabling HW TC (entries=256, max_off=256)
[    2.516888] imx-dwmac 30bf0000.ethernet: Using 34 bits DMA width
[    2.526985] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    2.532522] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    2.540526] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x0000002001010010
[    2.549969] xhci-hcd xhci-hcd.1.auto: irq 77, io mem 0x38100000
[    2.556002] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    2.561505] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[    2.569181] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    2.576661] hub 1-0:1.0: USB hub found
[    2.580453] hub 1-0:1.0: 1 port detected
[    2.584669] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.593789] hub 2-0:1.0: USB hub found
[    2.597573] hub 2-0:1.0: 1 port detected
[    2.602487] dwc3 38200000.usb: Configuration mismatch. dr_mode forced to gadget
[    2.609675] imx6q-pcie 33800000.pcie: Link up
[    2.611711] gpio-42 (onewire): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[    2.624836] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 7 mkt segment 2 supported-hw 0x80 0x4
[    2.637462] mxc-mipi-csi2-sam 32e40000.csi: supply mipi-phy not found, using dummy regulator
[    2.637622] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO
[    2.646280] : mipi_csis_imx8mp_phy_reset, No remote pad found!
[    2.656888] mxc-mipi-csi2-sam 32e40000.csi: lanes: 2, hs_settle: 13, clk_settle: 2, wclk: 1, freq: 500000000
[    2.660539] w1_master_driver w1_bus_master1: Attaching one wire slave 2d.000035c49266 crc 4e
[    2.667797] mxc-mipi-csi2-sam 32e50000.csi: supply mipi-phy not found, using dummy regulator
[    2.683966] : mipi_csis_imx8mp_phy_reset, No remote pad found!
[    2.684709] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA
[    2.689865] mxc-mipi-csi2-sam 32e50000.csi: lanes: 2, hs_settle: 13, clk_settle: 2, wclk: 1, freq: 266000000
[    2.708680] isi-capture 32e00000.isi:cap_device: deferring 32e00000.isi:cap_device device registration
[    2.712071] imx6q-pcie 33800000.pcie: Link up
[    2.718948] mxc-isi 32e00000.isi: mxc_isi.0 registered successfully
[    2.722386] imx6q-pcie 33800000.pcie: Link up, Gen2
[    2.730395] isi-capture 32e02000.isi:cap_device: deferring 32e02000.isi:cap_device device registration
[    2.742977] mxc-isi 32e02000.isi: mxc_isi.1 registered successfully
[    2.745487] mmc1: host does not support reading read-only switch, assuming write-enable
[    2.752485] dwhdmi-imx 32fd8000.hdmi: Detected HDMI TX controller v2.13a with HDCP (samsung_dw_hdmi_phy2)
[    2.761488] mmc1: new high speed SDHC card at address e624
[    2.769385] dwhdmi-imx 32fd8000.hdmi: registered DesignWare HDMI I2C bus driver
[    2.773242] mmcblk1: mmc1:e624 SA32G 29.7 GiB 
[    2.782094] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[    2.787214]  mmcblk1: p1 p2
[    2.792118] imx-drm display-subsystem: bound imx-lcdifv3-crtc.1 (ops lcdifv3_crtc_ops)
[    2.803054] imx-drm display-subsystem: bound 32c00000.bus:ldb@32ec005c (ops imx8mp_ldb_ops)
[    2.811456] imx-drm display-subsystem: bound 32fd8000.hdmi (ops dw_hdmi_imx_ops)
[    2.819374] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 1
[    2.834708] mmc0: SDHCI controller on 30b40000.mmc [30b40000.mmc] using ADMA
[    2.840066] imx6q-pcie 33800000.pcie: Link up
[    2.846229] imx6q-pcie 33800000.pcie: PCI host bridge to bus 0000:00
[    2.847760] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    2.852612] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.864635] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    2.870830] pci_bus 0000:00: root bus resource [mem 0x18000000-0x1fefffff]
[    2.877734] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400
[    2.881480] mmc0: queuing unknown CIS tuple 0x01 [d9 01 ff] (3 bytes)
[    2.883755] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[    2.896478] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[    2.903230] pci 0000:00:00.0: supports D1
[    2.904523] mmc0: queuing unknown CIS tuple 0x1a [01 01 00 02 07] (5 bytes)
[    2.907253] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold
[    2.920758] mmc0: queuing unknown CIS tuple 0x1b [c1 41 30 30 ff ff 32 00] (8 bytes)
[    2.923524] pci 0000:01:00.0: [1912:0015] type 00 class 0x0c0330
[    2.930255] mmc0: queuing unknown CIS tuple 0x14 [] (0 bytes)
[    2.934603] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[    2.947439] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.966965] pci 0000:00:00.0: BAR 0: assigned [mem 0x18000000-0x180fffff]
[    2.973800] pci 0000:00:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff]
[    2.980704] mmc0: new high speed SDIO card at address 0001
[    2.983832] pci 0000:00:00.0: BAR 6: assigned [mem 0x18200000-0x1820ffff pref]
[    2.993743] pci 0000:01:00.0: BAR 0: assigned [mem 0x18100000-0x18101fff 64bit]
[    3.001109] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    3.006350] pci 0000:00:00.0:   bridge window [mem 0x18100000-0x181fffff]
[    3.013507] pcieport 0000:00:00.0: PME: Signaling with IRQ 242
[    3.019498] pci 0000:01:00.0: enabling device (0000 -> 0002)
[    3.056014] hub 1-1:1.0: USB hub found
[    3.060012] hub 1-1:1.0: 4 ports detected
[    3.182267] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[    3.328595] hub 2-1:1.0: USB hub found
[    3.333068] hub 2-1:1.0: 4 ports detected
[    3.511287] Console: switching to colour frame buffer device 160x45
[    3.533422] imx-drm display-subsystem: [drm] fb0: imx-drmdrmfb frame buffer device
[    3.545381] isi-m2m 32e00000.isi:m2m_device: Register m2m success for ISI.0
[    3.558258] Generic PHY 30be0000.ethernet-1:08: attached PHY driver (mii_bus:phy_addr=30be0000.ethernet-1:08, irq=POLL)
[    3.712379] Hot alarm is canceled. GPU3D clock will return to 64/64
[    7.649184] fec 30be0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[    7.660396] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    7.680063] IP-Config: Complete:
[    7.683290]      device=eth0, hwaddr=da:2c:c3:a1:70:74, ipaddr=192.168.10.56, mask=255.255.255.0, gw=192.168.10.254
[    7.693741]      host=desk-mx, domain=, nis-domain=(none)
[    7.699148]      bootserver=192.168.10.100, rootserver=192.168.10.100, rootpath=
[    7.699275] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.717997] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.724630] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    7.733258] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[    7.743582] ALSA device list:
[    7.746577]   No soundcards found.
[    7.779341] VFS: Mounted root (nfs filesystem) on device 0:21.
[    7.786366] devtmpfs: mounted
[    7.790046] Freeing unused kernel memory: 3008K
[    7.808130] Run /sbin/init as init process
[    8.162684] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[    8.194573] systemd[1]: Detected architecture arm64.

Welcome to NXP i.MX Release Distro 5.15-kirkstone (kirkstone)!

[    8.292660] systemd[1]: Hostname set to <desk-mx8mp>.
[    8.315686] systemd[1]: Initializing machine ID from random generator.
[    8.454934] systemd-sysv-generator[192]: SysV service '/etc/init.d/single' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    8.484897] systemd-sysv-generator[192]: SysV service '/etc/init.d/halt' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    8.533352] systemd-sysv-generator[192]: SysV service '/etc/init.d/sendsigs' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    8.560790] systemd-sysv-generator[192]: SysV service '/etc/init.d/umountfs' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    8.606224] systemd-sysv-generator[192]: SysV service '/etc/init.d/rc.local' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    8.634155] systemd-sysv-generator[192]: SysV service '/etc/init.d/reboot' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    8.663799] systemd-sysv-generator[192]: SysV service '/etc/init.d/umountnfs.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    8.691554] systemd-sysv-generator[192]: SysV service '/etc/init.d/save-rtc.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    8.795127] systemd[183]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[   10.183524] systemd[1]: Queued start job for default target Graphical Interface.
[   10.246267] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[   10.270241] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[   10.294876] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[   10.318632] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   10.340138] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[   10.364064] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[   10.388076] systemd[1]: Reached target Host and Network Name Lookups.
[  OK  ] Reached target Host and Network Name Lookups.
[   10.412177] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[   10.432199] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   10.456179] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[   10.476212] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[   10.502253] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   10.523940] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[   10.549035] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   10.568473] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   10.596272] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   10.620579] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   10.644652] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   10.668443] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   10.710423] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   10.732582] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   10.748577] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[   10.776008] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[   10.799828] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   10.828441] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   10.852557] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[   10.876046] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[   10.900026] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/5.15.71-desk-mx8m-l-4.0.0/modules.devname).
[   10.920739] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[   10.944608] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[   10.967970] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[   10.998516] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[   11.017262] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[   11.030456] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[   11.043652] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[   11.058726] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   11.088324] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
[   11.102853] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network …ts from Kernel command line...
[   11.133852] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   11.160276] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   11.184484] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[   11.209418] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[   11.228452] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[   11.248400] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   11.272469] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   11.292369] systemd[1]: Mounted Temporary Directory /tmp.
[  OK  ] Mounted Temporary Directory /tmp.
[   11.312863] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   11.321142] systemd[1]: Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module configfs.
[   11.344551] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module fuse.
[  OK  ] Finished Generate network units from Kernel command line.
[  OK  ] Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Apply Kernel Variables.
         Mounting Kernel Configuration File System...
         Starting Flush Journal to Persistent Storage...
         Starting Create System Users...
[   11.533452] systemd-journald[201]: Received client request to flush runtime journal.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Finished Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Coldplug All udev Devices.
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Mounting /var/volatile...
         Starting Rule-based Manage…for Device Events and Files...
[  OK  ] Mounted /var/volatile.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Rebuild Dynamic Linker Cache...
         Starting Create Volatile Files and Directories...
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Finished Create Volatile Files and Directories.
         Starting Rebuild Journal Catalog...
         Starting Network Time Synchronization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Finished Rebuild Journal Catalog.
[  OK  ] Reached target Hardware activated USB gadget.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Set.
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[  OK  ] Created slice Slice /system/systemd-fsck.
[  OK  ] Found device /dev/mmcblk2p2.
[  OK  ] Found device /dev/mmcblk2p1.
         Starting File System Check on /dev/mmcblk2p1...
         Starting File System Check on /dev/mmcblk2p2...
[  OK  ] Finished File System Check on /dev/mmcblk2p1.
[  OK  ] Finished File System Check on /dev/mmcblk2p2.
         Mounting /run/media/boot-mmcblk2p1...
         Mounting /run/media/rfs-mmcblk2p2...
[   15.217320] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  OK  ] Found device /dev/mmcblk1p1.
[   15.231849] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  OK  ] Mounted /run/media/boot-mmcblk2p1.
[  OK  ] Mounted /run/media/rfs-mmcblk2p2.
[  OK  ] Found device /dev/mmcblk1p2.
         Starting File System Check on /dev/mmcblk1p1...
         Starting File System Check on /dev/mmcblk1p2...
[  OK  ] Finished File System Check on /dev/mmcblk1p2.
         Mounting /run/media/root-mmcblk1p2...
[   15.948603] random: crng init done
[  OK  ] Finished Load/Save Random Seed.
[   16.205334] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  OK  ] Mounted /run/media/root-mmcblk1p2.
[  OK  ] Finished File System Check on /dev/mmcblk1p1.
         Mounting /run/media/boot-mmcblk1p1...
[  OK  ] Mounted /run/media/boot-mmcblk1p1.
[*     ] A start job is running for Rebuild …namic Linker Cache (8s / no limit)
[**    ] A start job is running for Rebuild …namic Linker Cache (9s / no limit)
[***   ] A start job is running for Rebuild …namic Linker Cache (9s / no limit)
[  OK  ] Finished Rebuild Dynamic Linker Cache.
         Starting Update is Completed...
[  OK  ] Finished Update is Completed.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Docker Socket for the API...
         Starting sshd.socket...
         Starting Weston socket...
[  OK  ] Listening on Docker Socket for the API.
[  OK  ] Listening on sshd.socket.
[  OK  ] Listening on Weston socket.
[  OK  ] Reached target Socket Units.
[  OK  ] Reached target Basic System.
[  OK  ] Started Job spooling tools.
[  OK  ] Started Periodic Command Scheduler.
         Starting D-Bus System Message Bus...
[  OK  ] Started Linux Firmware Loader Daemon.
[  OK  ] Started Configuration for i.MX GPU (Former rc_gpu.S).
[   20.808053] imx-sdma 30e10000.dma-controller: firmware found.
[   20.808118] imx-sdma 30bd0000.dma-controller: firmware found.
[  OK  ] Started    20.819894] imx-sdma 30bd0000.dma-controller: loaded firmware 4.6
;39mISP i.MX 8Mplus daemon.
         Starting IPv6 Packet Filtering Framework...
         Starting IPv4 Packet Filtering Framework...
         Starting Network Time Service (one-shot ntpdate mode)...
         Starting Telephony service...
[  OK  ] Started System Logging Service.
         Starting User Login Management...
[  OK  ] Started TEE Supplicant.
         Starting OpenSSH Key Generation...
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Finished IPv6 Packet Filtering Framework.
[  OK  ] Finished IPv4 Packet Filtering Framework.
[  OK  ] Finished Network Time Service (one-shot ntpdate mode).
[  OK  ] Reached target Preparation for Network.
         Starting Connection service...
         Starting Network Configuration...
[  OK  ] Started Telephony service.
[  OK  ] Started Connection service.
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started User Login Management.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
         Starting WPA supplicant...
         Starting Hostname Service...
[  OK  ] Started Network Configuration.
[  OK  ] Started WPA supplicant.
[  OK  ] Reached target Network.
         Starting containerd container runtime...
[  OK  ] Started NFS status monitor for NFSv2/3 locking..
[  OK  ] Started Respond to IPv6 Node Information Queries.
         Starting /etc/rc.local Compatibility...
[  OK  ] Started Network Router Discovery Daemon.
         Starting Permit User Sessions...
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttymxc1.
[  OK  ] Reached target Login Prompts.
         Starting Weston, a Wayland…ositor, as a system service...
[  OK  ] Started Hostname Service.
         Starting User Database Manager...
[  OK  ] Started User Database Manager.
[  OK  ] Created slice User Slice of UID 0.
         Starting User Runtime Directory /run/user/0...
[  OK  ] Finished User Runtime Directory /run/user/0.
         Starting User Manager for UID 0...
[   22.877331] audit: type=1006 audit(1690365191.700:2): pid=656 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[   22.891620] audit: type=1300 audit(1690365191.700:2): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffdcf1acd0 a2=1 a3=ffffa0828020 items=0 ppid=1 pid=656 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[   22.918049] audit: type=1327 audit(1690365191.700:2): proctitle="(systemd)"
[  OK  ] Started User Manager for UID 0.
[  OK  ] Started Session c1 of User root.
[  OK  ] Started containerd container runtime.
[  OK  ] Reached target Multi-User System.
[   23.727673] audit: type=1006 audit(1690365192.548:3): pid=645 uid=0 old-auid=4294967295 auid=0 tty=tty7 old-ses=4294967295 ses=2 res=1
[   23.740728] audit: type=1300 audit(1690365192.548:3): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffdcf1acd0 a2=1 a3=ffffa0828020 items=0 ppid=1 pid=645 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[   23.766854] audit: type=1327 audit(1690365192.548:3): proctitle="(weston)"
[   24.674026] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   24.680657] imx-dwmac 30bf0000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[  OK  ] Started Weston, a Wayland …mpositor, as a system service.
[  OK  ] Reached target Graphical Interface.
         Starting Record Runlevel Change in UTMP...
[  OK  ] Finished Record Runlevel Change in UTMP.
[  OK  ] Stopped ISP i.MX 8Mplus daemon.
[  OK  ] Started ISP i.MX 8Mplus daemon.

NXP i.MX Release Distro 5.15-kirkstone desk-mx8mp ttymxc1

desk-mx8mp login: root
root@desk-mx8mp:~# 

The following message appears from the VM, when the rootfs is mounted:

dvdk@vagrant:~$ cat /var/log/syslog | tail -n 2
Jul 26 11:52:45 vagrant tftpd[13249]: tftpd: trying to get file: /tftpboot/desk-mx8m-l/imx8mp-mito8mplus-cb1008.dtb
Jul 26 11:52:56 vagrant rpc.mountd[808]: authenticated mount request from 192.168.10.56:1004 for /home/dvdk/desk-mx-l/rfs/desk-mx8m-l-4.0.0/mx8mp (/home)

Install Module[edit | edit source]

Host side, transfer ~/desk-mx-l/rfs/desk-mx8m-l-4.0.0_modules.tar.gz file on target.

Target side execute the follow command:

root@desk-mx6ul-axelulite:~# tar xvzf desk-mx8m-l-4.0.0_modules.tar.gz -C /                                                                                                                 

To check that everything went well, run the following command:

root@desk-mx8mp:~# ls -l /lib/modules/$(uname -r)
total 1152
lrwxrwxrwx  1 541 502     64 Jun 29 18:58 build -> /home/jenkins/workspace/workspace/DESK-MX8M-L-4.x.x_Linux-kernel
drwxr-xr-x 10 541 502   4096 Jun 29 18:58 kernel
-rw-r--r--  1 541 502 203921 Jun 29 18:58 modules.alias
-rw-r--r--  1 541 502 208115 Jun 29 18:58 modules.alias.bin
-rw-r--r--  1 541 502  36037 Jun 29 18:58 modules.builtin
-rw-r--r--  1 541 502  70747 Jun 29 18:58 modules.builtin.alias.bin
-rw-r--r--  1 541 502  39328 Jun 29 18:58 modules.builtin.bin
-rw-r--r--  1 541 502 229962 Jun 29 18:58 modules.builtin.modinfo
-rw-r--r--  1 541 502  46720 Jun 29 18:58 modules.dep
-rw-r--r--  1 541 502  82895 Jun 29 18:58 modules.dep.bin
-rw-r--r--  1 541 502    146 Jun 29 18:58 modules.devname
-rw-r--r--  1 541 502  31093 Jun 29 18:58 modules.order
-rw-r--r--  1 541 502    366 Jun 29 18:58 modules.softdep
-rw-r--r--  1 541 502  81992 Jun 29 18:58 modules.symbols
-rw-r--r--  1 541 502 105342 Jun 29 18:58 modules.symbols.bin
lrwxrwxrwx  1 541 502     64 Jun 29 18:58 source -> /home/jenkins/workspace/workspace/DESK-MX8M-L-4.x.x_Linux-kernel
root@desk-mx8mp:~#