DESK-MX8M-L/General/Booting from NFS

From DAVE Developer's Wiki
Jump to: navigation, search
History
Issue Date Notes

2023/02/27

DESK-MX8M-L-2.0.0 release

2023/08/22

DESK-MX8M-L-4.x.x release

2024/05/30

Fix device tree configid

2024/10/31

Fix net_nfs command parameters
2026/03/26 DESK-MX8M-L-6.x.x 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
u-boot=> setenv ethprime 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 desk-mx8m-l/Image

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

u-boot=> setenv fdtfile desk-mx8m-l/imx8mp-mito8mplus-cb1001.dtb

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

u-boot=> setenv fdtfile desk-mx8m-l/imx8mm-mito8mmini-cb100a.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-6.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; booti ${loadaddr} - ${fdtaddr}'

Here below the complete bootlog from nfs:

u-boot=> run net_nfs
ethernet@30bf0000 Waiting for PHY auto negotiation to complete....... done
Using ethernet@30bf0000 device
TFTP from server 192.168.10.100; our IP address is 192.168.10.56
Filename 'desk-mx8m-l/Image'.
Load address: 0x40400000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ################################
         3.7 MiB/s
done
Bytes transferred = 35766784 (221c200 hex)
Using ethernet@30bf0000 device
TFTP from server 192.168.10.100; our IP address is 192.168.10.56
Filename 'desk-mx8m-l/imx8mp-mito8mplus-cb1001.dtb'.
Load address: 0x43000000
Loading: #####
         4.8 MiB/s
done
Bytes transferred = 60459 (ec2b hex)
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
Working FDT set to 43000000
   Using Device Tree in place at 0000000043000000, end 0000000043011c2a
