1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Yocto linux BSP for i.MX93 development board

1
Last updated at Posted at 2026-08-16

BSP support

以下の投稿によれば、
Kernel 6.6 bspでは代替DRAM搭載ボードでは、
u-boot SPL がu-bootを起動してくれない不具合があったが、6.18.10では解決済であるとのこと。
https://community.nxp.com/t5/Other-NXP-Products/FRDM-i-MX93-cannot-boot-past-M33-prepare-ok-UUU-SDPS-boot-times/m-p/2401214#M33083

今回は6.18.20のBSPをi.MXのdocker環境でビルドする。

Prepare working dir

$ cd projects // 作業dir
$ mkdir imx93-work

Checkout imx-docker

$ git clone https://github.com/nxp-imx/imx-docker

Get Improved-the-container-user-creation-process patch for imx-docker

$ git clone https://github.com/john-r-graham/imx-docker imx-docker-john-r-graham
$ cd imx-docker-john-r-graham
$ git format-patch -1 6328e52010821d034b7fa8a376e2635b12ca7201
$ cp 0001-Improved-the-container-user-creation-process.patch ../imx-docker
$ cd ../

Edit config.sh to customize your build environment

$ cd ./imx-docker
$ vi config.sh

patch

diff --git a/config.sh b/config.sh
index 82f0113..507869b 100644
--- a/config.sh
+++ b/config.sh
@@ -1,13 +1,13 @@
 #!/bin/bash
 
 # Docker configuration
-export DOCKER_WORKDIR="${HOME}/yocto-builds"
+export DOCKER_WORKDIR="${HOME}/projects/imx93-work"
 
 # Yocto build configuration
 export REMOTE="https://github.com/nxp-imx/imx-manifest"
 
 # Default build configuration (can be overridden)
-export MACHINE="${MACHINE:-imx8mpevk}"
+export MACHINE="${MACHINE:-imx93-11x11-lpddr4x-frdm}"
 export DISTRO="${DISTRO:-fsl-imx-wayland}"
 export IMAGES="${IMAGES:-imx-image-core}"

Build docker image

$ ./docker-build.sh 6.18.20-2.0.0 --no-cache

Build yocto image

$ ./docker-run.sh 6.18.20-2.0.0 yocto-build.sh

Extract & write

$ cd $HOME/projects/imx93-work/build_fsl-imx-wayland/tmp/deploy/images/imx93-11x11-lpddr4x-frdm
$ zstd -d -k ./imx-image-core-imx93-11x11-lpddr4x-frdm.rootfs-20260816051301.wic.zst

imx-image-core-imx93-11x11-lpddr4x-frdm.rootfs-20260816051301.wic
をrpi-imager等でSDへ書き込む。
(あるいは、*.wic.zstをuuuでボード経由でSDへ書き込む)

Boot Log

boot switchをsd bootに設定し、起動する

U-Boot SPL 2026.04-lf_v2026.04+g6eeef838dac+p0 (Jun 02 2026 - 15:03:39 +0000)
PMIC: PCA9451A
PMIC: Over Drive Voltage Mode
DDR: 3733MTS
found DRAM 2CS_2GB DRAM matched
M33 prepare ok
Normal Boot
Trying to boot from BOOTROM
Boot Stage: Primary boot
image offset 0x8000, pagesize 0x200, ivt offset 0x0
Load image from 0x57c00 by ROM_API
NOTICE:  TRDC init done
NOTICE:  BL31: v2.14.1(release):lf-6.18.20-2.0.0
NOTICE:  BL31: Built : 12:42:19, Jun  8 2026


U-Boot 2026.04-lf_v2026.04+g6eeef838dac+p0 (Jun 02 2026 - 15:03:39 +0000)

Reset Status: POR 

CPU:   NXP i.MX93(52) Rev1.2 A55 at 1700 MHz
CPU:   Industrial temperature grade (-40C to 105C) at 30C
Model: NXP i.MX93 11X11 FRDM board
DRAM:  2 GiB
BOARD: V1.0(ADC2:690,ADC3:73)
TCPC:  Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C2 0x52]
TCPC:  Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C2 0x50]
Core:  222 devices, 31 uclasses, devicetree: separate
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... Reading from MMC(1)... *** Warning - bad CRC, using default environment

Fail to setup video link
In:    serial
Out:   serial
Err:   serial

BuildInfo:
  - ELE firmware version 2.0.6-2449fe9d

switch to partitions #0, OK
mmc1 is current device
UID: 58b0d2b7af964c8d81a6edb3121dfa05
flash target is MMC:1
Net:   eth1: ethernet@428a0000 [PRIME], eth0: ethernet@42890000
Fastboot: Normal

Normal Boot
Hit any key to stop autoboot: 0
Working FDT set to 83000000
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
Scanning for bootflows in all bootdevs
Seq  Method       State   Uclass    Part  Name                      Filename
---  -----------  ------  --------  ----  ------------------------  ----------------
Scanning global bootmeth 'efi_mgr':
Unable to open OP-TEE session (err=-5)
mm_communicate failed!
tcpc_setup_ufp_mode: Polling ALERT register, TCPC_ALERT_CC_STATUS bit failed, ret = -62
Bus usb@4c100000: Port not available.
USB EHCI 1.00
Bus usb@4c200000: 1 USB Device(s) found
No bootdevs for 'usb0'
Scanning bootdev 'mmc@42850000.bootdev':
Scanning bootdev 'mmc@42860000.bootdev':
Unknown uclass 'dhcp' in label
No more bootdevs
---  -----------  ------  --------  ----  ------------------------  ----------------
(0 bootflows, 0 valid)
Running BSP bootcmd ...
switch to partitions #0, OK
mmc1 is current device
** No boot file defined **
35678720 bytes read in 376 ms (90.5 MiB/s)
Booting from mmc ...
61248 bytes read in 3 ms (19.5 MiB/s)
## Flattened Device Tree blob at 83000000
   Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
   Loading Device Tree to 000000008ffee000, end 000000008fffff3f ... OK
