DESK-MX9-L/General/Booting from nfs

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

2024/01/30

DESK-MX9-L-5.x.x release
2026/02/16 DESK-MX9-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-MX9-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-MX9-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.0.89
u-boot=> setenv ipaddr 192.168.0.169
u-boot=> setenv gatewayip 192.168.0.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 /desk-mx9-l/Image

AURA has its dtb file imx93-aura-cb2001.dtb

u-boot=> setenv fdtfile /desk-mx9-l/imx93-aura-som0002-cb2001.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-mx9-l/

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@428a0000 Waiting for PHY auto negotiation to complete........ done
Using ethernet@428a0000 device
TFTP from server 192.168.0.89; our IP address is 192.168.0.169
Filename 'desk-mx9-l/Image'.
Load address: 0x80400000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ################################
         3.9 MiB/s
done
Bytes transferred = 35766784 (221c200 hex)
Using ethernet@428a0000 device
TFTP from server 192.168.0.89; our IP address is 192.168.0.169
Filename 'desk-mx9-l/imx93-aura-som0002-cb2001.dtb'.
Load address: 0x83000000
Loading: ####
         6.4 MiB/s
done
Bytes transferred = 46719 (b67f hex)
## Flattened Device Tree blob at 83000000
   Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
   Using Device Tree in place at 0000000083000000, end 000000008300e67e