Working FDT set to 43000000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.6.52-desk-mx8m-l-6.0.0-lts-next-lts-next-g2a0ff5a649ed (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Fri Mar 27 10:50:36 UTC 2026
[    0.000000] KASLR disabled due to lack of seed
[    0.000000] Machine model: i.MX8MPlus Mito8MPlus on SBC Orca
[    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] OF: reserved mem: 0x00000000c4000000..0x00000000ffffffff (983040 KiB) map reusable linux,cma
[    0.000000] OF: reserved mem: 0x0000000000900000..0x000000000096ffff (448 KiB) nomap non-reusable ocram@900000
[    0.000000] OF: reserved mem: 0x0000000055800000..0x0000000055ffffff (8192 KiB) nomap non-reusable rpmsg@55800000
[    0.000000] OF: reserved mem: 0x0000000056000000..0x0000000057dfffff (30720 KiB) nomap non-reusable optee_core@56000000
[    0.000000] OF: reserved mem: 0x0000000057e00000..0x0000000057ffffff (2048 KiB) nomap non-reusable optee_shm@57e00000
[    0.000000] OF: reserved mem: 0x0000000092400000..0x00000000933fffff (16384 KiB) nomap non-reusable dsp@92400000
[    0.000000] OF: reserved mem: 0x0000000093400000..0x00000000942effff (15296 KiB) nomap non-reusable dsp_reserved_heap@93400000
[    0.000000] OF: reserved mem: 0x00000000942f0000..0x00000000942f7fff (32 KiB) nomap non-reusable vdev0vring0@942f0000
[    0.000000] OF: reserved mem: 0x00000000942f8000..0x00000000942fffff (32 KiB) nomap non-reusable vdev0vring1@942f8000
[    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] OF: reserved mem: 0x0000000094300000..0x00000000943fffff (1024 KiB) nomap non-reusable vdev0buffer@94300000
[    0.000000] OF: reserved mem: 0x0000000100000000..0x000000010fffffff (262144 KiB) nomap non-reusable gpu_reserved@100000000
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000001bfffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x1bf44b6c0-0x1bf44dfff]
[    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-0x00000000943fffff]
[    0.000000]   node   0: [mem 0x0000000094400000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000010fffffff]
[    0.000000]   node   0: [mem 0x0000000110000000-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.4
[    0.000000] percpu: Embedded 22 pages/cpu s50920 r8192 d31000 u90112
[    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] alternatives: applying boot alternatives
[    0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.10.100:/home/dvdk/desk-mx-l/rfs/desk-mx8m-l-6.0.0/mx8mp/,v3,tcp ip=192.168.10.56:192.168.10.100:192.168.0.254:255.255.255.0:desk-mx:eth0:off panic=1 console=ttymxc1,115200 panic=5 pcie_aspm=force
[    0.000000] PCIe ASPM is forcibly enabled
[    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] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1540096
[    0.000000] Policy zone: Normal
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 4.
[    0.000000] software IO TLB: mapped [mem 0x00000000c0000000-0x00000000c4000000] (64MB)
[    0.000000] Memory: 4747604K/6258688K available (21248K kernel code, 1648K rwdata, 7848K rodata, 4032K init, 644K bss, 528044K 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]  Tracing 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] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: GICv3 features: 16 PPIs
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
[    0.000000] ITS: No ITS available, not enabling LPIs
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000477] Console: colour dummy device 80x25
[    0.000537] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
[    0.000547] pid_max: default: 32768 minimum: 301
[    0.000609] LSM: initializing lsm=capability,integrity
[    0.000711] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.000735] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.002197] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.002261] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.002440] rcu: Hierarchical SRCU implementation.
[    0.002444] rcu:     Max phase no-delay instances is 1000.
[    0.003956] EFI services will not be available.
[    0.004179] smp: Bringing up secondary CPUs ...
[    0.004637] Detected VIPT I-cache on CPU1
[    0.004695] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
[    0.004730] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.005246] Detected VIPT I-cache on CPU2
[    0.005287] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
[    0.005310] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.005782] Detected VIPT I-cache on CPU3
[    0.005825] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
[    0.005845] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.005912] smp: Brought up 1 node, 4 CPUs
[    0.005918] SMP: Total of 4 processors activated.
[    0.005922] CPU features: detected: 32-bit EL0 Support
[    0.005925] CPU features: detected: 32-bit EL1 Support
[    0.005929] CPU features: detected: CRC32 instructions
[    0.005995] CPU: All CPU(s) started at EL2
[    0.006017] alternatives: applying system-wide alternatives
[    0.008424] devtmpfs: initialized
[    0.018198] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.018217] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.043755] pinctrl core: initialized pinctrl subsystem
[    0.046516] DMI not present or invalid.
[    0.047106] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.048007] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.048250] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.048629] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.048676] audit: initializing netlink subsys (disabled)
[    0.048812] audit: type=2000 audit(0.044:1): state=initialized audit_enabled=0 res=1
[    0.049368] thermal_sys: Registered thermal governor 'step_wise'
[    0.049372] thermal_sys: Registered thermal governor 'power_allocator'
[    0.049403] cpuidle: using governor menu
[    0.049633] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.049710] ASID allocator initialised with 65536 entries
[    0.050944] Serial: AMBA PL011 UART driver
[    0.051020] imx mu driver is registered.
[    0.051042] imx rpmsg driver is registered.
[    0.058869] platform soc@0: Fixed dependency cycle(s) with /soc@0/bus@30000000/efuse@30350000/unique-id@8
[    0.061258] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/hoggrp
[    0.061735] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver
[    0.062262] platform 30350000.efuse: Fixed dependency cycle(s) with /soc@0/bus@30000000/clock-controller@30380000
[    0.063379] platform 30350000.efuse: Fixed dependency cycle(s) with /soc@0/bus@30000000/clock-controller@30380000
[    0.073026] platform 32e40000.csi: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a30000/ov5640_mipi@3c
[    0.073355] platform 32e50000.csi: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a40000/ov5640_mipi@3c
[    0.076029] platform 32fc6000.lcd-controller: Fixed dependency cycle(s) with /soc@0/bus@30c00000/hdmi@32fd8000
[    0.076384] platform 32fc6000.lcd-controller: Fixed dependency cycle(s) with /soc@0/bus@30c00000/hdmi@32fd8000
[    0.076484] platform 32fd8000.hdmi: Fixed dependency cycle(s) with /soc@0/bus@30c00000/lcd-controller@32fc6000
[    0.083151] platform connector: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a40000/typec@3d
[    0.083214] platform connector: Fixed dependency cycle(s) with /soc@0/usb@32f10108/usb@38200000
[    0.083725] Modules: 23856 pages in range for non-PLT usage
[    0.083730] Modules: 515376 pages in range for PLT usage
[    0.084365] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.084370] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.084375] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.084378] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.084384] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.084390] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.084396] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.084402] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.086378] ACPI: Interpreter disabled.
[    0.087477] iommu: Default domain type: Translated
[    0.087484] iommu: DMA domain TLB invalidation policy: strict mode
[    0.087777] SCSI subsystem initialized
[    0.088083] usbcore: registered new interface driver usbfs
[    0.088113] usbcore: registered new interface driver hub
[    0.088144] usbcore: registered new device driver usb
[    0.089436] mc: Linux media interface: v0.10
[    0.089474] videodev: Linux video capture interface: v2.00
[    0.089543] pps_core: LinuxPPS API ver. 1 registered
[    0.089546] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.089560] PTP clock support registered
[    0.089786] EDAC MC: Ver: 3.0.0
[    0.090236] scmi_core: SCMI protocol bus registered
[    0.090597] FPGA manager framework
[    0.090681] Advanced Linux Sound Architecture Driver Initialized.
[    0.091411] Bluetooth: Core ver 2.22
[    0.091436] NET: Registered PF_BLUETOOTH protocol family
[    0.091439] Bluetooth: HCI device and connection manager initialized
[    0.091446] Bluetooth: HCI socket layer initialized
[    0.091451] Bluetooth: L2CAP socket layer initialized
[    0.091462] Bluetooth: SCO socket layer initialized
[    0.091964] vgaarb: loaded
[    0.092497] clocksource: Switched to clocksource arch_sys_counter
[    0.092676] VFS: Disk quotas dquot_6.6.0
[    0.092703] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.092863] pnp: PnP ACPI: disabled
[    0.099876] NET: Registered PF_INET protocol family
[    0.100103] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.105362] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.105442] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.105492] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.105913] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.107767] TCP: Hash tables configured (established 65536 bind 65536)
[    0.107874] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.108024] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.108289] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.108702] RPC: Registered named UNIX socket transport module.
[    0.108707] RPC: Registered udp transport module.
[    0.108710] RPC: Registered tcp transport module.
[    0.108712] RPC: Registered tcp-with-tls transport module.
[    0.108717] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.109723] PCI: CLS 0 bytes, default 64
[    0.110080] kvm [1]: IPA Size Limit: 40 bits
[    0.112237] kvm [1]: GICv3: no GICV resource entry
[    0.112242] kvm [1]: disabling GICv2 emulation
[    0.112259] kvm [1]: GIC system register CPU interface enabled
[    0.112280] kvm [1]: vgic interrupt IRQ9
[    0.112302] kvm [1]: Hyp mode initialized successfully
[    0.113534] Initialise system trusted keyrings
[    0.113690] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[    0.113953] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.114162] NFS: Registering the id_resolver key type
[    0.114187] Key type id_resolver registered
[    0.114190] Key type id_legacy registered
[    0.114214] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.114218] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.114234] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.114437] 9p: Installing v9fs 9p2000 file system support
[    0.148002] Key type asymmetric registered
[    0.148007] Asymmetric key parser 'x509' registered
[    0.148048] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.148054] io scheduler mq-deadline registered
[    0.148058] io scheduler kyber registered
[    0.148083] io scheduler bfq registered
[    0.155858] EINJ: ACPI disabled.
[    0.167016] mxs-dma 33000000.dma-apbh: initialized
[    0.168534] SoC: i.MX8MP revision 1.1
[    0.168981] Bus freq driver module loaded
[    0.188660] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.191920] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 15, base_baud = 5000000) is a IMX
[    0.192672] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 16, base_baud = 5000000) is a IMX
[    0.193348] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 17, base_baud = 1500000) is a IMX
[    0.193385] printk: console [ttymxc1] enabled
[    1.609346] loop: module loaded
[    1.614300] megasas: 07.725.01.00-rc1
[    1.625926] tun: Universal TUN/TAP device driver, 1.6
[    1.631203] CAN device driver interface
[    1.636742] thunder_xcv, ver 1.0
[    1.639999] thunder_bgx, ver 1.0
[    1.643260] nicpf, ver 1.0
[    1.648705] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    1.655937] hns3: Copyright (c) 2017 Huawei Corporation.
[    1.661292] hclge is initializing
[    1.664648] e1000: Intel(R) PRO/1000 Network Driver
[    1.669533] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    1.675312] e1000e: Intel(R) PRO/1000 Network Driver
[    1.680280] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.686229] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.691635] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.697241] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    1.703512] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.709643] sky2: driver version 1.30
[    1.714047] usbcore: registered new device driver r8152-cfgselector
[    1.720348] usbcore: registered new interface driver r8152
[    1.726244] VFIO - User Level meta-driver version: 0.3
[    1.734562] platform connector: Fixed dependency cycle(s) with /soc@0/usb@32f10108/usb@38200000
[    1.743415] platform 38200000.usb: Fixed dependency cycle(s) with /connector
[    1.750541] platform 38200000.usb: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a40000/typec@3d
[    1.764260] usbcore: registered new interface driver uas
[    1.769622] usbcore: registered new interface driver usb-storage
[    1.775699] usbcore: registered new interface driver usbserial_generic
[    1.782256] usbserial: USB Serial support registered for generic
[    1.788298] usbcore: registered new interface driver ftdi_sio
[    1.794076] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.801418] usbcore: registered new interface driver usb_serial_simple
[    1.807973] usbserial: USB Serial support registered for carelink
[    1.814094] usbserial: USB Serial support registered for flashloader
[    1.820476] usbserial: USB Serial support registered for funsoft
[    1.826515] usbserial: USB Serial support registered for google
[    1.832466] usbserial: USB Serial support registered for hp4x
[    1.838240] usbserial: USB Serial support registered for kaufmann
[    1.844363] usbserial: USB Serial support registered for libtransistor
[    1.850918] usbserial: USB Serial support registered for moto_modem
[    1.857221] usbserial: USB Serial support registered for motorola_tetra
[    1.863856] usbserial: USB Serial support registered for nokia
[    1.869719] usbserial: USB Serial support registered for novatel_gps
[    1.876105] usbserial: USB Serial support registered for siemens_mpi
[    1.882498] usbserial: USB Serial support registered for suunto
[    1.888447] usbserial: USB Serial support registered for vivopay
[    1.894484] usbserial: USB Serial support registered for zio
[    1.900175] usbcore: registered new interface driver usb_ehset_test
[    1.911565] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc0
[    1.917809] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 2026-03-30T13:33:58 UTC (1774877638)
[    1.927835] i2c_dev: i2c /dev entries driver
[    1.933822] Error: Driver 'mxsfb' is already registered, aborting...
[    1.946106] Bluetooth: HCI UART driver ver 2.3
[    1.950573] Bluetooth: HCI UART protocol H4 registered
[    1.955724] Bluetooth: HCI UART protocol BCSP registered
[    1.961068] Bluetooth: HCI UART protocol LL registered
[    1.966219] Bluetooth: HCI UART protocol ATH3K registered
[    1.971643] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    1.978026] Bluetooth: HCI UART protocol Broadcom registered
[    1.983719] Bluetooth: HCI UART protocol QCA registered
[    1.989176] EDAC MC: ECC not enabled
[    1.994369] sdhci: Secure Digital Host Controller Interface driver
[    2.000571] sdhci: Copyright(c) Pierre Ossman
[    2.005718] Synopsys Designware Multimedia Card Interface Driver
[    2.012597] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.022317] ledtrig-cpu: registered to indicate activity on CPUs
[    2.029846] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    2.036799] usbcore: registered new interface driver usbhid
[    2.042397] usbhid: USB HID core driver
[    2.047609] mxc-mipi-csi2-sam 32e40000.csi: supply mipi-phy not found, using dummy regulator
[    2.052821] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA
[    2.056519] : mipi_csis_imx8mp_phy_reset, No remote pad found!
[    2.068994] mxc-mipi-csi2-sam 32e40000.csi: lanes: 2, hs_settle: 13, clk_settle: 2, wclk: 1, freq: 500000000
[    2.079116] mxc-mipi-csi2-sam 32e50000.csi: supply mipi-phy not found, using dummy regulator
[    2.087916] : mipi_csis_imx8mp_phy_reset, No remote pad found!
[    2.093807] mxc-mipi-csi2-sam 32e50000.csi: lanes: 2, hs_settle: 13, clk_settle: 2, wclk: 1, freq: 266000000
[    2.106345] mxc-isi_v1 32e00000.isi: mxc_isi.0 registered successfully
[    2.114067] mxc-isi_v1 32e02000.isi: mxc_isi.1 registered successfully
[    2.126352] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    2.127477] mmc2: new HS400 Enhanced strobe MMC card at address 0001
[    2.142019] mmcblk2: mmc2:0001 DG4008 7.28 GiB
[    2.144318]  cs_system_cfg: CoreSight Configuration manager initialised
[    2.148035]  mmcblk2: p1 p2
[    2.154500] platform soc@0: Fixed dependency cycle(s) with /soc@0/bus@30000000/efuse@30350000
[    2.156453] mmcblk2boot0: mmc2:0001 DG4008 4.00 MiB
[    2.165988] optee: probing for conduit method.
[    2.170394] mmcblk2boot1: mmc2:0001 DG4008 4.00 MiB
[    2.173808] optee: revision 4.4 (ecea75b7fee5a3c8)
[    2.179311] optee: dynamic shared memory is enabled
[    2.180357] mmcblk2rpmb: mmc2:0001 DG4008 4.00 MiB, chardev (234:0)
[    2.184458] optee: initialized driver
[    2.201886] Galcore version 6.4.11.p2.745085
[    2.225361] [drm] Initialized vivante 1.0.0 20170808 for 40000000.mix_gpu_ml on minor 0
[    2.234714] hantrodec 0 : module inserted. Major = 509
[    2.240423] hantrodec 1 : module inserted. Major = 509
[    2.246936] hantroenc: HW at base <0000000038320000> with ID <0x80006200>
[    2.253874] hx280enc: module inserted. Major <508>
[    2.261706] NET: Registered PF_LLC protocol family
[    2.266607] u32 classifier
[    2.269355]     input device check on
[    2.273032]     Actions configured
[    2.277563] NET: Registered PF_INET6 protocol family
[    2.285115] Segment Routing with IPv6
[    2.288835] In-situ OAM (IOAM) with IPv6
[    2.292820] NET: Registered PF_PACKET protocol family
[    2.297895] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.310854] can: controller area network core
[    2.315261] NET: Registered PF_CAN protocol family
[    2.320063] can: raw protocol
[    2.323044] can: broadcast manager protocol
[    2.327247] can: netlink gateway - max_hops=1
[    2.332634] Bluetooth: RFCOMM TTY layer initialized
[    2.337532] Bluetooth: RFCOMM socket layer initialized
[    2.342693] Bluetooth: RFCOMM ver 1.11
[    2.346466] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.351787] Bluetooth: BNEP filters: protocol multicast
[    2.357023] Bluetooth: BNEP socket layer initialized
[    2.361995] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.367925] Bluetooth: HIDP socket layer initialized
[    2.373944] 8021q: 802.1Q VLAN Support v1.8
[    2.378161] lib80211: common routines for IEEE802.11 drivers
[    2.384252] 9pnet: Installing 9P2000 support
[    2.388666] Key type dns_resolver registered
[    2.393704] NET: Registered PF_VSOCK protocol family
[    2.421703] registered taskstats version 1
[    2.425934] Loading compiled-in X.509 certificates
[    2.455797] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    2.466230] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    2.476702] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    2.487224] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    2.497765] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    2.509416] regulator-se050-en GPIO handle specifies active low - ignored
[    2.511082] i2c i2c-0: IMX I2C adapter registered
[    2.538168] nxp-pca9450 0-0025: pca9450bc probed.
[    2.550148] i2c i2c-1: IMX I2C adapter registered
[    2.588277] platform connector: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a40000/typec@3d
[    2.597874] platform 38200000.usb: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a40000/typec@3d
[    2.607753] i2c 2-003d: Fixed dependency cycle(s) with /soc@0/usb@32f10108/usb@38200000
[    2.615842] i2c 2-003d: Fixed dependency cycle(s) with /connector
[    2.622235] i2c i2c-2: IMX I2C adapter registered
[    2.628230] i2c i2c-5: IMX I2C adapter registered
[    2.636967] imx6q-pcie 33800000.pcie: host bridge /soc@0/pcie@33800000 ranges:
[    2.644289] imx6q-pcie 33800000.pcie:       IO 0x001ff80000..0x001ff8ffff -> 0x0000000000
[    2.645835] dwhdmi-imx 32fd8000.hdmi: Detected HDMI TX controller v2.13a with HDCP (samsung_dw_hdmi_phy2)
[    2.652509] imx6q-pcie 33800000.pcie:      MEM 0x0018000000..0x001fefffff -> 0x0018000000
[    2.663169] dwhdmi-imx 32fd8000.hdmi: registered DesignWare HDMI I2C bus driver
[    2.671722] imx6q-pcie 33800000.pcie: iATU: unroll T, 4 ob, 4 ib, align 64K, limit 16G
[    2.681377] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[    2.693461] imx-drm display-subsystem: bound 32fd8000.hdmi (ops dw_hdmi_imx_ops)
[    2.701500] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 1
[    3.013728] Console: switching to colour frame buffer device 240x67
[    3.035915] imx-drm display-subsystem: [drm] fb0: imx-drmdrmfb frame buffer device
[    3.045572] pps pps0: new PPS source ptp0
[    3.055252] fec 30be0000.ethernet eth0: registered PHC device 0
[    3.062189] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found
[    3.068645] imx-dwmac 30bf0000.ethernet: User ID: 0x10, Synopsys ID: 0x51
[    3.075462] imx-dwmac 30bf0000.ethernet:     DWMAC4/5
[    3.080279] imx-dwmac 30bf0000.ethernet: DMA HW capability register supported
[    3.087435] imx-dwmac 30bf0000.ethernet: RX Checksum Offload Engine supported
[    3.094592] imx-dwmac 30bf0000.ethernet: TX Checksum insertion supported
[    3.101311] imx-dwmac 30bf0000.ethernet: Wake-Up On Lan supported
[    3.107471] imx-dwmac 30bf0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.115149] imx-dwmac 30bf0000.ethernet: Enabled L3L4 Flow TC (entries=8)
[    3.121959] imx-dwmac 30bf0000.ethernet: Enabled RFS Flow TC (entries=10)
[    3.128770] imx-dwmac 30bf0000.ethernet: Enabling HW TC (entries=256, max_off=256)
[    3.136358] imx-dwmac 30bf0000.ethernet: Using 34/40 bits DMA host/device width
[    3.150196] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    3.155749] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    3.163740] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x000000a001000010
[    3.173179] xhci-hcd xhci-hcd.1.auto: irq 221, io mem 0x38100000
[    3.179315] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    3.184820] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[    3.192500] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    3.199888] hub 1-0:1.0: USB hub found
[    3.203686] hub 1-0:1.0: 1 port detected
[    3.207910] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.216469] hub 2-0:1.0: USB hub found
[    3.220262] hub 2-0:1.0: 1 port detected
[    3.226450] Hot alarm is canceled. GPU3D clock will return to 64/64
[    3.234231] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 7 mkt segment 2 supported-hw 0x80 0x4
[    3.246934] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO
[    3.247530] sdhci-esdhc-imx 30b40000.mmc: allocated mmc-pwrseq
[    3.251500] isi-m2m 32e00000.isi:m2m_device: Register m2m success for ISI.0
[    3.280634] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA
[    3.300287] mmc0: SDHCI controller on 30b40000.mmc [30b40000.mmc] using ADMA
[    3.336154] mmc0: new high speed SDIO card at address 0001
[    3.587053] mmc1: host does not support reading read-only switch, assuming write-enable
[    3.599025] mmc1: new high speed SDHC card at address aaaa
[    3.605694] mmcblk1: mmc1:aaaa SA16G 14.8 GiB
[    3.614503]  mmcblk1: p1 p2
[    3.676813] imx6q-pcie 33800000.pcie: Phy link never came up
[    4.685696] imx6q-pcie 33800000.pcie: Phy link never came up
[    4.691733] imx6q-pcie 33800000.pcie: PCI host bridge to bus 0000:00
[    4.698163] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.703681] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    4.709882] pci_bus 0000:00: root bus resource [mem 0x18000000-0x1fefffff]
[    4.716804] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400
[    4.722855] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[    4.729198] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[    4.735955] pci 0000:00:00.0: supports D1
[    4.739969] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold
[    4.748521] pci 0000:00:00.0: BAR 0: assigned [mem 0x18000000-0x180fffff]
[    4.755324] pci 0000:00:00.0: BAR 6: assigned [mem 0x18100000-0x1810ffff pref]
[    4.762572] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    4.768166] pcieport 0000:00:00.0: PME: Signaling with IRQ 225
[    4.778501] Generic PHY 30be0000.ethernet-1:08: attached PHY driver (mii_bus:phy_addr=30be0000.ethernet-1:08, irq=POLL)
[    8.865508] fec 30be0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    8.892801] IP-Config: Complete:
[    8.896032]      device=eth0, hwaddr=72:4a:13:f7:ea:7c, ipaddr=192.168.10.56, mask=255.255.255.0, gw=192.168.0.254
[    8.906404]      host=desk-mx, domain=, nis-domain=(none)
[    8.911834]      bootserver=192.168.10.100, rootserver=192.168.10.100, rootpath=
[    8.911958] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.929895] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.936144] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    8.943425] clk: Disabling unused clocks
[    8.947409] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    8.956038] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[    8.961041] ALSA device list:
[    8.966801]   No soundcards found.
[    9.011507] VFS: Mounted root (nfs filesystem) on device 0:22.
[    9.018794] devtmpfs: mounted
[    9.022593] Freeing unused kernel memory: 4032K
[    9.027230] Run /sbin/init as init process
[    9.569031] systemd[1]: systemd 255.4^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.601205] systemd[1]: Detected architecture arm64.