Working FDT set to 8ffee000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    0.000000] Linux version 6.18.20-2.0.0-gb096ce610e95 (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 15.2.0, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT Tue Jun  9 02:25:20 UTC 2026
[    0.000000] KASLR disabled due to lack of seed
[    0.000000] Machine model: NXP FRDM-IMX93
[    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] earlycon: lpuart32 at MMIO32 0x0000000044380000 (options '')
[    0.000000] printk: legacy bootconsole [lpuart32] enabled
[    0.000000] OF: reserved mem: 0x0000000097e00000..0x0000000097ffffff (2048 KiB) nomap non-reusable optee_shm@97e00000
[    0.000000] OF: reserved mem: 0x0000000096000000..0x0000000097dfffff (30720 KiB) nomap non-reusable optee_core@96000000
[    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] 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@a4010000
[    0.000000] OF: reserved mem: 0x00000000a4018000..0x00000000a401ffff (32 KiB) nomap non-reusable vdev1vring1@a4018000
[    0.000000] OF: reserved mem: 0x000000002021e000..0x000000002021efff (4 KiB) nomap non-reusable rsc-table@2021e000
[    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] NUMA: Faking a node at [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0xffbd1ec0-0xffbd4a3f]
[    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-0x0000000095ffffff]
[    0.000000]   node   0: [mem 0x0000000098000000-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] 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.5
[    0.000000] percpu: Embedded 25 pages/cpu s61976 r8192 d32232 u102400
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GICv3 CPU interface
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: console=ttyLP0,115200 earlycon root=/dev/mmcblk1p2 rootwait rw
[    0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[    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] software IO TLB: SWIOTLB bounce buffer size adjusted to 1MB
[    0.000000] software IO TLB: area num 2.
[    0.000000] software IO TLB: mapped [mem 0x00000000fd600000-0x00000000fd800000] (2MB)
[    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] 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=512 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] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[    0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: GICD_CTLR.DS=0, SCR_EL3.FIQ=1
[    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 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.008388] Console: colour dummy device 80x25
[    0.012635] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.022800] pid_max: default: 32768 minimum: 301
[    0.027451] LSM: initializing lsm=capability
[    0.031725] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.039007] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.048399] rcu: Hierarchical SRCU implementation.
[    0.052973] rcu: 	Max phase no-delay instances is 1000.
[    0.058295] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.066546] EFI services will not be available.
[    0.070976] smp: Bringing up secondary CPUs ...
[    0.075700] Detected VIPT I-cache on CPU1
[    0.075800] GICv3: CPU1: found redistributor 100 region 0:0x0000000048060000
[    0.075833] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    0.075974] smp: Brought up 1 node, 2 CPUs
[    0.097323] SMP: Total of 2 processors activated.
[    0.101993] CPU: All CPU(s) started at EL2
[    0.106080] CPU features: detected: 32-bit EL0 Support
[    0.111182] CPU features: detected: 32-bit EL1 Support
[    0.116301] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.124873] CPU features: detected: Common not Private translations
[    0.131119] CPU features: detected: CRC32 instructions
[    0.136233] CPU features: detected: RCpc load-acquire (LDAPR)
[    0.141944] CPU features: detected: LSE atomic instructions
[    0.147491] CPU features: detected: Privileged Access Never
[    0.153037] CPU features: detected: PMUv3
[    0.157021] CPU features: detected: RAS Extension Support
[    0.162402] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.169361] alternatives: applying system-wide alternatives
[    0.178757] Memory: 1456148K/2064384K available (22592K kernel code, 1690K rwdata, 8312K rodata, 2112K init, 686K bss, 80300K reserved, 524288K cma-reserved)
[    0.193403] devtmpfs: initialized
[    0.202563] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.212077] posixtimers hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.219440] futex hash table entries: 512 (32768 bytes on 1 NUMA nodes, total 32 KiB, linear).
[    0.233152] 23872 pages in range for non-PLT usage
[    0.233170] 515392 pages in range for PLT usage
[    0.237928] pinctrl core: initialized pinctrl subsystem
[    0.248879] DMI not present or invalid.
[    0.254165] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.260833] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.268269] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.276487] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.284192] audit: initializing netlink subsys (disabled)
[    0.289769] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1
[    0.290218] thermal_sys: Registered thermal governor 'step_wise'
[    0.297260] thermal_sys: Registered thermal governor 'power_allocator'
[    0.303267] cpuidle: using governor menu
[    0.313829] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.320428] ASID allocator initialised with 65536 entries
[    0.326013] Serial: AMBA PL011 UART driver
[    0.329905] imx mu driver is registered.
[    0.333750] imx rpmsg driver is registered.
[    0.342344] /soc@0/bus@42000000/i2c@42530000/ap1302_mipi@3c: Fixed dependency cycle(s) with /soc@0/bus@42800000/csi@4ae00000
[    0.353358] /soc@0/bus@42000000/i2c@42530000/tcpc@50/connector: Fixed dependency cycle(s) with /soc@0/usb@4c100000
[    0.363729] /soc@0/bus@42800000/csi@4ae00000: Fixed dependency cycle(s) with /soc@0/isi@4ae40000
[    0.372383] /soc@0/bus@42800000/csi@4ae00000: Fixed dependency cycle(s) with /soc@0/bus@42000000/i2c@42530000/ap1302_mipi@3c
[    0.383631] /soc@0/isi@4ae40000: Fixed dependency cycle(s) with /soc@0/bus@42800000/csi@4ae00000
[    0.392319] /soc@0/usb@4c100000: Fixed dependency cycle(s) with /soc@0/bus@42000000/i2c@42530000/tcpc@50/connector
[    0.404144] imx93-pinctrl 443c0000.pinctrl: initialized IMX pinctrl driver
[    0.412456] /soc@0/bus@42000000/i2c@42530000/ap1302_mipi@3c: Fixed dependency cycle(s) with /soc@0/bus@42800000/csi@4ae00000
[    0.423464] /soc@0/bus@42000000/i2c@42530000/tcpc@50/connector: Fixed dependency cycle(s) with /soc@0/usb@4c100000
[    0.434612] /soc@0/bus@42000000/i2c@42530000/ap1302_mipi@3c: Fixed dependency cycle(s) with /soc@0/bus@42800000/csi@4ae00000
[    0.445604] /soc@0/bus@42000000/i2c@42530000/tcpc@50/connector: Fixed dependency cycle(s) with /soc@0/usb@4c100000
[    0.456765] /soc@0/bus@42800000/csi@4ae00000: Fixed dependency cycle(s) with /soc@0/isi@4ae40000
[    0.465319] /soc@0/bus@42800000/csi@4ae00000: Fixed dependency cycle(s) with /soc@0/bus@42000000/i2c@42530000/ap1302_mipi@3c
[    0.477410] /soc@0/bus@42000000/i2c@42530000/ap1302_mipi@3c: Fixed dependency cycle(s) with /soc@0/bus@42800000/csi@4ae00000
[    0.488415] /soc@0/bus@42800000/csi@4ae00000: Fixed dependency cycle(s) with /soc@0/isi@4ae40000
[    0.497126] /soc@0/bus@42800000/csi@4ae00000: Fixed dependency cycle(s) with /soc@0/bus@42000000/i2c@42530000/ap1302_mipi@3c
[    0.510103] /soc@0/bus@42800000/csi@4ae00000: Fixed dependency cycle(s) with /soc@0/isi@4ae40000
[    0.518713] /soc@0/isi@4ae40000: Fixed dependency cycle(s) with /soc@0/bus@42800000/csi@4ae00000
[    0.527579] /soc@0/bus@42000000/i2c@42530000/tcpc@50/connector: Fixed dependency cycle(s) with /soc@0/usb@4c100000
[    0.537746] /soc@0/usb@4c100000: Fixed dependency cycle(s) with /soc@0/bus@42000000/i2c@42530000/tcpc@50/connector
[    0.549438] /ldb-display-controller/lvds-channel@0: Fixed dependency cycle(s) with /soc@0/bus@44000000/i2c@44340000/lvds-to-hdmi-bridge@4c
[    0.561617] /ldb-display-controller/lvds-channel@0: Fixed dependency cycle(s) with /soc@0/lcd-controller@4ae30000
[    0.574662] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.581211] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.587431] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.594189] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.600429] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.607188] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.613429] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.620188] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.628275] ACPI: Interpreter disabled.
[    0.632783] iommu: Default domain type: Translated
[    0.637342] iommu: DMA domain TLB invalidation policy: strict mode
[    0.643753] SCSI subsystem initialized
[    0.647577] usbcore: registered new interface driver usbfs
[    0.652830] usbcore: registered new interface driver hub
[    0.658102] usbcore: registered new device driver usb
[    0.663769] mc: Linux media interface: v0.10
[    0.667817] videodev: Linux video capture interface: v2.00
[    0.673281] pps_core: LinuxPPS API ver. 1 registered
[    0.678179] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.687293] PTP clock support registered
[    0.691207] EDAC MC: Ver: 3.0.0
[    0.694602] scmi_core: SCMI protocol bus registered
[    0.700091] FPGA manager framework
[    0.703319] Advanced Linux Sound Architecture Driver Initialized.
[    0.709915] Bluetooth: Core ver 2.22
[    0.713237] NET: Registered PF_BLUETOOTH protocol family
[    0.718517] Bluetooth: HCI device and connection manager initialized
[    0.724843] Bluetooth: HCI socket layer initialized
[    0.729694] Bluetooth: L2CAP socket layer initialized
[    0.734726] Bluetooth: SCO socket layer initialized
[    0.739970] vgaarb: loaded
[    0.743050] clocksource: Switched to clocksource arch_sys_counter
[    0.749124] VFS: Disk quotas dquot_6.6.0
[    0.752813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.760002] pnp: PnP ACPI: disabled
[    0.768089] NET: Registered PF_INET protocol family
[    0.772873] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.781195] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.789525] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.797187] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.805128] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.812770] TCP: Hash tables configured (established 16384 bind 16384)
[    0.819165] UDP hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.825773] UDP-Lite hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.832991] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.838866] RPC: Registered named UNIX socket transport module.
[    0.844539] RPC: Registered udp transport module.
[    0.849210] RPC: Registered tcp transport module.
[    0.853886] RPC: Registered tcp-with-tls transport module.
[    0.859347] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.866554] NET: Registered PF_XDP protocol family
[    0.871121] PCI: CLS 0 bytes, default 64
[    0.878133] kvm [1]: nv: 568 coarse grained trap handlers
[    0.883717] kvm [1]: IPA Size Limit: 40 bits
[    0.887762] kvm [1]: GICv3: no GICV resource entry
[    0.892504] kvm [1]: disabling GICv2 emulation
[    0.896940] kvm [1]: GIC system register CPU interface enabled
[    0.902747] kvm [1]: vgic interrupt IRQ9
[    0.906647] kvm [1]: VHE mode initialized successfully
[    0.912640] Initialise system trusted keyrings
[    0.917042] workingset: timestamp_bits=42 max_order=19 bucket_order=0
[    0.923510] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.929362] NFS: Registering the id_resolver key type
[    0.934183] Key type id_resolver registered
[    0.938311] Key type id_legacy registered
[    0.942309] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.948973] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.956466] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.962648] 9p: Installing v9fs 9p2000 file system support
[    1.004228] Key type asymmetric registered
[    1.008060] Asymmetric key parser 'x509' registered
[    1.012958] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    1.020291] io scheduler mq-deadline registered
[    1.024811] io scheduler kyber registered
[    1.028837] io scheduler bfq registered
[    1.035414] ledtrig-cpu: registered to indicate activity on CPUs
[    1.046549] Bus freq driver module loaded
[    1.057304] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.065851] 44380000.serial: ttyLP0 at MMIO 0x44380010 (irq = 17, base_[    1.075174] printk: legacy console [ttyLP0] enabled
[    1.075174] printk: legacy console [ttyLP0] enabled
[    1.084805] printk: legacy bootconsole [lpuart32] disabled
[    1.084805] printk: legacy bootconsole [lpuart32] disabled
[    1.107299] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[    1.115679] imx93-ldb ldb-display-controller: Failed to create device link (0x180) with supplier 4ae30000.lcd-controller for /ldb-display-controller/lvds-channel@0
[    1.134536] loop: module loaded
[    1.139127] megasas: 07.734.00.00-rc1
[    1.146393] MACsec IEEE 802.1AE
[    1.151887] tun: Universal TUN/TAP device driver, 1.6
[    1.157723] thunder_xcv, ver 1.0
[    1.161010] thunder_bgx, ver 1.0
[    1.164269] nicpf, ver 1.0
[    1.168173] e1000: Intel(R) PRO/1000 Network Driver
[    1.173076] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    1.178847] e1000e: Intel(R) PRO/1000 Network Driver
[    1.183813] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.189755] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.195147] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.200734] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    1.206998] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.213072] sky2: driver version 1.30
[    1.217202] usbcore: registered new device driver r8152-cfgselector
[    1.223516] usbcore: registered new interface driver r8152
[    1.229572] VFIO - User Level meta-driver version: 0.3
[    1.237018] usbcore: registered new interface driver uas
[    1.242395] usbcore: registered new interface driver usb-storage
[    1.248472] usbcore: registered new interface driver usbserial_generic
[    1.255015] usbserial: USB Serial support registered for generic
[    1.261033] usbcore: registered new interface driver ftdi_sio
[    1.266787] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.274102] usbcore: registered new interface driver usb_serial_simple
[    1.280636] usbserial: USB Serial support registered for carelink
[    1.286738] usbserial: USB Serial support registered for flashloader
[    1.293098] usbserial: USB Serial support registered for funsoft
[    1.299109] usbserial: USB Serial support registered for google
[    1.305032] usbserial: USB Serial support registered for hp4x
[    1.310778] usbserial: USB Serial support registered for kaufmann
[    1.316870] usbserial: USB Serial support registered for libtransistor
[    1.323397] usbserial: USB Serial support registered for moto_modem
[    1.329662] usbserial: USB Serial support registered for motorola_tetra
[    1.336281] usbserial: USB Serial support registered for nokia
[    1.342118] usbserial: USB Serial support registered for novatel_gps
[    1.348483] usbserial: USB Serial support registered for owon
[    1.354233] usbserial: USB Serial support registered for siemens_mpi
[    1.360590] usbserial: USB Serial support registered for suunto
[    1.366516] usbserial: USB Serial support registered for vivopay
[    1.372528] usbserial: USB Serial support registered for zio
[    1.378205] usbcore: registered new interface driver usb_ehset_test
[    1.388017] input: 44440000.bbnsm:pwrkey as /devices/platform/soc@0/44000000.bus/44440000.bbnsm/44440000.bbnsm:pwrkey/input/input0
[    1.404013] bbnsm_rtc 44440000.bbnsm:rtc: registered as rtc0
[    1.410833] bbnsm_rtc 44440000.bbnsm:rtc: setting system clock to 2026-03-13T16:34:50 UTC (1773419690)
[    1.420998] i2c_dev: i2c /dev entries driver
[    1.461673] Bluetooth: HCI UART driver ver 2.3
[    1.466147] Bluetooth: HCI UART protocol H4 registered
[    1.471291] Bluetooth: HCI UART protocol BCSP registered
[    1.476617] Bluetooth: HCI UART protocol LL registered
[    1.481757] Bluetooth: HCI UART protocol ATH3K registered
[    1.487176] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    1.493590] Bluetooth: HCI UART protocol Broadcom registered
[    1.499263] Bluetooth: HCI UART protocol QCA registered
[    1.505443] sdhci: Secure Digital Host Controller Interface driver
[    1.511648] sdhci: Copyright(c) Pierre Ossman
[    1.516481] Synopsys Designware Multimedia Card Interface Driver
[    1.522977] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.530822] fsl-se secure-enclave: INIT_WORK call for i.MX secure-enclave: hsm0.
[    1.538382] fsl-se secure-enclave: assigned reserved memory node ele-reserved@a4120000
[    1.548841] fsl-se secure-enclave: Successfully registered ele-trng
[    1.555128] random: crng init done
[    1.558542] fsl-se secure-enclave: i.MX secure-enclave: hsm0 interface to firmware, configured.
[    1.567309] mmc0: SDHCI controller on 42850000.mmc [42850000.mmc] using ADMA
[    1.567371] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    1.581636] usbcore: registered new interface driver usbhid
[    1.587221] usbhid: USB HID core driver
[    1.591796] ethosu ethosu: assigned reserved memory node ethosu_region@C0000000
[    1.636545] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    1.643156] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 (0,8000003f) counters available
[    1.643497] mmcblk0: mmc0:0001 DV4032 29.1 GiB
[    1.654813]  cs_system_cfg: CoreSight Configuration manager initialised
[    1.658403]  mmcblk0: p1 p2
[    1.665120] optee: probing for conduit method.
[    1.666947] mmcblk0boot0: mmc0:0001 DV4032 4.00 MiB
[    1.670857] optee: revision 4.10 (37c7fbf84c40eb9e)
[    1.676246] optee: dynamic shared memory is enabled
[    1.677190] mmcblk0boot1: mmc0:0001 DV4032 4.00 MiB
[    1.681501] optee: initialized driver
[    1.696085] mmcblk0rpmb: mmc0:0001 DV4032 16.0 MiB, chardev (511:0)
[    1.697572] NET: Registered PF_LLC protocol family
[    1.707224] GACT probability NOT on
[    1.710768] Mirror/redirect action on
[    1.714491] u32 classifier
[    1.717208]     input device check on
[    1.720866]     Actions configured
[    1.724667] NET: Registered PF_INET6 protocol family
[    1.730330] Segment Routing with IPv6
[    1.734055] In-situ OAM (IOAM) with IPv6
[    1.738031] NET: Registered PF_PACKET protocol family
[    1.743122] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.756437] Bluetooth: RFCOMM TTY layer initialized
[    1.761347] Bluetooth: RFCOMM socket layer initialized
[    1.766506] Bluetooth: RFCOMM ver 1.11
[    1.770296] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.775605] Bluetooth: BNEP filters: protocol multicast
[    1.780825] Bluetooth: BNEP socket layer initialized
[    1.785786] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.791698] Bluetooth: HIDP socket layer initialized
[    1.796937] 8021q: 802.1Q VLAN Support v1.8
[    1.801197] 9pnet: Installing 9P2000 support
[    1.805588] Key type dns_resolver registered
[    1.810074] NET: Registered PF_VSOCK protocol family
[    1.831721] registered taskstats version 1
[    1.836320] Loading compiled-in X.509 certificates
[    1.848194] Demotion targets for Node 0: null
[    1.874827] usb_phy_generic usbphynop1: dummy supplies not allowed for exclusive requests (id=vbus)
[    1.884046] usb_phy_generic usbphynop2: dummy supplies not allowed for exclusive requests (id=vbus)
[    1.893404] imx93-ldb ldb-display-controller: Failed to create device link (0x180) with supplier ldb-phy for /ldb-display-controller/lvds-channel@0
[    1.910444] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[    1.925749] imx-dwmac 428a0000.ethernet: IRQ sfty not found
[    1.931628] imx-dwmac 428a0000.ethernet: User ID: 0x10, Synopsys ID: 0x52
[    1.938437] imx-dwmac 428a0000.ethernet: 	DWMAC4/5
[    1.943232] imx-dwmac 428a0000.ethernet: DMA HW capability register supported
[    1.950358] imx-dwmac 428a0000.ethernet: RX Checksum Offload Engine supported
[    1.957481] imx-dwmac 428a0000.ethernet: TX Checksum insertion supported
[    1.964176] imx-dwmac 428a0000.ethernet: Wake-Up On Lan supported
[    1.970314] imx-dwmac 428a0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    1.977987] imx-dwmac 428a0000.ethernet: Enabled L3L4 Flow TC (entries=8)
[    1.984766] imx-dwmac 428a0000.ethernet: Enabled RFS Flow TC (entries=10)
[    1.991587] imx-dwmac 428a0000.ethernet: Enabling HW TC (entries=256, max_off=256)
[    1.999151] imx-dwmac 428a0000.ethernet: Using 32/32 bits DMA host/device width
[    2.015985] ci_hdrc ci_hdrc.1: EHCI Host Controller
[    2.020891] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[    2.043057] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[    2.048958] hub 1-0:1.0: USB hub found
[    2.052742] hub 1-0:1.0: 1 port detected
[    2.058316] imx93-ldb ldb-display-controller: Failed to create device link (0x180) with supplier 0-004c for /ldb-display-controller/lvds-channel@0
[    2.071769] i2c i2c-0: LPI2C adapter registered
[    2.078729] pca953x 1-0022: using AI
[    2.083545] i2c i2c-1: LPI2C adapter registered
[    2.089739] adp5585 2-0034: supply vdd not found, using dummy regulator
[    2.096559] adp5585 2-0034: error -EIO: Failed to read device ID
[    2.102728] adp5585 2-0034: probe with driver adp5585 failed with error -5
[    2.109780] /soc@0/bus@42800000/csi@4ae00000: Fixed dependency cycle(s) with /soc@0/bus@42000000/i2c@42530000/ap1302_mipi@3c
[    2.121041] /soc@0/bus@42000000/i2c@42530000/ap1302_mipi@3c: Fixed dependency cycle(s) with /soc@0/bus@42800000/csi@4ae00000
[    2.137589] i2c i2c-2: LPI2C adapter registered
[    2.148077] remoteproc remoteproc0: imx-rproc is available
[    2.161001] 42590000.serial: ttyLP4 at MMIO 0x42590010 (irq = 113, base_baud = 1500000) is a FSL_LPUART
[    2.170538] serial serial0: tty port ttyLP4 registered
[    2.176683] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[    2.284220] fec 42890000.ethernet eth0: registered PHC device 0
[    2.291035] imx-dwmac 428a0000.ethernet: IRQ sfty not found
[    2.297015] imx-dwmac 428a0000.ethernet: User ID: 0x10, Synopsys ID: 0x52
[    2.303819] imx-dwmac 428a0000.ethernet: 	DWMAC4/5
[    2.308607] imx-dwmac 428a0000.ethernet: DMA HW capability register supported
[    2.315736] imx-dwmac 428a0000.ethernet: RX Checksum Offload Engine supported
[    2.322863] imx-dwmac 428a0000.ethernet: TX Checksum insertion supported
[    2.329550] imx-dwmac 428a0000.ethernet: Wake-Up On Lan supported
[    2.335636] imx-dwmac 428a0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.343280] imx-dwmac 428a0000.ethernet: Enabled L3L4 Flow TC (entries=8)
[    2.350055] imx-dwmac 428a0000.ethernet: Enabled RFS Flow TC (entries=10)
[    2.356846] imx-dwmac 428a0000.ethernet: Enabling HW TC (entries=256, max_off=256)
[    2.364412] imx-dwmac 428a0000.ethernet: Using 32/32 bits DMA host/device width
[    2.533781] imx93-ldb ldb-display-controller: Failed to create device link (0x180) with supplier 0-004c for /ldb-display-controller/lvds-channel@0
[    2.571062] pca953x 0-0020: using no AI
[    2.578993] sdhci-esdhc-imx 42860000.mmc: Got CD GPIO
[    2.581241] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[    2.586529] sdhci-esdhc-imx 428b0000.mmc: allocated mmc-pwrseq
[    2.592122] imx93-ldb ldb-display-controller: No data-mapping in DT, will use negotiated bus format.
[    2.599791] nxp-pca9450 1-0025: pca9451a probed.
[    2.607184] imx-drm display-subsystem: bound ldb-display-controller (ops imx93_ldb_ops)
[    2.620014] [drm] Initialized imx-drm 1.0.0 for display-subsystem on minor 0
[    2.643327] mmc1: SDHCI controller on 42860000.mmc [42860000.mmc] using ADMA
[    2.650851] mmc2: SDHCI controller on 428b0000.mmc [428b0000.mmc] using ADMA
[    2.722245] mmc2: new UHS-I speed SDR104 SDIO card at address 0001
[    2.884122] mmc1: host does not support reading read-only switch, assuming write-enable
[    2.935583] mmc1: new UHS-I speed SDR104 SDXC card at address aaaa
[    2.942310] mmcblk1: mmc1:aaaa SR512 477 GiB
[    2.948624]  mmcblk1: p1 p2
[    3.631569] imx-drm display-subsystem: [drm] Cannot find any crtc or sizes
[    3.648965] input: sw-keys as /devices/platform/sw-keys/input/input1
[    3.656453] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.665379] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.671564] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    3.678866] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[    3.687143] clk: Disabling unused clocks
[    3.687604] faux_driver regulatory: Falling back to sysfs fallback for: regulatory.db
[    3.692147] PM: genpd: Disabling unused power domains
[    3.704498] ALSA device list:
[    3.707476]   No soundcards found.
[    3.711290] check access for rdinit=/init failed: -2, ignoring
[    3.842943] EXT4-fs (mmcblk1p2): recovery complete
[    3.849551] EXT4-fs (mmcblk1p2): mounted filesystem a07d9224-69e1-4638-a9f1-6ab302694656 r/w with ordered data mode. Quota mode: none.
[    3.861773] VFS: Mounted root (ext4 filesystem) on device 179:98.
[    3.868498] devtmpfs: mounted
[    3.872270] Freeing unused kernel memory: 2112K
[    3.876936] Run /sbin/init as init process
[    4.471156] systemd[1]: systemd 259.5 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT -LIBARCHIVE)
[    4.504060] systemd[1]: Detected architecture arm64.