Working FDT set to 83000000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    0.000000] Linux version 6.6.52-desk-mx9-l-6.0.0-lts-next-lts-next-gf90bc32626fe (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Fri Feb 13 09:39:57 UTC 2026
[    0.000000] KASLR enabled
[    0.000000] Machine model: DAVE i.MX93 AURA Board SOC rev 1 on SBCX CB2001
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000b0000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000b0000000..0x00000000bfffffff (262144 KiB) map reusable linux,cma
[    0.000000] OF: reserved mem: 0x000000002021f000..0x000000002021ffff (4 KiB) nomap non-reusable rsc_table@2021f000
[    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a4007fff (32 KiB) nomap non-reusable vdev0vring0@a4000000
[    0.000000] OF: reserved mem: 0x00000000a4008000..0x00000000a400ffff (32 KiB) nomap non-reusable vdev0vring1@a4008000
[    0.000000] OF: reserved mem: 0x00000000a4010000..0x00000000a4017fff (32 KiB) nomap non-reusable vdev1vring0@a4000000
[    0.000000] OF: reserved mem: 0x00000000a4018000..0x00000000a401ffff (32 KiB) nomap non-reusable vdev1vring1@a4018000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4020000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vdevbuffer@a4020000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a4020000..0x00000000a411ffff (1024 KiB) nomap non-reusable vdevbuffer@a4020000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4120000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node ele-reserved@a4120000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a4120000..0x00000000a421ffff (1024 KiB) nomap non-reusable ele-reserved@a4120000
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node ethosu_region@C0000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000c0000000..0x00000000cfffffff (262144 KiB) map reusable ethosu_region@C0000000
[    0.000000] earlycon: lpuart32 at MMIO32 0x0000000044380000 (options '')
[    0.000000] printk: bootconsole [lpuart32] enabled
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xffbc56c0-0xffbc7fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000a3ffffff]
[    0.000000]   node   0: [mem 0x00000000a4000000-0x00000000a421ffff]
[    0.000000]   node   0: [mem 0x00000000a4220000-0x00000000ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[    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: MIGRATE_INFO_TYPE not supported.
[    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: Virtualization Host Extensions
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009
[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.0.89:/home/dvdk/desk-mx-l/rfs/desk-mx9-l/,v3,tcp ip=192.168.0.169:192.168.0.89:192.168.0.254:25.255.255.0:desk-mx:eth0:off panic=1 console=ttyLP0,115200 earlycon panic=5
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
[    0.000000] Policy zone: DMA
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 2.
[    0.000000] software IO TLB: mapped [mem 0x00000000f9800000-0x00000000fd800000] (64MB)
[    0.000000] Memory: 1428344K/2097152K available (21248K kernel code, 1648K rwdata, 7848K rodata, 4032K init, 644K bss, 144520K reserved, 524288K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.
[    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=2
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 960 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:0x0000000048040000
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.008324] Console: colour dummy device 80x25
[    0.012554] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.022729] pid_max: default: 32768 minimum: 301
[    0.027367] LSM: initializing lsm=capability,integrity
[    0.032505] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.039805] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.048247] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.054618] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[    0.061473] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[    0.069089] rcu: Hierarchical SRCU implementation.
[    0.073718] rcu:     Max phase no-delay instances is 1000.
[    0.079678] EFI services will not be available.
[    0.084134] smp: Bringing up secondary CPUs ...
[    0.088825] Detected VIPT I-cache on CPU1
[    0.088884] GICv3: CPU1: found redistributor 100 region 0:0x0000000048060000
[    0.088919] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    0.089017] smp: Brought up 1 node, 2 CPUs
[    0.110366] SMP: Total of 2 processors activated.
[    0.115037] CPU features: detected: 32-bit EL0 Support
[    0.120161] CPU features: detected: 32-bit EL1 Support
[    0.125266] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.133849] CPU features: detected: Common not Private translations
[    0.140082] CPU features: detected: CRC32 instructions
[    0.145205] CPU features: detected: RCpc load-acquire (LDAPR)
[    0.150915] CPU features: detected: LSE atomic instructions
[    0.156461] CPU features: detected: Privileged Access Never
[    0.162007] CPU features: detected: RAS Extension Support
[    0.167382] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.174365] CPU: All CPU(s) started at EL2
[    0.178389] alternatives: applying system-wide alternatives
[    0.188311] devtmpfs: initialized
[    0.195967] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.205472] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.220096] pinctrl core: initialized pinctrl subsystem
[    0.226621] DMI not present or invalid.
[    0.230635] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.236941] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.243815] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.251518] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.259381] audit: initializing netlink subsys (disabled)
[    0.264862] audit: type=2000 audit(0.176:1): state=initialized audit_enabled=0 res=1
[    0.265258] thermal_sys: Registered thermal governor 'step_wise'
[    0.272420] thermal_sys: Registered thermal governor 'power_allocator'
[    0.278425] cpuidle: using governor menu
[    0.288984] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.295596] ASID allocator initialised with 32768 entries
[    0.301603] Serial: AMBA PL011 UART driver
[    0.305488] imx mu driver is registered.
[    0.309339] imx rpmsg driver is registered.
[    0.318294] imx93-pinctrl 443c0000.pinctrl: initialized IMX pinctrl driver
[    0.333200] platform lvds_panel: Fixed dependency cycle(s) with /ldb-display-controller/lvds-channel@0
[    0.342873] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[    0.349693] Modules: 0 pages in range for non-PLT usage
[    0.349696] Modules: 515376 pages in range for PLT usage
[    0.355543] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.367357] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.373596] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.380354] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.386595] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.393354] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.399595] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.406354] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.414059] ACPI: Interpreter disabled.
[    0.418437] iommu: Default domain type: Translated
[    0.422997] iommu: DMA domain TLB invalidation policy: strict mode
[    0.429385] SCSI subsystem initialized
[    0.433184] usbcore: registered new interface driver usbfs
[    0.438416] usbcore: registered new interface driver hub
[    0.443705] usbcore: registered new device driver usb
[    0.449489] mc: Linux media interface: v0.10
[    0.453541] videodev: Linux video capture interface: v2.00
[    0.459002] pps_core: LinuxPPS API ver. 1 registered
[    0.463895] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.473000] PTP clock support registered
[    0.477077] EDAC MC: Ver: 3.0.0
[    0.480494] scmi_core: SCMI protocol bus registered
[    0.485489] FPGA manager framework
[    0.488687] Advanced Linux Sound Architecture Driver Initialized.
[    0.495236] Bluetooth: Core ver 2.22
[    0.498570] NET: Registered PF_BLUETOOTH protocol family
[    0.503851] Bluetooth: HCI device and connection manager initialized
[    0.510169] Bluetooth: HCI socket layer initialized
[    0.515020] Bluetooth: L2CAP socket layer initialized
[    0.520053] Bluetooth: SCO socket layer initialized
[    0.525261] vgaarb: loaded
[    0.528232] clocksource: Switched to clocksource arch_sys_counter
[    0.534294] VFS: Disk quotas dquot_6.6.0
[    0.538004] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.544945] pnp: PnP ACPI: disabled
[    0.553256] NET: Registered PF_INET protocol family
[    0.558039] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.566341] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.574665] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.582326] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.590270] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.597887] TCP: Hash tables configured (established 16384 bind 16384)
[    0.604281] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.610851] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.618060] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.623917] RPC: Registered named UNIX socket transport module.
[    0.629576] RPC: Registered udp transport module.
[    0.634246] RPC: Registered tcp transport module.
[    0.638925] RPC: Registered tcp-with-tls transport module.
[    0.644386] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.651557] PCI: CLS 0 bytes, default 64
[    0.655459] kvm [1]: IPA Size Limit: 40 bits
[    0.659487] kvm [1]: GICv3: no GICV resource entry
[    0.664234] kvm [1]: disabling GICv2 emulation
[    0.668670] kvm [1]: GIC system register CPU interface enabled
[    0.674481] kvm [1]: vgic interrupt IRQ9
[    0.678381] kvm [1]: VHE mode initialized successfully
[    0.684376] Initialise system trusted keyrings
[    0.688746] workingset: timestamp_bits=42 max_order=19 bucket_order=0
[    0.695218] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.701030] NFS: Registering the id_resolver key type
[    0.705849] Key type id_resolver registered
[    0.709977] Key type id_legacy registered
[    0.713976] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.720644] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.728016] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.734261] 9p: Installing v9fs 9p2000 file system support
[    0.760504] jitterentropy: Initialization failed with host not compliant with requirements: 9
[    0.768755] Key type asymmetric registered
[    0.772833] Asymmetric key parser 'x509' registered
[    0.777716] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.785057] io scheduler mq-deadline registered
[    0.789554] io scheduler kyber registered
[    0.793575] io scheduler bfq registered
[    0.801444] EINJ: ACPI disabled.
[    0.809111] Bus freq driver module loaded
[    0.818243] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.835874] printk: console [ttyLP0] enabled0x44380010 (irq = 17, base_baud = 1500000) is a FSL_LPUART
[    0.835874] printk: console [ttyLP0] enabled
[    0.844297] printk: bootconsole [lpuart32] disabled
[    0.844297] printk: bootconsole [lpuart32] disabled
[    0.856962] 44390000.serial: ttyLP1 at MMIO 0x44390010 (irq = 18, base_baud = 1500000) is a FSL_LPUART
[    0.867045] 42580000.serial: ttyLP3 at MMIO 0x42580010 (irq = 19, base_baud = 1500000) is a FSL_LPUART
[    0.877063] 42690000.serial: ttyLP2 at MMIO 0x42690010 (irq = 20, base_baud = 1500000) is a FSL_LPUART
[    0.893362] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[    0.901714] imx93-ldb ldb-display-controller: Failed to create device link (0x180) with 4ae30000.lcd-controller
[    0.915421] loop: module loaded
[    0.919747] megasas: 07.725.01.00-rc1
[    0.928023] tun: Universal TUN/TAP device driver, 1.6
[    0.933334] CAN device driver interface
[    0.938738] thunder_xcv, ver 1.0
[    0.942022] thunder_bgx, ver 1.0
[    0.945264] nicpf, ver 1.0
[    0.949199] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    0.956428] hns3: Copyright (c) 2017 Huawei Corporation.
[    0.961767] hclge is initializing
[    0.965111] e1000: Intel(R) PRO/1000 Network Driver
[    0.969982] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.975735] e1000e: Intel(R) PRO/1000 Network Driver
[    0.980697] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.986625] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.992051] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.997640] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    1.003898] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.009959] sky2: driver version 1.30
[    1.014004] usbcore: registered new device driver r8152-cfgselector
[    1.020284] usbcore: registered new interface driver r8152
[    1.026168] VFIO - User Level meta-driver version: 0.3
[    1.033191] usbcore: registered new interface driver uas
[    1.038530] usbcore: registered new interface driver usb-storage
[    1.044579] usbcore: registered new interface driver usbserial_generic
[    1.051107] usbserial: USB Serial support registered for generic
[    1.057112] usbcore: registered new interface driver ftdi_sio
[    1.062855] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.070166] usbcore: registered new interface driver usb_serial_simple
[    1.076696] usbserial: USB Serial support registered for carelink
[    1.082792] usbserial: USB Serial support registered for flashloader
[    1.089146] usbserial: USB Serial support registered for funsoft
[    1.095161] usbserial: USB Serial support registered for google
[    1.101084] usbserial: USB Serial support registered for hp4x
[    1.106831] usbserial: USB Serial support registered for kaufmann
[    1.112924] usbserial: USB Serial support registered for libtransistor
[    1.119448] usbserial: USB Serial support registered for moto_modem
[    1.125714] usbserial: USB Serial support registered for motorola_tetra
[    1.132327] usbserial: USB Serial support registered for nokia
[    1.138160] usbserial: USB Serial support registered for novatel_gps
[    1.144516] usbserial: USB Serial support registered for siemens_mpi
[    1.150865] usbserial: USB Serial support registered for suunto
[    1.156791] usbserial: USB Serial support registered for vivopay
[    1.162801] usbserial: USB Serial support registered for zio
[    1.168463] usbcore: registered new interface driver usb_ehset_test
[    1.177819] input: 44440000.bbnsm:pwrkey as /devices/platform/soc@0/44000000.bus/44440000.bbnsm/44440000.bbnsm:pwrkey/input/input0
[    1.193792] bbnsm_rtc 44440000.bbnsm:rtc: registered as rtc0
[    1.200637] bbnsm_rtc 44440000.bbnsm:rtc: setting system clock to 1970-01-01T00:02:32 UTC (152)
[    1.210016] i2c_dev: i2c /dev entries driver
[    1.215108] Error: Driver 'mxsfb' is already registered, aborting...
[    1.224277] imx7ulp-wdt 42490000.watchdog: imx93 wdt probe
[    1.262103] Bluetooth: HCI UART driver ver 2.3
[    1.266569] Bluetooth: HCI UART protocol H4 registered
[    1.271704] Bluetooth: HCI UART protocol BCSP registered
[    1.277025] Bluetooth: HCI UART protocol LL registered
[    1.282154] Bluetooth: HCI UART protocol ATH3K registered
[    1.287564] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    1.293945] Bluetooth: HCI UART protocol Broadcom registered
[    1.299613] Bluetooth: HCI UART protocol QCA registered
[    1.305964] sdhci: Secure Digital Host Controller Interface driver
[    1.312160] sdhci: Copyright(c) Pierre Ossman
[    1.316846] Synopsys Designware Multimedia Card Interface Driver
[    1.323212] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.330259] ledtrig-cpu: registered to indicate activity on CPUs
[    1.337498] fsl-se secure-enclave: assigned reserved memory node ele-reserved@a4120000
[    1.347485] fsl-se secure-enclave: Successfully registered ele-trng
[    1.353791] fsl-se secure-enclave: i.MX secure-enclave: hsm0 interface to firmware, configured.
[    1.362476] random: crng init done
[    1.364242] mmc0: SDHCI controller on 42850000.mmc [42850000.mmc] using ADMA
[    1.365986] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    1.379689] usbcore: registered new interface driver usbhid
[    1.385304] usbhid: USB HID core driver
[    1.390336] ethosu ethosu: assigned reserved memory node ethosu_region@C0000000
[    1.399361] remoteproc remoteproc0: releasing imx-rproc
[    1.406125] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 counters available
[    1.416188]  cs_system_cfg: CoreSight Configuration manager initialised
[    1.426717] NET: Registered PF_LLC protocol family
[    1.431584] u32 classifier
[    1.434306]     input device check on
[    1.437977]     Actions configured
[    1.441681] NET: Registered PF_INET6 protocol family
[    1.447228] Segment Routing with IPv6
[    1.450944] In-situ OAM (IOAM) with IPv6
[    1.454953] NET: Registered PF_PACKET protocol family
[    1.460029] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.472971] can: controller area network core
[    1.477366] NET: Registered PF_CAN protocol family
[    1.482222] can: raw protocol
[    1.485197] can: broadcast manager protocol
[    1.489395] can: netlink gateway - max_hops=1
[    1.493951] Bluetooth: RFCOMM TTY layer initialized
[    1.498848] Bluetooth: RFCOMM socket layer initialized
[    1.504006] Bluetooth: RFCOMM ver 1.11
[    1.507759] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.513069] Bluetooth: BNEP filters: protocol multicast
[    1.518293] Bluetooth: BNEP socket layer initialized
[    1.523262] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.529177] Bluetooth: HIDP socket layer initialized
[    1.534411] 8021q: 802.1Q VLAN Support v1.8
[    1.538665] lib80211: common routines for IEEE802.11 drivers
[    1.544408] 9pnet: Installing 9P2000 support
[    1.548830] Key type dns_resolver registered
[    1.553345] NET: Registered PF_VSOCK protocol family
[    1.564732] mmc0: new high speed MMC card at address 0001
[    1.570727] mmcblk0: mmc0:0001 DG4008 7.28 GiB
[    1.576575] registered taskstats version 1
[    1.580806]  mmcblk0: p1 p2
[    1.580966] Loading compiled-in X.509 certificates
[    1.584112] mmcblk0boot0: mmc0:0001 DG4008 4.00 MiB
[    1.594684] mmcblk0boot1: mmc0:0001 DG4008 4.00 MiB
[    1.600716] mmcblk0rpmb: mmc0:0001 DG4008 4.00 MiB, chardev (234:0)
[    1.607222] usb_phy_generic usbphynop1: dummy supplies not allowed for exclusive requests
[    1.615595] usb_phy_generic usbphynop2: dummy supplies not allowed for exclusive requests
[    1.633993] imx93-ldb ldb-display-controller: Failed to create device link (0x180) with ldb-phy
[    1.645772] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[    1.655263] imx-dwmac 428a0000.ethernet: IRQ eth_lpi not found
[    1.661457] imx-dwmac 428a0000.ethernet: User ID: 0x10, Synopsys ID: 0x52
[    1.668314] imx-dwmac 428a0000.ethernet:     DWMAC4/5
[    1.673158] imx-dwmac 428a0000.ethernet: DMA HW capability register supported
[    1.680289] imx-dwmac 428a0000.ethernet: RX Checksum Offload Engine supported
[    1.687417] imx-dwmac 428a0000.ethernet: TX Checksum insertion supported
[    1.694111] imx-dwmac 428a0000.ethernet: Wake-Up On Lan supported
[    1.700252] imx-dwmac 428a0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    1.707905] imx-dwmac 428a0000.ethernet: Enabled L3L4 Flow TC (entries=8)
[    1.714696] imx-dwmac 428a0000.ethernet: Enabled RFS Flow TC (entries=10)
[    1.721472] imx-dwmac 428a0000.ethernet: Enabling HW TC (entries=256, max_off=256)
[    1.729031] imx-dwmac 428a0000.ethernet: Using 32/32 bits DMA host/device width
[    1.748139] sdhci-esdhc-imx 42860000.mmc: Got CD GPIO
[    1.750770] remoteproc remoteproc0: releasing imx-rproc
[    1.762490] i2c i2c-0: LPI2C adapter registered
[    1.768205] i2c i2c-1: LPI2C adapter registered
[    1.771796] nxp-pca9450 1-0025: pca9451a probed.
[    1.777580] input: eGalax_Touch_ScreenAllPoint as /devices/virtual/input/input1
[    1.785313] i2c i2c-2: LPI2C adapter registered
[    1.788483] mmc1: SDHCI controller on 42860000.mmc [42860000.mmc] using ADMA
[    1.791043] imx93-ldb ldb-display-controller: Failed to create device link (0x180) with lvds_panel
[    1.806943] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[    1.815202] imx-drm display-subsystem: bound ldb-display-controller (ops imx93_ldb_ops)
[    1.823544] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0
[    1.828268] mmc1: new high speed SDHC card at address aaaa
[    1.837563] mmcblk1: mmc1:aaaa SA16G 14.8 GiB
[    1.844540]  mmcblk1: p1 p2
[    1.872526] Console: switching to colour frame buffer device 100x30
[    1.895907] imx-drm display-subsystem: [drm] fb0: imx-drmdrmfb frame buffer device
[    1.907530] ci_hdrc ci_hdrc.1: EHCI Host Controller
[    1.912446] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[    1.932238] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[    1.938142] hub 1-0:1.0: USB hub found
[    1.941916] hub 1-0:1.0: 1 port detected
[    1.948194] remoteproc remoteproc0: releasing imx-rproc
[    1.948409] sdhci-esdhc-imx 428b0000.mmc: allocated mmc-pwrseq
[    1.955258] remoteproc remoteproc0: releasing imx-rproc
[    2.014826] mmc2: SDHCI controller on 428b0000.mmc [428b0000.mmc] using ADMA
[    2.022888] imx-dwmac 428a0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[    2.022915] remoteproc remoteproc0: releasing imx-rproc
[    2.056625] mmc2: new high speed SDIO card at address 0001
[    2.102044] imx-dwmac 428a0000.ethernet eth0: PHY [stmmac-0:07] driver [Microchip LAN8841 Gigabit PHY] (irq=POLL)
[    2.119185] imx-dwmac 428a0000.ethernet eth0: No Safety Features support found
[    2.126420] imx-dwmac 428a0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[    2.134787] imx-dwmac 428a0000.ethernet eth0: registered PTP clock
[    2.141363] imx-dwmac 428a0000.ethernet eth0: FPE workqueue start
[    2.147467] imx-dwmac 428a0000.ethernet eth0: configuring for phy/rgmii-id link mode
[    2.155642] 8021q: adding VLAN 0 to HW filter on device eth0
[    2.608236] usb 1-1: new high-speed USB device number 2 using ci_hdrc
[    2.770079] usb-storage 1-1:1.0: USB Mass Storage device detected
[    2.776578] scsi host0: usb-storage 1-1:1.0
[    2.782050] remoteproc remoteproc0: releasing imx-rproc
[    3.806610] scsi 0:0:0:0: Direct-Access      USB      SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
[    3.823976] sd 0:0:0:0: [sda] 240353280 512-byte logical blocks: (123 GB/115 GiB)
[    3.832097] sd 0:0:0:0: [sda] Write Protect is off
[    3.837469] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.852358]  sda: sda1
[    3.854959] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    3.861434] remoteproc remoteproc0: releasing imx-rproc
[    5.213877] imx-dwmac 428a0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    5.240238] IP-Config: Complete:
[    5.243458]      device=eth0, hwaddr=5a:dd:0e:59:b5:d8, ipaddr=192.168.0.169, mask=25.255.255.0, gw=192.168.0.254
[    5.253711]      host=desk-mx, domain=, nis-domain=(none)
[    5.259096]      bootserver=192.168.0.89, rootserver=192.168.0.89, rootpath=
[    5.259196] IP-Config: Unable to set interface netmask (-22)
[    5.272086] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.281174] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.287370] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    5.294662] clk: Disabling unused clocks
[    5.298666] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.300892] ALSA device list:
[    5.307285] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[    5.310268]   No soundcards found.
[    6.353370] VFS: Mounted root (nfs filesystem) on device 0:22.
[    6.359880] devtmpfs: mounted
[    6.364109] Freeing unused kernel memory: 4032K
[    6.368738] Run /sbin/init as init process
[    6.674465] systemd[1]: System time before build time, advancing clock.
[    6.754060] 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)
[    6.786099] systemd[1]: Detected architecture arm64.

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