Welcome to NXP i.MX Release Distro 6.6-scarthgap (scarthgap)!

[    9.636160] systemd[1]: Hostname set to <desk-mx8mp>.
[    9.652148] systemd[1]: Initializing machine ID from random generator.
[   11.165828] systemd[1]: Queued start job for default target Graphical Interface.
[   11.212469] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[   11.234559] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[   11.257929] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[   11.281841] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   11.300925] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[   11.324842] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[   11.348797] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[   11.368658] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   11.388618] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[   11.408653] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[   11.473134] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   11.492716] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[   11.518206] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   11.536922] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   11.559654] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   11.581112] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   11.601300] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   11.622900] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   11.651277] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   11.673162] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   11.694622] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[   11.752749] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[   11.783032] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   11.810583] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel[   11.816825] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
 Debug File System...
[   11.841824] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[   11.854131] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[   11.894924] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[   11.927087] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[   11.938000] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[   11.975360] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[   11.993982] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[   12.015012] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   12.050374] fuse: init (API version 7.39)
[   12.052259] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.
[   12.104779] systemd[1]: Mounting NFSD configuration filesystem...
         Mounting NFSD configuration filesystem...
[   12.133164] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network units from Kernel command line...
[   12.163001] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   12.208004] systemd-journald[142]: Collecting audit messages is enabled.
[   12.213376] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   12.241647] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[   12.266678] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[   12.286213] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[   12.309827] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   12.333040] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Mounted Temporary Directory /tmp.
[  OK  ] Finished Create List of Static Device Nodes.
[  OK  ] Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module fuse.
[FAILED] Failed to mount NFSD configuration filesystem.
See 'systemctl status proc-fs-nfsd.mount' for details.
[DEPEND] Dependency failed for NFS server and services.
[DEPEND] Dependency failed for NFS Mount Daemon.
[  OK  ] Finished Generate network units from Kernel command line.
[  OK  ] Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Apply Kernel Variables.
         Mounting FUSE Control File System...
         Mounting Kernel Configuration File System...
         Starting Flush Journal to Persistent Storage...
         Starting Create Static Device Nodes in /dev gracefully...
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Mounted Kernel Configuration File System.
[   12.752691] systemd-journald[142]: Received client request to flush runtime journal.
[  OK  ] Finished Flush Journal to Persistent Storage.
[   12.936847] audit: type=1334 audit(1774877649.516:2): prog-id=6 op=LOAD
[   12.943537] audit: type=1334 audit(1774877649.524:3): prog-id=7 op=LOAD
[   12.950250] audit: type=1334 audit(1774877649.532:4): prog-id=8 op=LOAD
         Starting User Database Manager...