Welcome to NXP i.MX Distro with Wayland 6.18-wrynose (wrynose)!

[    4.534602] systemd[1]: Hostname set to <imx93-11x11-lpddr4x-frdm>.
[    4.619134] imx-drm display-subsystem: [drm] Cannot find any crtc or sizes
[    4.982081] systemd[1]: Queued start job for default target Graphical Interface.
[    5.012345] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[    5.033028] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    5.052977] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    5.072521] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    5.091446] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    5.115413] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    5.135261] systemd[1]: Expecting device /dev/ttyLP0...
         Expecting device /dev/ttyLP0...
[    5.151287] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[    5.167261] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    5.183257] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[    5.199261] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[    5.231661] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[    5.251327] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[    5.267698] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    5.288017] systemd[1]: Listening on Query the User Interactively for a Password.
[  OK  ] Listening on Query the User Interactively for a Password.
[    5.310703] systemd[1]: Listening on Credential Encryption/Decryption.
[  OK  ] Listening on Credential Encryption/Decryption.
[    5.336144] systemd[1]: Listening on Factory Reset Management.
[  OK  ] Listening on Factory Reset Management.
[    5.355584] systemd[1]: Journal Audit Socket skipped, unmet condition check ConditionSecurity=audit
[    5.365123] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    5.383672] systemd[1]: Listening on Journal Sockets.
[  OK  ] Listening on Journal Sockets.
[    5.404718] systemd[1]: Listening on Console Output Muting Service Socket.
[  OK  ] Listening on Console Output Muting Service Socket.
[    5.423871] systemd[1]: Listening on Network Management Resolve Hook Socket.
[  OK  ] Listening on Network Management Resolve Hook Socket.
[    5.443873] systemd[1]: Listening on Network Management Varlink Socket.
[  OK  ] Listening on Network Management Varlink Socket.
[    5.463745] systemd[1]: Listening on Network Management Netlink Socket.
[  OK  ] Listening on Network Management Netlink Socket.
[    5.483570] systemd[1]: Listening on Resolve Monitor Varlink Socket.
[  OK  ] Listening on Resolve Monitor Varlink Socket.
[    5.503525] systemd[1]: Listening on Resolve Service Varlink Socket.
[  OK  ] Listening on Resolve Service Varlink Socket.
[    5.523604] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    5.539459] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    5.555509] systemd[1]: Listening on udev Varlink Socket.
[  OK  ] Listening on udev Varlink Socket.
[    5.571542] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[    5.595152] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    5.615618] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    5.638364] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    5.650597] systemd[1]: Kernel Trace File System skipped, unmet condition check ConditionPathExists=/sys/kernel/tracing
[    5.662608] systemd[1]: tmp.mount: x-systemd.graceful-option=usrquota specified, but option is not available, suppressing.
[    5.676667] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[    5.703686] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[    5.723514] systemd[1]: Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
[    5.737509] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[    5.763327] systemd[1]: Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm
[    5.780936] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    5.795443] systemd[1]: File System Check on Root Device skipped, unmet condition check ConditionPathIsReadWrite=!/
[    5.814830] fuse: init (API version 7.45)
[    5.819356] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    5.840018] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    5.862544] systemd[1]: Starting Generate Network Units from Kernel Command Line...
         Starting Generate Network Units from Kernel Command Line...