[    6.814097] systemd[1]: Hostname set to <desk-mx93-rev1>.
[    6.825155] systemd[1]: Initializing machine ID from random generator.
[    7.553324] systemd[1]: Queued start job for default target Graphical Interface.
[    7.579786] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[    7.601792] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    7.625828] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    7.649424] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    7.672658] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    7.700599] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    7.724540] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[    7.744399] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    7.764409] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[    7.784419] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[    7.838356] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[    7.860517] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[    7.882230] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    7.904757] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    7.930036] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    7.952927] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    7.977039] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    7.997790] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    8.022988] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    8.044925] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    8.065482] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[    8.112659] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    8.152606] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    8.181430] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    8.200807] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[    8.220287] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[    8.273009] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[    8.312929] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[    8.338356] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    8.368682] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    8.420978] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[    8.441244] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    8.469504] fuse: init (API version 7.39)
[    8.471771] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    8.501061] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.
[    8.544937] systemd[1]: Mounting NFSD configuration filesystem...
         Mounting NFSD configuration filesystem...
[    8.593520] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network units from Kernel command line...
[    8.623206] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    8.661035] systemd-journald[138]: Collecting audit messages is enabled.
[    8.661131] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    8.714110] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[    8.751091] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[    8.769933] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  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 Mount Daemon.
[DEPEND] Dependency failed for NFS server and services.
[  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.
[    9.328822] systemd-journald[138]: Received client request to flush runtime journal.
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Finished Create Static Device Nodes in /dev gracefully.
         Starting Create System Users...
[    9.591919] audit: type=1334 audit(1709054766.912:2): prog-id=6 op=LOAD
[    9.599655] audit: type=1334 audit(1709054766.912:3): prog-id=7 op=LOAD
[    9.607076] audit: type=1334 audit(1709054766.912:4): prog-id=8 op=LOAD
         Starting User Database Manager...
[  OK  ] Finished Coldplug All udev Devices.
[  OK  ] Started User Database Manager.
[  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...
[   10.022283] audit: type=1334 audit(1709054767.344:5): prog-id=9 op=LOAD
[   10.045315] audit: type=1334 audit(1709054767.368: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...
[FAILED] Failed to start Load/Save OS Random Seed.
See 'systemctl status systemd-random-seed.service' for details.
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Finished Create Volatile Files and Directories.
         Starting Rebuild Journal Catalog...
[   10.898523] audit: type=1334 audit(1709054768.216:7): prog-id=11 op=LOAD
[FAILED] Failed to start Network Name Resolution.
[   10.936709] audit: type=1334 audit(1709054768.260:8): prog-id=11 op=UNLOAD
See 'systemctl status systemd-resolved.service' for details.
[  OK  ] Reached target Host and Network Name Lookups.
[   10.988558] audit: type=1334 audit(1709054768.312:9): prog-id=12 op=LOAD
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[   11.031804] audit: type=1334 audit(1709054768.352:10): prog-id=12 op=UNLOAD
[  OK  ] Reached target System Time Set.
         Starting Record System Boot/Shutdown in UTMP...
[   11.200144] audit: type=1334 audit(1709054768.520: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.
[  OK  ] Finished Rebuild Journal Catalog.
[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 Record System Boot/Shutdown in UTMP.
[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.
[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 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[   12.677205] remoteproc remoteproc0: releasing imx-rproc
 socket...
[  OK  ] Listening on sshd.socket.
[  OK  ] Listening on Weston socket.
[  OK  ] Created slice Slice /system/systemd-backlight.
[  OK  ] Reached target Socket Units.
[  OK  ] Reached target Basic System.
[   12.837862] remoteproc remoteproc0: releasing imx-rproc
[  OK  ] Started Job spooling tools.
[   12.883979] remoteproc remoteproc0: releasing imx-rproc
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started Periodic Command Scheduler.
[   12.943017] fsl_mc_err_probe: No ECC DIMMs discovered
         Starting D-Bus System Message Bus...
         Starting IPv6 Packet Filtering Framework...
         Starting IPv4 Packet Filtering Framework...
         Starting Telephony service...
[  OK  ] Started System Logging Service.
         Starting Load/Save Screen Backligh…rightness of backlight:backlight...
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
syslogd[253]: Error opening log file: /var/log/auth.log: No such file or directory
syslogd[253]: Error opening log file: /var/log/syslog: No such file or directory
syslogd[253]: Error opening log file: /var/log/kern.log: No such file or directory
syslogd[253]: Error opening log file: /var/log/mail.log: No such file or directory
syslogd[253]: Error opening log file: /var/log/mail.err: No such file or directory
syslogd[253]: 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.
[FAILED] Failed to start Load/Save Screen B… Brightness of backlight:backlight.
See 'systemctl status systemd-backlight…cklight:backlight.service' for details.
[  OK  ] Reached target Preparation for Network.
[  OK  ] Reached target Hardware activated USB gadget.
         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.
[  OK  ] Started Network Configuration.
[  OK  ] Reached target Network.
         Starting Load Kernel Module drm...
[  OK  ] Started Network Time Service.
         Starting Permit User Sessions...
[  OK  ] Started Xinetd A Powerful Replacement For Inetd.
[  OK  ] Finished Load Kernel Module drm.
[  OK  ] Finished Permit User Sessions.
         Starting Save/Restore Sound Card State...
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyLP0.
[  OK  ] Reached target Login Prompts.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
[  OK  ] Reached target Multi-User System.
         Starting Virtual Console Setup...
         Starting Weston, a Wayland compositor, as a system service...
[  OK  ] Finished Save/Restore Sound Card State.
[  OK  ] Reached target Sound Card.
         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  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
[  OK  ] Finished Virtual Console Setup.
[  OK  ] Finished OpenSSH Key Generation.

NXP i.MX Release Distro 6.6-scarthgap desk-mx93-rev1 ttyLP0

desk-mx93-rev1 login: root
root@desk-mx93-rev1:~# uname -a
Linux desk-mx93-rev1 6.6.52-desk-mx9-l-6.0.0-lts-next-lts-next-gf90bc32626fe #1 SMP PREEMPT Fri Feb 13 09:39:57 UTC 2026 aarch64 GNU/Linux
root@desk-mx93-rev1:~# 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-mx9-l-6.0.0"
root@desk-mx93-rev1:~# cat /etc/buildinfo
-----------------------
Build Configuration:  |
-----------------------
DISTRO = fsl-imx-wayland
DISTRO_VERSION = 6.6-scarthgap
MACHINE = desk-mx93-rev1
IMAGE_BASENAME = dave-image-minimal
-----------------------
Layer Revisions:      |
-----------------------
meta-arm          = scarthgap:950a4afce46a359def2958bd9ae33fc08ff9bb0d
meta-arm-toolchain = scarthgap:950a4afce46a359def2958bd9ae33fc08ff9bb0d
meta-clang        = scarthgap:2b7433611d80f6d0ee1b04156fa91fc73d3c2665
meta-dave         = scarthgap:988f0475300d2f5ff4cea89df5eebfb16e8ad28d
meta-desk-mx-app  = HEAD:20fb3dbd8a525a546dbc7e72720c510a2ddde43f
meta-desk-mx-bsp  = HEAD:20fb3dbd8a525a546dbc7e72720c510a2ddde43f
meta-desk-mx-distro = HEAD:20fb3dbd8a525a546dbc7e72720c510a2ddde43f
meta-flutter      = scarthgap:545eda504de8d9e7b7d2911898e891cb016b6693
meta-flutter-apps = scarthgap:545eda504de8d9e7b7d2911898e891cb016b6693
meta-freescale    = scarthgap:0627128b341cfb2bef7a0832ce8cac0ce1127f13
meta-freescale-3rdparty = scarthgap:6c063450d464eb2f380443c7d9af1b94ce9b9d75
meta-freescale-distro = scarthgap:b9d6a5d9931922558046d230c1f5f4ef6ee72345
meta-imx-bsp      = HEAD:e83d4402acde050d2b2761995761c81c797b5b03
meta-imx-ml       = HEAD:e83d4402acde050d2b2761995761c81c797b5b03
meta-imx-sdk      = HEAD:e83d4402acde050d2b2761995761c81c797b5b03
meta-imx-v2x      = HEAD:e83d4402acde050d2b2761995761c81c797b5b03
meta-nxp-matter-baseline = HEAD:f58365ec75a5768ff3e8e8bcd64f237738c93160
meta-nxp-openthread = HEAD:f58365ec75a5768ff3e8e8bcd64f237738c93160
meta-nxp-demo-experience = HEAD:e8e646e22b1f926aac83bb7ad522efa9cd8ccc45
meta-filesystems  = scarthgap:72018ca1b1a471226917e8246e8bbf9a374ccf97
meta-gnome        = scarthgap:72018ca1b1a471226917e8246e8bbf9a374ccf97
meta-multimedia   = scarthgap:72018ca1b1a471226917e8246e8bbf9a374ccf97
meta-networking   = scarthgap:72018ca1b1a471226917e8246e8bbf9a374ccf97
meta-oe           = scarthgap:72018ca1b1a471226917e8246e8bbf9a374ccf97
meta-python       = scarthgap:72018ca1b1a471226917e8246e8bbf9a374ccf97
meta-qt6          = 6.8:586a6cb5aec755803a3be3cec359baafe89d6432
meta-parsec       = scarthgap:459d837338ca230254baa2994f870bf6eb9d0139
meta-tpm          = scarthgap:459d837338ca230254baa2994f870bf6eb9d0139
meta-timesys      = scarthgap:4dc3f4bdfde4a86904b6e1a3d58df4696e7a63fa
meta-virtualization = scarthgap:6f3c1d8f90947408a6587be222fec575a1ca5195
meta              = scarthgap:200d12b6a58ad961d60a7774ca0f7a9d29498724
meta-poky         = scarthgap:200d12b6a58ad961d60a7774ca0f7a9d29498724
root@desk-mx93-rev1:~#

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

dvdk@vagrant:~$ cat /var/log/syslog | tail -n 2
Jan 30 16:06:08 vagrant tftpd[2326386]: tftpd: serving file from /tftpboot
Jan 30 16:06:15 vagrant rpc.mountd[862]: authenticated mount request from 192.168.0.89:720 for /home/dvdk/desk-mx-l/rfs/desk-mx9-l-5.0.0/mx9 (/home)

Kernel Module[edit | edit source]

The module are already present and loaded on RFS on MVM.

root@desk-mx93-rev1:~# ls -la /lib/modules/$(uname -r)
total 1252
drwxr-xr-x  4 weston weston   4096 Mar  9  2018 .
drwxr-xr-x  3 weston weston   4096 Mar  9  2018 ..
drwxr-xr-x 11 weston weston   4096 Mar  9  2018 kernel
-rw-r--r--  1 weston weston 236763 Mar  9  2018 modules.alias
-rw-r--r--  1 weston weston 247965 Mar  9  2018 modules.alias.bin
-rw-r--r--  1 weston weston  39800 Mar  9  2018 modules.builtin
-rw-r--r--  1 weston weston  22898 Mar  9  2018 modules.builtin.alias.bin
-rw-r--r--  1 weston weston  42680 Mar  9  2018 modules.builtin.bin
-rw-r--r--  1 weston weston 254966 Mar  9  2018 modules.builtin.modinfo
-rw-r--r--  1 weston weston  53483 Mar  9  2018 modules.dep
-rw-r--r--  1 weston weston  93250 Mar  9  2018 modules.dep.bin
-rw-r--r--  1 weston weston    174 Mar  9  2018 modules.devname
-rw-r--r--  1 weston weston  34154 Mar  9  2018 modules.order
-rw-r--r--  1 weston weston    479 Mar  9  2018 modules.softdep
-rw-r--r--  1 weston weston  92092 Mar  9  2018 modules.symbols
-rw-r--r--  1 weston weston 118173 Mar  9  2018 modules.symbols.bin
drwxr-xr-x  3 weston weston   4096 Mar  9  2018 updates
root@desk-mx93-rev1:~# lsmod
Module                  Size  Used by
crct10dif_ce           12288  1
polyval_ce             12288  0
polyval_generic        12288  1 polyval_ce
layerscape_edac_mod    16384  0
snd_soc_tlv320aic31xx    53248  1
snd_soc_fsl_sai        32768  2
snd_soc_fsl_utils      12288  1 snd_soc_fsl_sai
imx_pcm_dma            12288  1 snd_soc_fsl_sai
fuse                  131072  1
root@desk-mx93-rev1:~#