[  OK  ] Finished Coldplug All udev Devices.
[  OK  ] Started User Database Manager.
[  OK  ] Finished Create Static Device Nodes in /dev gracefully.
         Starting Create System Users...
[  OK  ] Finished Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Mounting /var/volatile...
[   13.771247] audit: type=1334 audit(1774877650.348:5): prog-id=9 op=LOAD
[   13.778098] audit: type=1334 audit(1774877650.356:6): prog-id=10 op=LOAD
         Starting Rule-based Manager for Device Events and Files...
[  OK  ] Mounted /var/volatile.
         Starting Load/Save OS 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.
[   15.036346] remoteproc remoteproc0: imx-dsp-rproc is available
[   15.071521] caam 30900000.crypto: device ID = 0x0a16040100000100 (Era 9)
[   15.079659] caam 30900000.crypto: job rings = 1, qi = 0
         Starting Rebuild Journal Catalog...
[   15.096578] audit: type=1334 audit(1774877651.672:7): prog-id=11 op=LOAD
[   15.105530] caam-snvs 30370000.caam-snvs: ipid matched - 0x3e
[   15.112742] caam-snvs 30370000.caam-snvs: violation handlers armed - non-secure state
[FAILED] Failed to start Network Name Resolution.
[   15.165127] audit: type=1334 audit(1774877651.744:8): prog-id=11 op=UNLOAD
See 'systemctl status systemd-resolved.service' for detail[   15.179669] audit: type=1334 audit(1774877651.756:9): prog-id=12 op=LOAD
s.
[  OK  ] Reached target Host and Network Name Lookups.
[FAILED] Failed to start Network Time Synchronization.
[   15.244719] rtc-ds1307 5-0068: registered as rtc1
See 'systemctl status systemd-timesyncd.service' for detai[   15.256946] audit: type=1334 audit(1774877651.836:10): prog-id=12 op=UNLOAD
ls.
[   15.270191] imx8_media_dev: module is from the staging directory, the quality is unknown, you have been warned.
[   15.276547] imx-sdma 30bd0000.dma-controller: firmware found.
[  OK  ] Reached target System Time Se[   15.292583] imx-sdma 30bd0000.dma-controller: loaded firmware 4.6
t.
[   15.292587] mx8-img-md: Registered mxc_isi.0.capture as /dev/video1
[   15.293165] mx8-img-md: Registered mxc_isi.1.capture as /dev/video2
[   15.315114] imx-sdma 30e10000.dma-controller: firmware found.
[   15.324001] mx8-img-md: Registered sensor subdevice: ov5640 2-003c (1)
[   15.333000] mx8-img-md: Registered sensor subdevice: ov5640 1-003c (2)
[   15.344229] mx8-img-md: created link [mxc_isi.0] => [mxc_isi.0.capture]
[   15.351328] mx8-img-md: created link [mxc-mipi-csi2.0] => [mxc_isi.0]
[   15.358546] mx8-img-md: created link [mxc_isi.1] => [mxc_isi.1.capture]
[   15.365737] mx8-img-md: created link [mxc-mipi-csi2.1] => [mxc_isi.1]
[   15.375144] mx8-img-md: created link [ov5640 1-003c] => [mxc-mipi-csi2.0]
[   15.387077] mx8-img-md: created link [ov5640 2-003c] => [mxc-mipi-csi2.1]
[   15.394445] mxc-md 32c00000.bus:camera: mxc_md_create_links
         Starting Record System Boot/Shutdown in UTMP...