[    5.893096] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems    5.911857] mlan: loading out-of-tree module taints kernel.
0m...
[    5.926779] systemd[1]: Starting Load udev Rules from Credentials...
         Starting Load udev Rules from Credentials...
[    5.953724] systemd-journald[144]: Collecting audit messages is disabled.
[    5.970630] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[    5.998997] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[    6.021667] wlan: Loading MWLAN driver
[    6.026363] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    6.053411] systemd[1]: Mounted Kernel Debug File System.
[    6.070106] wlan: Register to Bus Driver...
[  OK  ] Mounted Kernel Debug[    6.078021] vendor=0x0471 device=0x0205 class=0 function=1
 File System[    6.079479] EXT4-fs (mmcblk1p2): re-mounted a07d9224-69e1-4638-a9f1-6ab302694656.
.
[    6.099263] Attach moal handle ops, card interface type: 0x109
[    6.101160] systemd[1]: Started Journal Service.
[    6.105450] rps set to f from module param
[    6.114337] SDIW612: init module param from usr cfg
[  OK      6.119573] card_type: SDIW612, config block: 0
m] Started     6.125648] cal_data_cfg=none
39mJournal Servic[    6.130219] SDIO: sdio_blk_size=256 max_blk_count=65535 max_segs=128 max_seg_size=65535
e.
[    6.139605] rx_work=1 cpu_num=2
[    6.143504] Enable moal_recv_amsdu_packet
[    6.147559] Attach mlan adapter operations.card_type is 0x109.
[    6.153815] wlan: Enable TX SG mode
[    6.157408] wlan: mpa_tx.buf_size=65280
[    6.161293] wlan: Enable RX SG mode
[    6.164813] wlan: mpa_rx.buf_size=65280
[    6.169318] Request firmware: nxp/sduart_nw61x_v1.bin.se
[  OK  ] Mounted Temporary Directory /tmp.
[  OK  ] Finished Create List of Static Device Nodes.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Finished Load Kernel Module fuse.
[  OK  ] Finished Generate Network Units from Kernel Command Line.
[  OK  ] Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Load udev Rules from Credentials.
         Mounting FUSE Control File System...
         Starting Flush Journal to Persistent Storage...
         Starting Create Static Device Nodes in /dev gracefully...
[  OK  ] Mounted FUSE Control File System.
[    6.471435] systemd-journald[144]: Received client request to flush runtime journal.
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Finished Create Static Device Nodes in /dev graceful[    6.533007] Wlan: FW download over, firmwarelen=1127832 downloaded 982032
ly.
         Starting Network Time Synchronization...
         Starting Create Static Device Nodes in /dev...
         Starting User Database Manager...
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Starting Rule-based Manager for Device Events and Files...
[  OK  ] Started User Database Manager.
         Mounting /var/volatile...
[  OK  ] Started Rule-based Manager for Device Events and Files.
[    7.027179] WLAN FW is active
[    7.030180] on_time is 6863142586
[    7.054968] VDLL image: len=145800
[    7.058550] fw_cap_info=0x487cff03, dev_cap_mask=0xffffffff
[    7.064308] uuid: afbf2f536fd456b4b6b9fab9de9133e7
[    7.069239] max_p2p_conn = 8, max_sta_conn = 16
[    7.073979] LHX|hw_spec=0, user_2g_he_cap=000000004713390b
[    7.074003] LHX|hw_spec=1, user_2g_he_cap=000000008482bb42
[    7.074012] LHX|hw_spec=2, user_2g_he_cap=00000000b9bf8de3
[    7.074021] LHX|hw_spec=3, user_2g_he_cap=000000001e099cc4
[  OK  ] Mounted /var/volatile.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Set.
         Starting Load/Save OS Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Create System Files and Directories...
         Starting Load JSON user/group Records from Credentials...