[   15.460658] audit: type=1334 audit(1774877652.036:11): prog-id=13 op=LOAD
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[  OK  ] Finished Rebuild Journal Catalog.
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Created slice Slice /system/tee-supplicant.
[   15.941273] caam algorithms registered in /proc/crypto
[   15.946598] caam 30900000.crypto: caam pkc algorithms registered in /proc/crypto
[   15.954313] caam 30900000.crypto: rng crypto API alg registered prng-caam
[   15.961148] caam 30900000.crypto: registering rng-caam
[   15.966491] random: crng init done
[   15.971241] Device caam-keygen registered
[  OK  ] Reached target Hardware activated USB gadget.
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
         Mounting NFSD configuration filesystem...
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
         Starting Virtual Console Setup...
[  OK  ] Finished Load/Save OS Random Seed.
[FAILED] Failed to mount NFSD configuration filesystem.
See 'systemctl status proc-fs-nfsd.mount' for details.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[  OK  ] Finished Virtual Console Setup.
[  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 sshd.socket...
         Starting Weston socket...
[  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.
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started Periodic Command Scheduler.
         Starting D-Bus System Message Bus...
[  OK  ] Started Configuration for i.MX GPU (Former rc_gpu.S).
         Starting IPv6 Packet Filtering Framework...
         Starting IPv4 Packet Filtering Framework...
         Starting Telephony service...
[  OK  ] Started System Logging Service.
[   18.403729] kauditd_printk_skb: 15 callbacks suppressed
[   18.403739] audit: type=1334 audit(1774877654.980:27): prog-id=21 op=LOAD
[   18.415945] audit: type=1334 audit(1774877654.988:28): prog-id=22 op=LOAD
[   18.415957] audit: type=1334 audit(1774877654.996:29): prog-id=23 op=LOAD
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
syslogd[285]: Error opening log file: /var/log/auth.log: No such file or directory
syslogd[285]: Error opening log file: /var/log/syslog: No such file or directory
syslogd[285]: Error opening log file: /var/log/kern.log: No such file or directory
syslogd[285]: Error opening log file: /var/log/mail.log: No such file or directory
[  OK  ] Started TEE Supplicant on teepriv0.
syslogd[285]: Error opening log file: /var/log/mail.err: No such file or directory
syslogd[285]: Error opening log file: /var/log/messages: No such file or directory
         Starting OpenSSH Key Generation...
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Finished IPv6 Packet Filtering Framework.
[  OK  ] Finished IPv4 Packet Filtering Framework.
[  OK  ] Reached target Preparation for Network.
         Starting Load Kernel Module drm...
         Starting Network Configuration...
[  OK  ] Started Telephony service.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
         Starting Load Kernel Module drm...
[  OK  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
         Starting Load Kernel Module drm...
[  OK  ] Started Network Configuration.
[  OK  ] Reached target Network.
[  OK  ] Started Network Time Service.
         Starting Permit User Sessions...
[  OK  ] Started Xinetd A Powerful Replacement For Inetd.
[  OK  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started Getty on tty1.
         Starting Load Kernel Module drm...
[  OK  ] Started Serial Getty on ttymxc1.
[  OK  ] Reached target Login Prompts.
         Starting Weston, a Wayland compositor, as a system service...
[  OK  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
[  OK  ] Reached target Multi-User System.
         Starting Load Kernel Module drm...
[  OK  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
[FAILED] Failed to start Weston, a Wayland compositor, as a system service.
See 'systemctl status weston.service' for details.
[  OK  ] Reached target Graphical Interface.
         Starting Record Runlevel Change in UTMP...
[  OK  ] Finished Record Runlevel Change in UTMP.
[  OK  ] Finished OpenSSH Key Generation.

NXP i.MX Release Distro 6.6-scarthgap desk-mx8mp ttymxc1

desk-mx8mp login: root
root@desk-mx8mp:~# uname -a
Linux desk-mx8mp 6.6.52-desk-mx8m-l-6.0.0-lts-next-lts-next-g2a0ff5a649ed #1 SMP PREEMPT Fri Mar 27 10:50:36 UTC 2026 aarch64 GNU/Linux
root@desk-mx8mp:~# ls -la /lib/modules/$(uname -r)
total 1256
drwxr-xr-x  4 570 502   4096 Mar  9  2018 .
drwxr-xr-x  3 570 502   4096 Mar  9  2018 ..
drwxr-xr-x 11 570 502   4096 Mar  9  2018 kernel
-rw-r--r--  1 570 502 237748 Mar  9  2018 modules.alias
-rw-r--r--  1 570 502 249081 Mar  9  2018 modules.alias.bin
-rw-r--r--  1 570 502  39830 Mar  9  2018 modules.builtin
-rw-r--r--  1 570 502  22942 Mar  9  2018 modules.builtin.alias.bin
-rw-r--r--  1 570 502  42738 Mar  9  2018 modules.builtin.bin
-rw-r--r--  1 570 502 255405 Mar  9  2018 modules.builtin.modinfo
-rw-r--r--  1 570 502  53567 Mar  9  2018 modules.dep
-rw-r--r--  1 570 502  93369 Mar  9  2018 modules.dep.bin
-rw-r--r--  1 570 502    174 Mar  9  2018 modules.devname
-rw-r--r--  1 570 502  34236 Mar  9  2018 modules.order
-rw-r--r--  1 570 502    479 Mar  9  2018 modules.softdep
-rw-r--r--  1 570 502  92092 Mar  9  2018 modules.symbols
-rw-r--r--  1 570 502 118173 Mar  9  2018 modules.symbols.bin
drwxr-xr-x  3 570 502   4096 Mar  9  2018 updates
root@desk-mx8mp:~# cat /etc/os-release
ID=fsl-imx-wayland
NAME="NXP i.MX Release Distro"
VERSION="6.6-scarthgap (scarthgap)"
VERSION_ID=6.6-scarthgap
VERSION_CODENAME="scarthgap"
PRETTY_NAME="NXP i.MX Release Distro 6.6-scarthgap (scarthgap)"
CPE_NAME="cpe:/o:openembedded:fsl-imx-wayland:6.6-scarthgap"
BUILD_VERSION="desk-mx8m-l-6.0.0"
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-cb1001.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-6.0.0_modules.tar.gz file on target.

Target side execute the follow command:

root@desk-mx8mp:~# tar xvzf desk-mx8m-l-6.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:~#