[    7.224617] Register NXP 802.11 Adapter mlan0
[    7.235205] wlan: uap%d set max_mtu 2000
[    7.244963] Register NXP 802.11 Adapter uap0
[  OK  ] Finished Load/Save OS Random Seed.
[  OK  ] Finished Load JSON user/group Records from Credentials.
[  OK  ] Finished Create System Files and Directories.
[    7.363856] Register NXP 802.11 Adapter wfd0
[    7.371144] wlan: version = SDIW612---18.99.8.p52--MM6X18543.p18-GPL-(FP92) 
         Starting RPC Bind...
         Starting Record System Boot/Shutdown in UTMP...
[    7.407341] usbcore: registered new interface driver usbxxx
[    7.433668] wlan: Register to Bus Driver Done
[    7.451200] wlan: Driver loaded successfully
[  OK  ] Finished Load Kernel Modules.
         Starting Apply Kernel Variables...
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Finished Apply Kernel Variables.
         Starting Network Name Resolution...
[  OK  ] Finished Coldplug All udev Devices.
[  OK  ] Started RPC Bind.
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Docker Socket for the API...
         Starting PipeWire Multimedia System Manager Socket...
         Starting PipeWire Multimedia System Socket...
[  OK  ] Listening on OpenSSH Server Soc…d-ssh-generator, AF_UNIX Local).
         Starting sshd.socket...
[  OK  ] Listening on Hostname Service Socket.
[  OK  ] Listening on User Login Management Varlink Socket.
         Starting Weston socket...
[  OK  ] Listening on Docker Socket for the API.
[  OK  ] Listening on PipeWire Multimedia System Manager Socket.
[  OK  ] Listening on PipeWire Multimedia System Socket.
[  OK  ] Listening on sshd.socket.
[  OK  ] Listening on Weston socket.
[  OK  ] Reached target Socket Units.
[  OK  ] Reached target Basic System.
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started Kernel Logging Service.
[  OK  ] Started System Logging Service.
         Starting D-Bus System Message Bus...
[  OK  ] Started Linux Firmware Loader Daemon.
         Starting IPv6 Packet Filtering Framework...
         Starting IPv4 Packet Filtering Framework...
         Starting Telephony service...
[  OK  ] Started PipeWire Multimedia Service.
[  OK  ] Started Seat management daemon.
         Starting User Login Management...
         Starting OpenSSH Key Generation...
[  OK  ] Finished IPv6 Packet Filtering Framework.
[  OK  ] Finished IPv4 Packet Filtering Framework.
[  OK  ] Reached target Preparation for Network.
         Starting Network Management...
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Finished OpenSSH Key Generation.
[  OK  ] Started Telephony service.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started User Login Management.
[  OK  ] Started Network Management.
[  OK  ] Reached target Network.
         Starting containerd container runtime...
[  OK  ] Started Network Time Service.
         Starting Enable Persistent Storage in systemd-networkd...
         Starting Permit User Sessions...
[  OK  ] Finished Enable Persistent Storage in systemd-networkd.
[  OK  ] Finished Permit User Sessions.
[  OK      9.496742] YT8521 Gigabit Ethernet 42890000.ethernet-1:02: attached PHY driver (mii_bus:phy_addr=42890000.ethernet-1:02, irq=POLL)
0m] Started Getty on tty1.
         Starting Weston, a Wayland compositor, as a system service...
[  OK  ] Found device /dev/ttyLP0.
[    9.608005] imx-dwmac 428a0000.ethernet eth1: Register MEM_TYPE_PAGE_POOL RxQ-0
[    9.624935] imx-dwmac 428a0000.ethernet eth1: PHY [stmmac-1:01] driver [YT8521 Gigabit Ethernet] (irq=POLL)
[  OK  ] Started Serial Getty on ttyLP0.
[  OK  ] Reached target Login Prompts.
[    9.667103] imx-dwmac 428a0000.ethernet eth1: No Safety Features support found
[    9.718651] imx-dwmac 428a0000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported
[    9.734858] imx-dwmac 428a0000.ethernet eth1: registered PTP clock
[    9.743162] imx-dwmac 428a0000.ethernet eth1: configuring for phy/rgmii-id link mode
[    9.767280] 8021q: adding VLAN 0 to HW filter on device eth1
[  OK  ] Created slice User Slice of UID 0.
         Starting User Runtime Directory /run/user/0...
[  OK  ] Finished User Runtime Directory /run/user/0.
         Starting User Manager for UID 0...
[  OK  ] Started User Manager for UID 0.
[  OK  ] Started Session c1 of User root.
[  OK  ] Started containerd container runtime.
[  OK  ] Created slice Slice /system/systemd-fsck.
         Expecting device /dev/mmcblk0p1...
         Expecting device    12.181256] CAN device driver interface
39m/dev/mmcblk0p2...
         Expecting device /dev/mmcblk1p1...
[  OK  ] Reached target Multi-User System.
[  OK  ] Found device /dev/mmcblk0p2.
[  OK  ] Found device /dev/mmcblk0p1.
[   12.449833] rtc-pcf2127-i2c 2-0053: oscillator stop detected, date/time is not reliable
[  OK  ] Found device /dev/mmcblk1p1.
[   12.513782] rtc-pcf2127-i2c 2-0053: registered as rtc1
         Starting File System Check on /dev/mmcblk0p1...
         Starting File System Check on /dev/mmcblk0p2...
         Starting File System Check on /dev/mmcblk1p1...
[   12.864650] fsl_mc_err_probe: No ECC DIMMs discovered
[  OK  ] Finished File System Check on /dev/mmcblk0p1.
         Mounting /run/media/boot-mmcblk0p1...
[  OK  ] Finished File System Check on /dev/mmcblk1p1.
[  OK  ] Mounted /run/media/boot-mmcblk0p1.
         Mounting /run/media/boot-mmcblk1p1...
[  OK  ] Finished File System Check on /dev/mmcblk0p2.
[  OK  ] Reached target Hardware activated USB gadget.
[  OK  ] Mounted /run/media/boot-mmcblk1p1.
[  OK  ] Created slice Slice /system/tee-supplicant.
         Starting TEE Supplicant on teepriv0...
         Mounting /run/media/root-mmcblk0p2...
         Starting Virtual Console Setup...
[  OK  ] Started TEE Supplicant on teepriv0.
[  OK  ] Finished Virtual Console Setup.
[   13.968367] EXT4-fs (mmcblk0p2): mounted filesystem a10be95f-d8bf-4c02-b61e-b782acec92ce r/w with ordered data mode. Quota mode: none.
[  OK  ] Mounted /run/media/root-mmcblk0p2.
         Starting Save/Restore Sound Card State...
[  OK  ] Finished Save/Restore Sound Card State.
[  OK  ] Reached target Sound Card.
[FAILED] Failed to start Weston, a Wayla…compositor, as a system service.
See 'systemctl status weston.service' for details.
[  OK  ] Reached target Graphical Interface.

NXP i.MX Distro with Wayland 6.18-wrynose imx93-11x11-lpddr4x-frdm ttyLP0

Type 'root' to login with superuser privileges (no password will be asked).

imx93-11x11-lpddr4x-frdm login: root
root@imx93-11x11-lpddr4x-frdm:~# u[   23.433836] i2c 2-003c: deferred probe pending: i2c: supplier regulator-hmisc-vddio not ready
[   23.442462] platform regulator-hmisc-vddio: deferred probe pending: platform: supplier 2-0034 not ready
[   23.451886] platform regulator-dvdd: deferred probe pending: platform: supplier 2-0034 not ready
[   23.460689] platform regulator-vddo: deferred probe pending: platform: supplier 2-0034 not ready
       
root@imx93-11x11-lpddr4x-frdm:~# uname -a
Linux imx93-11x11-lpddr4x-frdm 6.18.20-2.0.0-gb096ce610e95 #1 SMP PREEMPT Tue Jun  9 02:25:20 UTC 2026 aarch64 GNU/Linux
root@imx93-11x11-lpddr4x-frdm:~# 

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?