Greetings,
We are currently facing boot crashes on our Verdin iMX8M Plus QuadLite module, and I wanted to reach out to see if anyone else has encountered similar issues or can offer some insights.
Here's the situation:
We're using the same OE image with Wayland support across both the Verdin iMX8M Plus QuadLite and the standard iMX8M Plus Quad modules. While the image runs perfectly fine on the iMX8M Plus Quad, we're experiencing boot crashes on the QuadLite variant.
Interestingly, I managed to boot the QuadLite module by disabling the Weston service. However, the system still crashes under certain conditions, such as during a reboot or when running graphics-intensive tasks like glmark-es2-drm. This behavior leads me to believe there may be a misconfiguration related to the GPU between the QuadLite and Quad variants.
e.g. glmark2 crash:
root@verdin-imx8mp-15010544:~# glmark2-es2-drm
Warning: DRM_CAP_ASYNC_PAGE_FLIP not supported, falling back to 'mailbox' mode for SwapInterval(0).
[ 29.300242] Unable to handle kernel paging request at virtual address 3f8000003f800138
[ 29.308285] Mem abort info:
[ 29.311115] ESR = 0x0000000096000004
[ 29.314912] EC = 0x25: DABT (current EL), IL = 32 bits
[ 29.320290] SET = 0, FnV = 0
[ 29.321432] Unable to handle kernel paging request at virtual address 3f8000003f8000e0
[ 29.323343] EA = 0, S1PTW = 0
[ 29.331255] Mem abort info:
[ 29.334392] FSC = 0x04: level 0 translation fault
[ 29.337181] ESR = 0x0000000096000004
[ 29.342054] Data abort info:
[ 29.345800] EC = 0x25: DABT (current EL), IL = 32 bits
[ 29.348674] ISV = 0, ISS = 0x00000004, ISS2 = 0x00000000
[ 29.353980] SET = 0, FnV = 0
[ 29.359460] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 29.362511] EA = 0, S1PTW = 0
[ 29.367556] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 29.370692] FSC = 0x04: level 0 translation fault
[ 29.375999] [3f8000003f800138] address between user and kernel address ranges
[ 29.380872] Data abort info:
[ 29.388002] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP
[ 29.390877] ISV = 0, ISS = 0x00000004, ISS2 = 0x00000000
[ 29.397140] Modules linked in:
[ 29.402618] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 29.402660] 8021q
[ 29.405709] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 29.410755] garp
[ 29.412763] [3f8000003f8000e0] address between user and kernel address ranges
[ 29.418070] stp mrp llc bluetooth nls_iso8859_1 snd_soc_hdmi_codec ecdh_generic ecc cfg80211 rfkill onboard4
[ 29.469973] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000
[ 29.506906] CPU: 2 PID: 482 Comm: glmark2-es2-drm Tainted: G O 6.6.23-7.0.0-devel-g5545cedda1
[ 29.515689] Mem abort info:
[ 29.526028] Hardware name: Toradex Verdin iMX8M Plus on Verdin Development Board (DT)
[ 29.528817] ESR = 0x0000000086000005
[ 29.536642] pstate: 600000c5 (nZCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 29.540385] EC = 0x21: IABT (current EL), IL = 32 bits
[ 29.547341] pc : enqueue_entity+0x168/0x2b0
[ 29.552648] SET = 0, FnV = 0
[ 29.556826] lr : enqueue_entity+0xc0/0x2b0
[ 29.559876] EA = 0, S1PTW = 0
[ 29.563967] sp : ffffffc081cabb80
[ 29.567104] FSC = 0x05: level 1 translation fault
[ 29.570414] x29: ffffffc081cabb80
[ 29.575287] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000042c12000
[ 29.576170] x28: ffffff8003710dc0
[ 29.579480] [0000000000000000] pgd=0000000000000000
[ 29.585916] x27: 0000000000000000
[ 29.589313] , p4d=0000000000000000
[ 29.594186]
[ 29.597583] , pud=0000000000000000
[ 29.600980] x26: 0000000000000000
[ 29.602467]
[ 29.605864] x25: 0000000000000100 x24: 0000000000000001
[ 29.633672] x23: 0000000000000008 x22: 0000000000000000 x21: 0000000000000001
[ 29.644876] x20: ffffff8005758a00 x19: ffffff8003736000 x18: 0000000000000000
[ 29.656008] x17: 0000000000000000 x16: 0000000000000000 x15: 00000000000001b3
[ 29.667142] x14: 0000007fe169e148 x13: 000000000000033b x12: 0000000000000000
[ 29.678254] x11: 0000000000001d7c x10: 0000000000000000 x9 : 0000000000000001
[ 29.689387] x8 : ffffff8003736000 x7 : ffffff8003736000 x6 : ffffff8005758a00
[ 29.700567] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000001
[ 29.711744] x2 : 0000000000000003 x1 : 3f8000003f800000 x0 : ffffff803fd810c0
[ 29.722948] Call trace:
[ 29.729457] enqueue_entity+0x168/0x2b0
[ 29.737367] enqueue_task_fair+0x74/0x24c
[ 29.745401] activate_task+0x4c/0x90
[ 29.752954] wake_up_new_task+0x178/0x278
[ 29.760950] kernel_clone+0xbc/0x3b4
[ 29.768498] __do_sys_clone3+0xf4/0x14c
[ 29.776294] __arm64_sys_clone3+0x14/0x20
[ 29.784226] invoke_syscall.constprop.0+0x50/0xe8
[ 29.792829] do_el0_svc+0x40/0xc8
[ 29.800039] el0_svc+0x48/0x148
[ 29.807057] el0t_64_sync_handler+0x120/0x12c
[ 29.815302] el0t_64_sync+0x190/0x194
[ 29.822842] Code: f9409421 b4000761 f9406821 f862d821 (b9413822)
[ 29.832844] ---[ end trace 0000000000000000 ]---
[ 29.841353] Internal error: Oops: 0000000096000004 [#2] PREEMPT SMP
[ 29.841354] note: glmark2-es2-drm[482] exited with irqs disabled
[ 29.841359] Modules linked in:
[ 29.847663] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000
[ 29.847948] Unable to handle kernel paging request at virtual address 3f8000003f800138
[ 29.847954] Mem abort info:
[ 29.847956] ESR = 0x0000000096000004
[ 29.847959] EC = 0x25: DABT (current EL), IL = 32 bits
[ 29.847965] SET = 0, FnV = 0
[ 29.847968] EA = 0, S1PTW = 0
[ 29.847970] FSC = 0x04: level 0 translation fault
[ 29.847973] Data abort info:
[ 29.847975] ISV = 0, ISS = 0x00000004, ISS2 = 0x00000000
[ 29.847978] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 29.847982] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 29.847986] [3f8000003f800138] address between user and kernel address ranges
[ 29.853622] 8021q
[ 29.856673] Mem abort info:
[ 29.865452] garp
[ 29.873363] ESR = 0x0000000086000005
[ 29.876153] stp
[ 29.879897] EC = 0x21: IABT (current EL), IL = 32 bits
[ 29.885203] mrp
[ 29.888253] SET = 0, FnV = 0
[ 29.891390] llc
[ 29.896262] EA = 0, S1PTW = 0
[ 29.899138] bluetooth
[ 29.904618] FSC = 0x05: level 1 translation fault
[ 29.909664] nls_iso8859_1
[ 29.914971] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000459ce000
[ 29.922101] snd_soc_hdmi_codec
[ 29.924109] [0000000000000000] pgd=0000000000000000
[ 29.926898] ecdh_generic
[ 29.928819] , p4d=0000000000000000
[ 29.932566] ecc
[ 29.934397] , pud=0000000000000000
[ 29.939704] cfg80211
[ 29.941538]
[ 29.944588] rfkill onboard_usb_hub nls_cp437 dw_hdmi_cec dw_hdmi_gp_audio usb_conn_gpio dwc3 roles spidev c4
[ 30.199651] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G D O 6.6.23-7.0.0-devel-g5545cedda0e3 #1
[ 30.212921] Hardware name: Toradex Verdin iMX8M Plus on Verdin Development Board (DT)
[ 30.224394] pstate: 800000c5 (Nzcv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 30.235025] pc : update_blocked_averages+0x228/0x548
[ 30.243665] lr : update_blocked_averages+0x214/0x548
[ 30.252286] sp : ffffffc080003e90
[ 30.259248] x29: ffffffc080003e90 x28: ffffff803fd45140 x27: ffffff803fd458c8
[ 30.270080] x26: ffffffc0811950d0 x25: 00000006d3b18085 x24: 0000000000000000
[ 30.280910] x23: ffffff803fd45a08 x22: 0000000000000000 x21: 0000000000000001
[ 30.291735] x20: ffffff803fd45280 x19: ffffff803fd450c0 x18: 0020000000000000
[ 30.302529] x17: ffffffbfbed91000 x16: ffffffc080000000 x15: 00fc120447453a24
[ 30.313336] x14: 0000000000000000 x13: 0000000000000060 x12: 0000000000000000
[ 30.324165] x11: 0000000000000000 x10: 0000000000000001 x9 : 0000000000000400
[ 30.334978] x8 : ffffff803fd451c0 x7 : ffffff803fd45140 x6 : 0000000000000000
[ 30.345801] x5 : 0000000000000000 x4 : 0000000000000001 x3 : 0000000000000060
[ 30.356636] x2 : 0000000000036080 x1 : 3f8000003f800000 x0 : ffffff8000005000
[ 30.367478] Call trace:
[ 30.373601] update_blocked_averages+0x228/0x548
[ 30.381928] run_rebalance_domains+0x3c/0x74
[ 30.389903] __do_softirq+0xf8/0x258
[ 30.397180] ____do_softirq+0x10/0x1c
[ 30.404542] call_on_irq_stack+0x24/0x4c
[ 30.412173] do_softirq_own_stack+0x1c/0x2c
[ 30.420050] irq_exit_rcu+0x84/0xc0
[ 30.427209] el1_interrupt+0x38/0x68
[ 30.434430] el1h_64_irq_handler+0x18/0x24
[ 30.442159] el1h_64_irq+0x64/0x68
[ 30.449159] cpuidle_enter_state+0x134/0x2e0
[ 30.456996] cpuidle_enter+0x38/0x50
[ 30.464092] do_idle+0x1f4/0x264
[ 30.470787] cpu_startup_entry+0x38/0x3c
[ 30.478189] kernel_init+0x0/0x1dc
[ 30.485055] arch_post_acpi_subsys_init+0x0/0x8
[ 30.493060] start_kernel+0x4e8/0x5d4
[ 30.500206] __primary_switched+0xbc/0xc4
[ 30.507704] Code: f940ab80 f9406400 f8766801 b4000101 (f9407020)
[ 30.517313] ---[ end trace 0000000000000000 ]---
[ 30.525438] Kernel panic - not syncing: Oops: Fatal exception in interrupt
[ 30.535862] SMP: stopping secondary CPUs
[ 31.543323] SMP: failed to stop secondary CPUs 0-3
[ 31.551640] Kernel Offset: disabled
[ 31.558612] CPU features: 0x0,00000000,00020000,1000420b
[ 31.567457] Memory Limit: none
[ 31.574046] ---[ end Kernel panic - not syncing: Oops: Fatal exception in interrupt ]---
Thank you in advance for your help!
解決済! 解決策の投稿を見る。
For more details, please check https://www.nxp.com/docs/en/user-guide/IMX_GRAPHICS_USERS_GUIDE.pdf Chapter 14&15.
The "phys_baseaddr" in the mix_gpu_ml, it marks the physical memory region from 0x4000_0000 to 0xC000_0000 for GPU use without MMU mapping.
The "contiguous_mem" size in the mix_gpu_ml should align with the gpu reserved memory size. As you can see, in default settings, the "contiguous_mem" size is also 256MB.
Need evaluate how much GPU memory you will need for 1GB DDR.
Best Regards
Zhiming
Please also share boot crash log here
Best Regards
Zhiming
Please find bellow the boot log.
v
U-Boot SPL 2024.07-7.0.0-devel+git.3f772959501c (Jul 01 2024 - 18:07:18 +0000)
Training FAILED
DDR configured as single rank
SEC0: RNG instantiated
Normal Boot
WDT: Started watchdog@30280000 with servicing every 1000ms (60s timeout)
Trying to boot from BOOTROM
Boot Stage: Primary boot
Find img info 0x4802f000, size 1068
Need continue download 1024
NOTICE: Do not release JR0 to NS as it can be used by HAB
NOTICE: BL31: v2.10.0 (release):android-14.0.0_2.0.0-rc3-0-g9ce177d6d-dirty
NOTICE: BL31: Built : 10:04:22, May 29 2024
U-Boot 2024.07-7.0.0-devel+git.3f772959501c (Jul 01 2024 - 18:07:18 +0000)
CPU: Freescale i.MX8MP Lite[4] rev1.1 1600 MHz (running at 1200 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 61C
Reset cause: POR
DRAM: 1 GiB
Core: 176 devices, 31 uclasses, devicetree: separate
WDT: Started watchdog@30280000 with servicing every 1000ms (60s timeout)
MMC: FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC... Reading from MMC(2)... OK
In: serial@30880000
Out: serial@30880000
Err: serial@30880000
Model: Toradex 0065 Verdin iMX8M Plus QuadLite 1GB IT V1.1A
Serial#: 15010544
Carrier: Toradex Verdin Development Board V1.1F, Serial# 11227078
SEC0: RNG instantiated
Setting variant to nonwifi
Net: eth1: ethernet@30be0000, eth0: ethernet@30bf0000 [PRIME]
Hit any key to stop autoboot: 1 0
MMC: no card present
switch to partitions #0, OK
mmc2(part 0) is current device
Scanning mmc 2:1...
Found U-Boot script /boot.scr
6092 bytes read in 1 ms (5.8 MiB/s)
## Executing script at 50280000
Loading DeviceTree: imx8mp-verdin-nonwifi-dev.dtb
87331 bytes read in 3 ms (27.8 MiB/s)
118 bytes read in 1 ms (115.2 KiB/s)
Working FDT set to 50200000
Applying Overlay: verdin-imx8mp_hdmi_overlay.dtbo
2219 bytes read in 2 ms (1.1 MiB/s)
Applying Overlay: verdin-imx8mp_dsi-to-hdmi_overlay.dtbo
4099 bytes read in 2 ms (2 MiB/s)
Applying Overlay: verdin-imx8mp_spidev_overlay.dtbo
561 bytes read in 1 ms (547.9 KiB/s)
8083848 bytes read in 51 ms (151.2 MiB/s)
Bootargs: root=PARTUUID=f833bf75-02 ro rootwait console=tty1 console=ttymxc2
Uncompressing Kernel Image to 0
## Flattened Device Tree blob at 50200000
Booting using the fdt blob at 0x50200000
Working FDT set to 50200000
Loading Device Tree to 000000007ea9e000, end 000000007ead6fff ... OK
Working FDT set to 7ea9e000
Modify /vpu_g1@38300000:status disabled
Modify /vpu_g2@38310000:status disabled
Modify /vpu_vc8000e@38320000:status disabled
Modify /vipsi@38500000:status disabled
Modify /soc@0/bus@32c00000/camera/isp@32e10000:status disabled
Modify /soc@0/bus@32c00000/camera/isp@32e20000:status disabled
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.6.23-7.0.0-devel-g5545cedda0e3 (oe-user@oe-host) (aarch64-tdx-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240716) #1 SMP PREEMPT Wed Aug 28 13:26:04 UTC 2024
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Toradex Verdin iMX8M Plus on Verdin Development Board
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000005ea00000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000005ea00000..0x000000007e9fffff (524288 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x0000000000900000..0x000000000096ffff (448 KiB) nomap non-reusable ocram@900000
[ 0.000000] OF: reserved mem: 0x0000000100000000..0x000000010fffffff (262144 KiB) nomap non-reusable gpu_reserved@100000000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff]
[ 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 0x0000000040000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
[ 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 20 pages/cpu s42792 r8192 d30936 u81920
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: root=PARTUUID=f833bf75-02 ro rootwait console=tty1 console=ttymxc2
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x000000005aa00000-0x000000005ea00000] (64MB)
[ 0.000000] Memory: 417512K/1048576K available (11584K kernel code, 1228K rwdata, 3620K rodata, 2624K init, 467K bss, 106776K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 160 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
[ 0.000000] ITS: No ITS available, not enabling LPIs
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[ 0.000000] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[ 0.000545] Console: colour dummy device 80x25
[ 0.000553] printk: console [tty1] enabled
[ 0.001036] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
[ 0.001058] pid_max: default: 32768 minimum: 301
[ 0.001197] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.001222] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.002631] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.002709] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.002893] rcu: Hierarchical SRCU implementation.
[ 0.002905] rcu: Max phase no-delay instances is 1000.
[ 0.003859] EFI services will not be available.
[ 0.004178] smp: Bringing up secondary CPUs ...
[ 0.004615] Detected VIPT I-cache on CPU1
[ 0.004672] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
[ 0.004708] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.005196] Detected VIPT I-cache on CPU2
[ 0.005237] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
[ 0.005255] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.005708] Detected VIPT I-cache on CPU3
[ 0.005749] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
[ 0.005766] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.005829] smp: Brought up 1 node, 4 CPUs
[ 0.005910] SMP: Total of 4 processors activated.
[ 0.005924] CPU features: detected: 32-bit EL0 Support
[ 0.005934] CPU features: detected: CRC32 instructions
[ 0.005999] CPU: All CPU(s) started at EL2
[ 0.006009] alternatives: applying system-wide alternatives
[ 0.007118] devtmpfs: initialized
[ 0.018398] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.018442] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.033239] pinctrl core: initialized pinctrl subsystem
[ 0.033775] DMI not present or invalid.
[ 0.034382] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.035189] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.035332] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.035475] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.035974] thermal_sys: Registered thermal governor 'step_wise'
[ 0.035980] thermal_sys: Registered thermal governor 'user_space'
[ 0.035992] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.036059] cpuidle: using governor menu
[ 0.036210] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.036292] ASID allocator initialised with 65536 entries
[ 0.036528] imx mu driver is registered.
[ 0.036558] imx rpmsg driver is registered.
[ 0.045557] platform soc@0: Fixed dependency cycle(s) with /soc@0/bus@30000000/efuse@30350000/unique-id@8
[ 0.048010] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/hdmihoggrp
[ 0.048047] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/gpiohog3grp
[ 0.048093] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/gpiohog2grp
[ 0.048124] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/gpiohog1grp
[ 0.048152] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/gpio8grp
[ 0.048177] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/gpio7grp
[ 0.048203] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/gpio4grp
[ 0.048230] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/gpio3grp
[ 0.048260] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/gpio2grp
[ 0.048287] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/gpio1grp
[ 0.048815] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver
[ 0.049629] platform 30350000.efuse: Fixed dependency cycle(s) with /soc@0/bus@30000000/clock-controller@30380000
[ 0.050734] platform 30350000.efuse: Fixed dependency cycle(s) with /soc@0/bus@30000000/clock-controller@30380000
[ 0.059130] platform 32e60000.mipi_dsi: Fixed dependency cycle(s) with /soc@0/bus@32c00000/lcd-controller@32e80000
[ 0.059192] platform 32e60000.mipi_dsi: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a50000/hdmi@48
[ 0.059417] platform 32e60000.mipi_dsi: Fixed dependency cycle(s) with /soc@0/bus@32c00000/lcd-controller@32e80000
[ 0.059525] platform 32e80000.lcd-controller: Fixed dependency cycle(s) with /soc@0/bus@32c00000/mipi_dsi@32e60000
[ 0.063333] platform 32fc6000.lcd-controller: Fixed dependency cycle(s) with /soc@0/bus@30c00000/hdmi@32fd8000
[ 0.063692] platform 32fc6000.lcd-controller: Fixed dependency cycle(s) with /soc@0/bus@30c00000/hdmi@32fd8000
[ 0.063795] platform 32fd8000.hdmi: Fixed dependency cycle(s) with /soc@0/bus@30c00000/lcd-controller@32fc6000
[ 0.070050] Modules: 27840 pages in range for non-PLT usage
[ 0.070061] Modules: 519360 pages in range for PLT usage
[ 0.070651] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.070681] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.070697] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.070708] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.070722] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.070733] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.070750] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.070762] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.072629] iommu: Default domain type: Translated
[ 0.072648] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.072933] SCSI subsystem initialized
[ 0.073084] usbcore: registered new interface driver usbfs
[ 0.073125] usbcore: registered new interface driver hub
[ 0.073171] usbcore: registered new device driver usb
[ 0.074377] mc: Linux media interface: v0.10
[ 0.074422] videodev: Linux video capture interface: v2.00
[ 0.074484] pps_core: LinuxPPS API ver. 1 registered
[ 0.074496] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.074529] PTP clock support registered
[ 0.075025] Advanced Linux Sound Architecture Driver Initialized.
[ 0.076210] clocksource: Switched to clocksource arch_sys_counter
[ 0.083749] NET: Registered PF_INET protocol family
[ 0.083902] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.084843] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 0.084874] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.084928] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.085002] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.085224] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.085302] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.085338] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.085452] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.085793] RPC: Registered named UNIX socket transport module.
[ 0.085807] RPC: Registered udp transport module.
[ 0.085817] RPC: Registered tcp transport module.
[ 0.085828] RPC: Registered tcp-with-tls transport module.
[ 0.085841] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.085861] PCI: CLS 0 bytes, default 64
[ 0.086887] Initialise system trusted keyrings
[ 0.087050] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 0.087491] NFS: Registering the id_resolver key type
[ 0.087520] Key type id_resolver registered
[ 0.087531] Key type id_legacy registered
[ 0.087555] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.087571] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.087699] Key type asymmetric registered
[ 0.087712] Asymmetric key parser 'x509' registered
[ 0.087755] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.087776] io scheduler mq-deadline registered
[ 0.087789] io scheduler kyber registered
[ 0.087824] io scheduler bfq registered
[ 0.099117] mxs-dma 33000000.dma-apbh: initialized
[ 0.099748] SoC: i.MX8MP revision 1.1
[ 0.100125] Bus freq driver module loaded
[ 0.107023] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 0.108407] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 0.109779] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 0.159825] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[ 0.163811] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 15, base_baud = 1500000) is a IMX
[ 0.164619] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 16, base_baud = 1500000) is a IMX
[ 0.164654] imx-uart 30880000.serial: Console IMX rounded baud rate from 114286 to 114300
[ 0.164694] printk: console [ttymxc2] enabled
[ 1.348962] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 17, base_baud = 1500000) is a IMX
[ 1.368123] usbcore: registered new interface driver usb-storage
[ 1.374977] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc1
[ 1.381369] i2c_dev: i2c /dev entries driver
[ 1.389442] sdhci: Secure Digital Host Controller Interface driver
[ 1.395660] sdhci: Copyright(c) Pierre Ossman
[ 1.400326] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.406899] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.413874] usbcore: registered new interface driver usbhid
[ 1.419481] usbhid: USB HID core driver
[ 1.425099] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.435005] platform soc@0: Fixed dependency cycle(s) with /soc@0/bus@30000000/efuse@30350000
[ 1.446181] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA
[ 1.449206] NET: Registered PF_PACKET protocol family
[ 1.458396] Key type dns_resolver registered
[ 1.469929] Loading compiled-in X.509 certificates
[ 1.495815] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 1.506706] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 1.517491] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 1.523356] mmc2: new HS400 MMC card at address 0001
[ 1.527886] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 1.532291] mmcblk2: mmc2:0001 Q2J55L 7.09 GiB
[ 1.542074] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 1.547208] mmcblk2: p1 p2
[ 1.555849] reg-fixed-voltage regulator-force-sleep-moci: nonexclusive access to GPIO for (null)
[ 1.557269] i2c i2c-0: using pinctrl states for GPIO recovery
[ 1.571434] mmcblk2boot0: mmc2:0001 Q2J55L 16.0 MiB
[ 1.577331] mmcblk2boot1: mmc2:0001 Q2J55L 16.0 MiB
[ 1.583748] mmcblk2rpmb: mmc2:0001 Q2J55L 4.00 MiB, chardev (241:0)
[ 1.589986] rtc-ds1307 0-0032: registered as rtc0
[ 1.596323] rtc-ds1307 0-0032: setting system clock to 2024-09-13T10:37:10 UTC (1726223830)
[ 1.604741] nxp-pca9450 0-0025: pca9450bc probed.
[ 1.605258] at24 0-0050: supply vcc not found, using dummy regulator
[ 1.618161] at24 0-0050: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[ 1.624952] i2c i2c-0: IMX I2C adapter registered
[ 1.630808] i2c i2c-1: using pinctrl states for GPIO recovery
[ 1.636621] i2c i2c-1: IMX I2C adapter registered
[ 1.641990] i2c i2c-2: using pinctrl states for GPIO recovery
[ 1.647785] i2c i2c-2: IMX I2C adapter registered
[ 1.653439] i2c i2c-3: using pinctrl states for GPIO recovery
[ 1.659635] platform 32e60000.mipi_dsi: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a50000/hdmi@48
[ 1.669820] platform hdmi-connector: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a50000/hdmi@48
[ 1.679788] i2c 3-0048: Fixed dependency cycle(s) with /soc@0/bus@32c00000/mipi_dsi@32e60000
[ 1.688299] i2c 3-0048: Fixed dependency cycle(s) with /hdmi-connector
[ 1.695330] at24 3-0050: supply vcc not found, using dummy regulator
[ 1.730750] at24 3-0057: supply vcc not found, using dummy regulator
[ 1.738560] at24 3-0057: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[ 1.745514] i2c i2c-3: IMX I2C adapter registered
[ 1.761056] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.768024] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.774850] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.781280] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 7 mkt segment 2 supported-hw 0x80 0x4
[ 1.793264] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO
[ 1.794221] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.805297] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.812129] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.820252] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.827066] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.833853] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.834190] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA
[ 1.842023] clk: Disabling unused clocks
[ 1.848084] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.869645] ALSA device list:
[ 1.870853] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 1.876192] No soundcards found.
[ 1.879395] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 2.002103] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 2.007110] EXT4-fs (mmcblk2p2): INFO: recovery required on readonly filesystem
[ 2.009096] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 2.015089] EXT4-fs (mmcblk2p2): write access will be enabled during recovery
[ 2.021929] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 2.034594] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found
[ 2.041448] imx-dwmac 30bf0000.ethernet: User ID: 0x10, Synopsys ID: 0x51
[ 2.048302] imx-dwmac 30bf0000.ethernet: DWMAC4/5
[ 2.053134] imx-dwmac 30bf0000.ethernet: DMA HW capability register supported
[ 2.060318] imx-dwmac 30bf0000.ethernet: RX Checksum Offload Engine supported
[ 2.067488] imx-dwmac 30bf0000.ethernet: Wake-Up On Lan supported
[ 2.073667] imx-dwmac 30bf0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 2.081345] imx-dwmac 30bf0000.ethernet: Enabled L3L4 Flow TC (entries=8)
[ 2.088148] imx-dwmac 30bf0000.ethernet: Enabled RFS Flow TC (entries=10)
[ 2.094954] imx-dwmac 30bf0000.ethernet: Enabling HW TC (entries=256, max_off=256)
[ 2.102540] imx-dwmac 30bf0000.ethernet: Using 34/40 bits DMA host/device width
[ 2.115739] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 2.122543] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 2.129335] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 2.935121] EXT4-fs (mmcblk2p2): recovery complete
[ 2.941644] EXT4-fs (mmcblk2p2): mounted filesystem 33d98045-0cb0-4def-8c8d-909bd06d81d9 ro with ordered data mode. Quota mode: disabled.
[ 2.954070] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.961499] devtmpfs: mounted
[ 2.965119] Freeing unused kernel memory: 2624K
[ 2.969746] Run /sbin/init as init process
[ 3.140034] systemd[1]: Inserted module 'autofs4'
[ 3.170078] NET: Registered PF_INET6 protocol family
[ 3.177545] Segment Routing with IPv6
[ 3.181288] In-situ OAM (IOAM) with IPv6
[ 3.211527] 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)
[ 3.243573] systemd[1]: Detected architecture arm64.
Welcome to TDX Wayland with XWayland 7.0.0-devel-202409+build.2 (scarthgap)!
[ 3.265474] systemd[1]: No hostname configured, using default hostname.
[ 3.272331] systemd[1]: Hostname set to <localhost>.
[ 3.651773] systemd[1]: Queued start job for default target Graphical Interface.
[ 3.683282] systemd[1]: Created slice Slice /system/getty.
[ OK ] Created slice Slice /system/getty.
[ 3.705998] systemd[1]: Created slice Slice /system/modprobe.
[ OK ] Created slice Slice /system/modprobe.
[ 3.729996] systemd[1]: Created slice Slice /system/serial-getty.
[ OK ] Created slice Slice /system/serial-getty.
[ 3.753503] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 3.776909] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 3.804878] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 3.828364] systemd[1]: Expecting device /dev/ttymxc2...
Expecting device /dev/ttymxc2...
[ 3.849016] systemd[1]: Reached target Host and Network Name Lookups.
[ OK ] Reached target Host and Network Name Lookups.
[ 3.872647] systemd[1]: Reached target Path Units.
[ OK ] Reached target Path Units.
[ 3.892360] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 3.912351] systemd[1]: Reached target Slice Units.
[ OK ] Reached target Slice Units.
[ 3.932375] systemd[1]: Reached target Swaps.
[ OK ] Reached target Swaps.
[ 3.980862] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 4.009052] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 4.022522] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 4.040677] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 4.071319] systemd[1]: Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit).
[ 4.082823] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 4.104942] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.125093] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 4.149864] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 4.162845] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 4.185213] systemd[1]: Listening on User Database Manager Socket.
[ OK ] Listening on User Database Manager Socket.
[ 4.229059] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 4.238561] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.271949] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 4.292615] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 4.309060] systemd[1]: Mounting Temporary Directory /tmp...
Mounting Temporary Directory /tmp...
[ 4.350573] systemd[1]: Starting Create List of Static Device Nodes...
Starting Create List of Static Device Nodes...
[ 4.375687] systemd[1]: Starting Load Kernel Module configfs...
Starting Load Kernel Module configfs...
[ 4.404069] systemd[1]: Starting Load Kernel Module drm...
Starting Load Kernel Module drm...
[ 4.432477] systemd[1]: Starting Load Kernel Module fuse...
Starting Load Kernel Module fuse...
[ 4.455762] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 4.469913] fuse: init (API version 7.39)
[ 4.479297] systemd[1]: Starting File System Check on Root Device...
Starting File System Check on Root Device...
[ 4.510059] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 4.533269] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 4.543283] systemd[1]: Starting Generate network units from Kernel command line...
Starting Generate network units from Kernel co[ 4.555627] systemd[1]: Starting Coldplug All udev Devices...
mmand line...
Starting Coldplug All udev Devices...
[ 4.568901] systemd[1]: Started RPC Bind.
[ OK ] Started 4.575637] systemd[1]: Mounted Huge Pages File System.
;39mRPC Bind.
[ 4.583950] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted 4.591637] systemd[1]: Mounted Kernel Debug File System.
;39mHuge Pages File System.[ 4.599781] systemd[1]: Mounted Temporary Directory /tmp.
[ OK ] Mounted 4.608537] systemd[1]: Finished Create List of Static Device Nodes.
1;39mPOSIX Message Queue File Sys[ 4.617888] systemd[1]: modprobe@configfs.service: Deactivated successfully.
tem.
[ OK ] Mo[ 4.627262] systemd[1]: Finished Load Kernel Module configfs.
unted Kernel Debug File [ 4.636788] systemd[1]: modprobe@drm.service: Deactivated successfully.
System.
[ OK ][ 4.645924] systemd[1]: Finished Load Kernel Module drm.
Mounted Temporary Direc[ 4.654212] systemd[1]: modprobe@fuse.service: Deactivated successfully.
tory /tmp.
[ OK 4.663262] systemd[1]: Finished Load Kernel Module fuse.
0m] Finished Create List[ 4.672083] systemd[1]: Finished Generate network units from Kernel command line.
of Static Device Nodes.
[ OK ] Finished Load Kernel Module configf[ 4.686721] galcore: loading out-of-tree module taints kernel.
s.
[ OK ] Finished Load Kernel Modul[ 4.698540] systemd-journald[111]: Collecting audit messages is disabled.
e drm.
[ OK ] [ 4.699695] module built by at Mon Sep 2 19:19:54 UTC 2024
Finished Load Kernel Mod[ 4.700980] imx-pgc imx-pgc-domain.8: failed to command PGC
ule fuse.
[ OK 4.705626] imx-pgc imx-pgc-domain.8: failed to command PGC
m] Finished Generate net[ 4.706952] imx-pgc imx-pgc-domain.8: failed to command PGC
work units from Kernel command li[ 4.742852] Galcore version 6.4.11.p2.745085
ne.
[ 4.756853] systemd[1]: Mounting FUSE Control File System...
[ 4.759870] [drm] Initialized vivante 1.0.0 20170808 for 40000000.mix_gpu_ml on minor 0
Mounting FUSE C[ 4.772720] imx-pgc imx-pgc-domain.8: failed to command PGC
ontrol File System...
[ 4.782320] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 4.789495] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 4.820625] systemd[1]: Mounting Kernel Configuration File System...
Mounting Kernel Configuration File System...
[ 4.846931] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Starting Create Static Device Nodes in /dev gracefully...
[ 4.874428] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Finished File System Check on Root Device.
[ OK ] Finished Load Kernel Modules.
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Finished Create Static Device Nodes in /dev gracefully.
Starting Remount Root and Kernel File Systems...
Starting Apply Kernel Variables...
[ 5.057977] EXT4-fs (mmcblk2p2): re-mounted 33d98045-0cb0-4def-8c8d-909bd06d81d9 r/w. Quota mode: disabled.
[ OK ] Finished Remount Root and Kernel File Systems.
[ OK ] Finished Apply Kernel Variables.
Starting Flush Journal to Persistent Storage...
[ 5.146061] systemd-journald[111]: Received client request to flush runtime journal.
Starting Create Static Device Nodes in /dev...
[ OK ] Finished Flush Journal to Persistent Storage.
[ OK ] Finished Create Static Device Nodes in /dev.
[ OK ] Reached target Preparation for Local File Systems.
Mounting /var/volatile...
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 Create Volatile Files and Directories...
[ OK ] Finished Coldplug All udev Devices.
[ OK ] Started Rule-based Manager for Device Events and Files.
[ OK ] Finished Create Volatile Files and Directories.
Starting Network Time Synchronization...
[ 5.562096] imx-dwmac 30bf0000.ethernet end0: renamed from eth0
Starting Record System Boot/Shutdown in UTMP...
[ OK ] Found device /dev/ttymxc2.
[ OK ] Finished Record System Boot/Shutdown in UTMP.
[ 6.114153] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 6.139038] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.165560] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.185740] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.187129] Hot alarm is canceled. GPU3D clock will return to 64/64
[ 6.206467] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.224962] input: 30370000.snvs:snvs-powerkey as /devices/platform/soc@0/30000000.bus/30370000.snvs/30370000.snvs:snvs-powerkey/input/input1
[ 6.242186] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.279811] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.290120] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.306720] caam 30900000.crypto: device ID = 0x0a16040100000100 (Era 9)
[ 6.308240] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.327658] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.330422] caam 30900000.crypto: job rings = 2, qi = 0
[ 6.340084] CAN device driver interface
[ 6.355167] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.365907] hwmon hwmon2: temp1_input not attached to any thermal zone
[ 6.375771] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.383060] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.386094] lm75 0-0048: hwmon2: sensor 'tmp1075'
[ 6.398171] hwmon hwmon3: temp1_input not attached to any thermal zone
[ 6.398365] pca953x 3-0021: using no AI
[ 6.398941] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.402314] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.403909] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.405336] lm75 3-004f: hwmon3: sensor 'tmp75c'
[ 6.420098] ina2xx 3-0040: supply vs not found, using dummy regulator
[ 6.435425] lt8912 3-0048: supply vccmipirx not found, using dummy regulator
[ 6.436046] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.437480] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.437770] ina2xx 3-0040: power monitor ina219 (Rshunt = 10000 uOhm)
[ 6.449253] lt8912 3-0048: supply vccsysclk not found, using dummy regulator
[ 6.468339] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.477192] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.486060] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.489201] fsl-aud2htx 30cb0000.aud2htx: failed to pcm register
[ 6.491763] lt8912 3-0048: supply vcclvdstx not found, using dummy regulator
[ 6.506189] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.514008] imx-sdma 30bd0000.dma-controller: firmware found.
[ 6.517115] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.532366] lt8912 3-0048: supply vcchdmitx not found, using dummy regulator
[ 6.534767] imx-sdma 30bd0000.dma-controller: loaded firmware 4.5
[ 6.546942] imx-bus-devfreq 32700000.interconnect: failed to fetch clk: -2
[ 6.554830] lt8912 3-0048: supply vcclvdspll not found, using dummy regulator
[ 6.554924] imx-bus-devfreq: probe of 32700000.interconnect failed with error -2
[ 6.570442] imx-sdma 30e00000.dma-controller: firmware found.
[ 6.576427] fsl-aud2htx 30cb0000.aud2htx: failed to pcm register
[ 6.585743] imx-sdma 30e10000.dma-controller: firmware found.
[ 6.586465] lt8912 3-0048: supply vcchdmipll not found, using dummy regulator
[ 6.606820] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.624781] imx8mq-usb-phy 381f0040.usb-phy: supply vbus not found, using dummy regulator
[ 6.635193] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 6.648833] dwhdmi-imx 32fd8000.hdmi: Detected HDMI TX controller v2.13a with HDCP (samsung_dw_hdmi_phy2)
[ 6.663783] dwhdmi-imx 32fd8000.hdmi: registered DesignWare HDMI I2C bus driver
[ 6.690872] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops 0xffffffc080c14b50)
[ 6.703649] imx-drm display-subsystem: bound imx-lcdifv3-crtc.1 (ops 0xffffffc080c14b50)
[ 6.733659] imx_sec_dsim_drv 32e60000.mipi_dsi: version number is 0x1060200
[ 6.745795] imx_sec_dsim_drv 32e60000.mipi_dsi: [drm] *ERROR* modalias failure on /soc@0/bus@32c00000/mipi_dsi@32e60000/port@1
[ 6.796461] imx-drm display-subsystem: bound 32e60000.mipi_dsi (ops imx_sec_dsim_driver_exit [sec_mipi_dsim_imx])
[ 6.816330] imx-drm display-subsystem: bound 32fd8000.hdmi (ops 0xffffffc080c14108)
[ 6.832706] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 1
[ 6.879991] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 6.885652] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 6.893860] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x000000a001000010
[ 6.895143] caam algorithms registered in /proc/crypto
[ 6.903566] xhci-hcd xhci-hcd.1.auto: irq 223, io mem 0x38200000
[ 6.914736] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 6.920286] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 6.928029] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 6.931886] caam 30900000.crypto: caam pkc algorithms registered in /proc/crypto
[ 6.934761] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 6.950369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.957655] usb usb1: Product: xHCI Host Controller
[ 6.957696] caam 30900000.crypto: rng crypto API alg registered prng-caam
[ 6.962568] usb usb1: Manufacturer: Linux 6.6.23-7.0.0-devel-g5545cedda0e3 xhci-hcd
[ 6.977083] usb usb1: SerialNumber: xhci-hcd.1.auto
[ 6.982292] caam 30900000.crypto: registering rng-caam
[ 6.982567] hub 1-0:1.0: USB hub found
[ 6.991374] hub 1-0:1.0: 1 port detected
[ 6.997619] Device caam-keygen registered
[ 7.021078] random: crng init done
[ OK ] Finished Load/Save OS Random Seed.
[ 7.157156] Console: switching to colour frame buffer device 240x67
[ 7.179899] imx-drm display-subsystem: [drm] fb0: imx-drmdrmfb frame buffer device
[ 7.200843] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 7.209151] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 7.217526] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ OK ] Created slice[ 7.224835] usb usb2: Product: xHCI Host Controller
Slice /system/systemd-f[ 7.232654] usb usb2: Manufacturer: Linux 6.6.23-7.0.0-devel-g5545cedda0e3 xhci-hcd
sck.
[ 7.243187] usb usb2: SerialNumber: xhci-hcd.1.auto
[ 7.249374] hub 2-0:1.0: USB hub found
[ 7.253222] hub 2-0:1.0: 1 port detected
Starting File System Check on /dev/mmcblk2p1...
Starting User Database Manager...
Starting Virtual Console Setup...
Starting Network Name Resolution...
[ OK ] Finished File System Check on /dev/mmcblk2p1.
[ 7.409081] pps pps0: new PPS source ptp0
Mounting /run/media/BOOT-mmcblk2p1...
[ 7.424015] fec 30be0000.ethernet eth0: registered PHC device 0
[ 7.434773] fec 30be0000.ethernet end1: renamed from eth0
[ 7.436702] imx6q-pcie 33800000.pcie: host bridge /soc@0/pcie@33800000 ranges:
[ 7.449098] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 7.449328] imx6q-pcie 33800000.pcie: IO 0x001ff80000..0x001ff8ffff -> 0x0000000000
[ 7.463150] imx6q-pcie 33800000.pcie: MEM 0x0018000000..0x001fefffff -> 0x0018000000
[ OK ] Started 7.473276] input: audio-hdmi HDMI Jack as /devices/platform/sound-hdmi/sound/card0/input2
;39mUser Database Manager.
[ 7.483513] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 7.485534] imx-pgc imx-pgc-domain.8: failed to command PGC
[ OK ] Finished Virtual Console Setup.
[ 7.631961] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 7.639316] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 7.641198] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 2.21
[ 7.646452] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 7.653162] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.653180] usb 1-1: Product: USB2744
[ 7.669959] usb 1-1: Manufacturer: Microchip Tech
[ OK ] Started Network Name Resolution.
[ 7.692383] imx6q-pcie 33800000.pcie: iATU: unroll T, 4 ob, 4 ib, align 64K, limit 16G
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Set.
[ OK ] Reached targe[ 7.735635] hub 1-1:1.0: USB hub found
t System Initialization 7.741999] hub 1-1:1.0: 4 ports detected
[0m.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timer Units.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ 7.799120] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ OK ] Listening on [ 7.809808] imx-pgc imx-pgc-domain.8: failed to command PGC
D-Bus System Message Bus[ 7.819600] imx-pgc imx-pgc-domain.8: failed to command PGC
Socket.
[ 7.827708] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 2.21
[ 7.827980] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 7.835916] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 7.835928] usb 2-1: Product: USB5744
[ 7.835933] usb 2-1: Manufacturer: Microchip Tech
[ 7.863396] hub 2-1:1.0: USB hub found
[ 7.867657] hub 2-1:1.0: 3 ports detected
[ 7.872738] usbcore: registered new device driver onboard-usb-hub
[ 7.873647] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 7.886163] imx-pgc imx-pgc-domain.8: failed to command PGC
[ OK ] Listening on [ 7.896168] imx-pgc imx-pgc-domain.8: failed to command PGC
dropbear.socket.
[ OK ] Listening on GPS (Global Positioning System) Daemon Sockets.
Starting Weston socket...
[ OK ] Listening on Weston socket.
[ OK ] Reached target Socket Units.
[ OK ] Reached target Basic System.
Starting Save/Restore Sound Card State...
[ OK ] Started Kernel Logging Service.
[ OK ] Started System Logging Service.
[ 8.119084] hub 1-1:1.0: USB hub found
[ 8.126820] hub 1-1:1.0: 4 ports detected
Starting D-Bus System Message Bus...
[ OK ] Started ISP i.MX 8Mplus daemon.
Starting IPv6 Packet Filtering Framework...
[ 8.184651] imx-pgc imx-pgc-domain.8: failed to command PGC
Starting IPv4 P[ 8.195392] imx-pgc imx-pgc-domain.8: failed to command PGC
acket Filtering Framework...
[ 8.206665] imx-pgc imx-pgc-domain.8: failed to command PGC
Starting Telephony service...
Starting set-hostname.service...
Starting User Login Management...
[ OK ] Started Timestamping service.
Starting Load USB gadget schemas...
[ 8.316139] hub 1-1:1.0: USB hub found
[ OK ] Started 8.328421] hub 1-1:1.0: 4 ports detected
;39mD-Bus System Message Bus.
[ OK ] Finished Save/Restore Sound Card State.
[ OK ] Finished IPv6 Packet Filtering Framework.
[ 8.376847] imx-pgc imx-pgc-domain.8: failed to command PGC
[ OK ] Finished 8.387708] imx-pgc imx-pgc-domain.8: failed to command PGC
1;39mIPv4 Packet Filtering Framework.
[ 8.396828] configfs-gadget.g1 gadget.0: HOST MAC 2e:21:0b:81:9e:7b
[ 8.398311] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 8.404129] configfs-gadget.g1 gadget.0: MAC 6e:5b:83:16:de:be
[ 8.425483] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 8.435402] imx-pgc imx-pgc-domain.8: failed to command PGC
[ OK ] Finished 8.445078] imx-pgc imx-pgc-domain.8: failed to command PGC
1;39mLoad USB gadget schemas.[ 8.455005] hub 2-1:1.0: USB hub found
[ 8.461554] hub 2-1:1.0: 3 ports detected
[ 8.464214] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 8.478050] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 8.479540] imx-pgc imx-pgc-domain.8: failed to command PGC
[ OK ] Started User Login Management.
[ 8.535009] hub 2-1:1.0: USB hub found
[ 8.542115] hub 2-1:1.0: 3 ports detected
[ OK ] Started 8.550614] imx-pgc imx-pgc-domain.8: failed to command PGC
;39mTelephony service.
[ 8.561661] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 8.571031] imx-pgc imx-pgc-domain.8: failed to command PGC
[ OK ] Reached target Sound Card.
[ OK ] Reached target Hardware activated USB gadget.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ 8.660281] usb 1-1.4: new high-speed USB device number 3 using xhci-hcd
Starting Hostname Service...
[ 8.700567] imx6q-pcie 33800000.pcie: Phy link never came up
[ 8.771542] usb 1-1.4: New USB device found, idVendor=0424, idProduct=2740, bcdDevice= 2.00
[ 8.782291] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.791961] usb 1-1.4: Product: Hub Controller
[ 8.798723] usb 1-1.4: Manufacturer: Microchip Tech
[ 8.807858] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 8.817406] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 8.826766] imx-pgc imx-pgc-domain.8: failed to command PGC
[ OK ] Started Hostname Service.
[ OK ] Finished set-hostname.service.
[ OK ] Reached target Preparation for Network.
Starting Connection service...
Starting Network Configuration...
[ OK ] Started Connection service.
[ 9.059147] imx-dwmac 30bf0000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0
Starting Avahi [ 9.069614] imx-dwmac 30bf0000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-1
mDNS/DNS-SD Stack...
[ 9.082378] imx-dwmac 30bf0000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-2
[ 9.092459] imx-dwmac 30bf0000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-3
[ 9.102456] imx-dwmac 30bf0000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-4
Starting WPA supplicant...
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ 9.181812] imx-dwmac 30bf0000.ethernet end0: PHY [stmmac-0:07] driver [Microchip KSZ9131 Gigabit PHY] (irq=36)
[ OK ] Started WPA supplicant.
[ 9.204233] imx-dwmac 30bf0000.ethernet end0: No Safety Features support found
[ 9.214391] imx-dwmac 30bf0000.ethernet end0: IEEE 1588-2008 Advanced Timestamp supported
[ 9.225673] imx-dwmac 30bf0000.ethernet end0: registered PTP clock
[ 9.235531] imx-dwmac 30bf0000.ethernet end0: FPE workqueue start
[ 9.243861] imx-dwmac 30bf0000.ethernet end0: configuring for phy/rgmii-id link mode
[ 9.258464] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 9.278894] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 9.288779] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 9.324085] Microchip KSZ9131 Gigabit PHY 30be0000.ethernet-1:07: attached PHY driver (mii_bus:phy_addr=30be0000.ethernet-1:07, irq=146)
[ 9.714088] imx6q-pcie 33800000.pcie: Phy link never came up
[ 9.723191] imx6q-pcie 33800000.pcie: PCI host bridge to bus 0000:00
[ 9.732573] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 9.741083] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 9.750243] pci_bus 0000:00: root bus resource [mem 0x18000000-0x1fefffff]
[ 9.760079] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400
[ 9.769084] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 9.777674] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[ 9.786572] pci 0000:00:00.0: supports D1
[ 9.792708] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold
[ 9.803821] pci 0000:00:00.0: BAR 0: assigned [mem 0x18000000-0x180fffff]
[ 9.812855] pci 0000:00:00.0: BAR 6: assigned [mem 0x18100000-0x1810ffff pref]
[ 9.822263] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 9.830074] pcieport 0000:00:00.0: PME: Signaling with IRQ 231
[ 9.838506] pcieport 0000:00:00.0: AER: enabled with IRQ 231
[ 9.839385] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 9.858927] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 9.868353] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 9.877874] imx-pgc imx-pgc-domain.8: failed to command PGC
[ 9.894563] Bluetooth: Core ver 2.22
[ OK ] Started 9.906248] NET: Registered PF_BLUETOOTH protocol family
;39mNetwork Configuration.
[ 9.918967] Bluetooth: HCI device and connection manager initialized
[ 9.927721] Bluetooth: HCI socket layer initialized
[ 9.934864] Bluetooth: L2CAP socket layer initialized
[ OK ] Mounted 9.942186] Bluetooth: SCO socket layer initialized
;39m/run/media/BOOT-mmcblk2p1.
[ OK ] Reached target Network.
Mounting /boot...
Starting Permit User Sessions...
[ OK ] Mounted /boot.
[ OK ] Finished Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttymxc2.
[ OK ] Reached target Login Prompts.
[ OK ] Reached target Multi-User System.
Starting Weston, a Wayland compositor, as a system service...
[ 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 Session c2 of User root.
[ OK ] Started Session c3 of User root.
[ 12.303880] Unable to handle kernel paging request at virtual address deaddead00000010
[ 12.311858] Mem abort info:
[ 12.314674] ESR = 0x0000000096000004
[ 12.318446] EC = 0x25: DABT (current EL), IL = 32 bits
[ 12.323777] SET = 0, FnV = 0
[ 12.326851] EA = 0, S1PTW = 0
[ 12.330009] FSC = 0x04: level 0 translation fault
[ 12.334904] Data abort info:
[ 12.337801] ISV = 0, ISS = 0x00000004, ISS2 = 0x00000000
[ 12.343304] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 12.348373] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 12.353702] [deaddead00000010] address between user and kernel address ranges
[ 12.360855] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP
[ 12.367125] Modules linked in: bluetooth ecdh_generic nls_iso8859_1 ecc cfg80211 rfkill onboard_usb_hub spidev nls_cp437 usb_conn_gpio snd_soc_hdmi_codec dw_hdmi_gp_audio dw_hdmi_cec dwc3 roles caam_jr caamkeyblob_desc caamhash_desc caamalg_desc crypto_engine authenc libdes crypto_null evdev aes_ce_cipher ghash_ce gf128mul libaes sha2_ce sha256_arm64 sha1_ce sha1_generic fsl_imx8_ddr_perf snd_soc_simple_card phy_fsl_imx8mq_usb snd_soc_simple_card_utils snd_soc_imx_hdmi phy_fsl_imx8m_pcie sec_mipi_dsim_imx sec_dsim dwc3_imx8mp imx_bus phy_fsl_samsung_hdmi snd_soc_fsl_sai snd_soc_fsl_utils imx_pcm_dma snd_soc_fsl_aud2htx imx_sdma snd_soc_nau8822 ti_ads1015 ina2xx lontium_lt8912b gpio_pca953x flexcan industrialio_triggered_buffer lm75 kfifo_buf spi_nxp_fspi can_dev caam error pwm_imx27 snvs_pwrkey nvmem_snvs_lpgpr spi_imx imx8mm_thermal display_connector gpio_keys galcore(O) fuse ipv6 autofs4
[ 12.446071] CPU: 1 PID: 478 Comm: weston Tainted: G O 6.6.23-7.0.0-devel-g5545cedda0e3 #1
[ 12.455640] Hardware name: Toradex Verdin iMX8M Plus on Verdin Development Board (DT)
[ 12.463471] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 12.470434] pc : __lookup_mnt+0x40/0x60
[ 12.474278] lr : step_into+0xcc/0x60c
[ 12.477944] sp : ffffffc083853a70
[ 12.481258] x29: ffffffc083853a90 x28: ffffffc083853c60 x27: 0000000000000000
[ 12.488399] x26: 2f2f2f2f2f2f2f2f x25: 0000000000000002 x24: ffffffc0811985c0
[ 12.495540] x23: 0000000000000002 x22: 0000000000210000 x21: ffffff8000460240
[ 12.502685] x20: ffffff8000460240 x19: ffffffc083853c60 x18: 0000000000000000
[ 12.509826] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000
[ 12.516966] x14: 0000000000000000 x13: ffffff80001e8021 x12: ffffffc083853ca4
[ 12.524107] x11: 00000003b7a97b7e x10: 0000000000000002 x9 : 0000000000000003
[ 12.531247] x8 : ffffff8000454b40 x7 : 732e646c2f637465 x6 : 00000000000007ff
[ 12.538388] x5 : ffffff8000054000 x4 : 000000000000000b x3 : ffffff80000897e0
[ 12.545529] x2 : 0000ffffff800027 x1 : ffffff8000460240 x0 : deaddead00000000
[ 12.552676] Call trace:
[ 12.555122] __lookup_mnt+0x40/0x60
[ 12.558613] walk_component+0x4c/0x190
[ 12.562366] link_path_walk.part.0.constprop.0+0x25c/0x384
[ 12.567854] path_openat+0xa8/0xdc4
[ 12.571346] do_filp_open+0x9c/0x14c
[ 12.574924] do_sys_openat2+0xc4/0x104
[ 12.578676] __arm64_sys_openat+0x64/0xac
[ 12.582687] invoke_syscall.constprop.0+0x50/0xe8
[ 12.587396] do_el0_svc+0x40/0xc8
[ 12.590714] el0_svc+0x48/0x148
[ 12.593857] el0t_64_sync_handler+0x120/0x12c
[ 12.598215] el0t_64_sync+0x190/0x194
[ 12.601882] Code: b5000080 1400000a f9400000 b4000100 (f9400802)
[ 12.607979] ---[ end trace 0000000000000000 ]---
[ 12.669035] imx-dwmac 30bf0000.ethernet end0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 12.678304] Unable to handle kernel paging request at virtual address 000000000801022f
[ 12.686267] Mem abort info:
[ 12.689081] ESR = 0x0000000096000005
[ 12.692849] EC = 0x25: DABT (current EL), IL = 32 bits
[ 12.698173] SET = 0, FnV = 0
[ 12.701235] EA = 0, S1PTW = 0
[ 12.704384] FSC = 0x05: level 1 translation fault
[ 12.709273] Data abort info:
[ 12.712152] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[ 12.717645] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 12.722705] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 12.728025] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000043aeb000
[ 12.734476] [000000000801022f] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
[ 12.743194] Internal error: Oops: 0000000096000005 [#2] PREEMPT SMP
[ 12.749463] Modules linked in: bluetooth ecdh_generic nls_iso8859_1 ecc cfg80211 rfkill onboard_usb_hub spidev nls_cp437 usb_conn_gpio snd_soc_hdmi_codec dw_hdmi_gp_audio dw_hdmi_cec dwc3 roles caam_jr caamkeyblob_desc caamhash_desc caamalg_desc crypto_engine authenc libdes crypto_null evdev aes_ce_cipher ghash_ce gf128mul libaes sha2_ce sha256_arm64 sha1_ce sha1_generic fsl_imx8_ddr_perf snd_soc_simple_card phy_fsl_imx8mq_usb snd_soc_simple_card_utils snd_soc_imx_hdmi phy_fsl_imx8m_pcie sec_mipi_dsim_imx sec_dsim dwc3_imx8mp imx_bus phy_fsl_samsung_hdmi snd_soc_fsl_sai snd_soc_fsl_utils imx_pcm_dma snd_soc_fsl_aud2htx imx_sdma snd_soc_nau8822 ti_ads1015 ina2xx lontium_lt8912b gpio_pca953x flexcan industrialio_triggered_buffer lm75 kfifo_buf spi_nxp_fspi can_dev caam error pwm_imx27 snvs_pwrkey nvmem_snvs_lpgpr spi_imx imx8mm_thermal display_connector gpio_keys galcore(O) fuse ipv6 autofs4
[ 12.828412] CPU: 3 PID: 483 Comm: kworker/u8:2 Tainted: G D O 6.6.23-7.0.0-devel-g5545cedda0e3 #1
[ 12.838502] Hardware name: Toradex Verdin iMX8M Plus on Verdin Development Board (DT)
[ 12.846331] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 12.853294] pc : __lookup_mnt+0x40/0x60
[ 12.857138] lr : step_into+0xcc/0x60c
[ 12.860804] sp : ffffffc0838bba80
[ 12.864117] x29: ffffffc0838bbaa0 x28: ffffffc0838bbc70 x27: 0000000000000000
[ 12.871259] x26: 2f2f2f2f2f2f2f2f x25: 0000000000000002 x24: ffffffc0811985c0
[ 12.878402] x23: 0000000000000002 x22: 0000000000210000 x21: ffffff8000454cc0
[ 12.885543] x20: ffffff8000454cc0 x19: ffffffc0838bbc70 x18: 0000000000000000
[ 12.892685] x17: 0000000000000000 x16: ffffffc080c952f8 x15: ffffffffffffffff
[ 12.899826] x14: 0000000000000000 x13: ffffff80015e11a0 x12: ffffffc0838bbcb4
[ 12.906967] x11: 000000037f871908 x10: 0000000000000002 x9 : 0000000000000003
[ 12.914107] x8 : ffffff8000454b40 x7 : 6e6962732f727375 x6 : 00000000000007ff
[ 12.921248] x5 : ffffff8000054000 x4 : 000000000000000b x3 : ffffff80000897e0
[ 12.928389] x2 : 0000ffffff800026 x1 : ffffff8000454cc0 x0 : 000000000801021f
[ 12.935530] Call trace:
[ 12.937976] __lookup_mnt+0x40/0x60
[ 12.941467] walk_component+0x4c/0x190
[ 12.945220] link_path_walk.part.0.constprop.0+0x25c/0x384
[ 12.950709] path_openat+0xa8/0xdc4
[ 12.954202] do_filp_open+0x9c/0x14c
[ 12.957781] do_open_execat+0x60/0x148
[ 12.961531] bprm_execve+0x118/0x524
[ 12.965108] kernel_execve+0x12c/0x1b0
[ 12.968858] call_usermodehelper_exec_async+0xd0/0x140
[ 12.973999] ret_from_fork+0x10/0x20
[ 12.977581] Code: b5000080 1400000a f9400000 b4000100 (f9400802)
[ 12.983677] ---[ end trace 0000000000000000 ]---
[ 12.989178] Unable to handle kernel paging request at virtual address 000000000801022f
[ 12.997139] Mem abort info:
[ 12.999937] ESR = 0x0000000096000005
[ 13.003728] EC = 0x25: DABT (current EL), IL = 32 bits
[ 13.009076] SET = 0, FnV = 0
[ 13.012133] EA = 0, S1PTW = 0
[ 13.015286] FSC = 0x05: level 1 translation fault
[ 13.020172] Data abort info:
[ 13.023060] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[ 13.028553] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 13.033613] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 13.038934] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000043aeb000
[ 13.045383] [000000000801022f] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
[ 13.054098] Internal error: Oops: 0000000096000005 [#3] PREEMPT SMP
[ 13.060366] Modules linked in: bluetooth ecdh_generic nls_iso8859_1 ecc cfg80211 rfkill onboard_usb_hub spidev nls_cp437 usb_conn_gpio snd_soc_hdmi_codec dw_hdmi_gp_audio dw_hdmi_cec dwc3 roles caam_jr caamkeyblob_desc caamhash_desc caamalg_desc crypto_engine authenc libdes crypto_null evdev aes_ce_cipher ghash_ce gf128mul libaes sha2_ce sha256_arm64 sha1_ce sha1_generic fsl_imx8_ddr_perf snd_soc_simple_card phy_fsl_imx8mq_usb snd_soc_simple_card_utils snd_soc_imx_hdmi phy_fsl_imx8m_pcie sec_mipi_dsim_imx sec_dsim dwc3_imx8mp imx_bus phy_fsl_samsung_hdmi snd_soc_fsl_sai snd_soc_fsl_utils imx_pcm_dma snd_soc_fsl_aud2htx imx_sdma snd_soc_nau8822 ti_ads1015 ina2xx lontium_lt8912b gpio_pca953x flexcan industrialio_triggered_buffer lm75 kfifo_buf spi_nxp_fspi can_dev caam error pwm_imx27 snvs_pwrkey nvmem_snvs_lpgpr spi_imx imx8mm_thermal display_connector gpio_keys galcore(O) fuse ipv6 autofs4
[ 13.139303] CPU: 3 PID: 484 Comm: kworker/u8:2 Tainted: G D O 6.6.23-7.0.0-devel-g5545cedda0e3 #1
[ 13.149393] Hardware name: Toradex Verdin iMX8M Plus on Verdin Development Board (DT)
[ 13.157223] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 13.164186] pc : __lookup_mnt+0x40/0x60
[ 13.168029] lr : step_into+0xcc/0x60c
[ 13.171696] sp : ffffffc08384ba80
[ 13.175011] x29: ffffffc08384baa0 x28: ffffffc08384bc70 x27: 0000000000000000
[ 13.182153] x26: 2f2f2f2f2f2f2f2f x25: 0000000000000002 x24: ffffffc0811985c0
[ 13.189293] x23: 0000000000000002 x22: 0000000000210000 x21: ffffff8000454cc0
[ 13.196434] x20: ffffff8000454cc0 x19: ffffffc08384bc70 x18: 0000000000000000
[ 13.203575] x17: 0000000000000000 x16: ffffffc080c952f8 x15: ffffffffffffffff
[ 13.210716] x14: 0000000000000000 x13: ffffff80015e11a0 x12: ffffffc08384bcb4
[ 13.217857] x11: 000000037f871908 x10: 0000000000000002 x9 : 0000000000000003
[ 13.224998] x8 : ffffff8000454b40 x7 : 6e6962732f727375 x6 : 00000000000007ff
[ 13.232139] x5 : ffffff8000054000 x4 : 000000000000000b x3 : ffffff80000897e0
[ 13.239280] x2 : 0000ffffff800026 x1 : ffffff8000454cc0 x0 : 000000000801021f
[ 13.246421] Call trace:
[ 13.248867] __lookup_mnt+0x40/0x60
[ 13.252360] walk_component+0x4c/0x190
[ 13.256112] link_path_walk.part.0.constprop.0+0x25c/0x384
[ 13.261600] path_openat+0xa8/0xdc4
[ 13.265091] do_filp_open+0x9c/0x14c
[ 13.268670] do_open_execat+0x60/0x148
[ 13.272421] bprm_execve+0x118/0x524
[ 13.275997] kernel_execve+0x12c/0x1b0
[ 13.279748] call_usermodehelper_exec_async+0xd0/0x140
[ 13.284889] ret_from_fork+0x10/0x20
[ 13.288471] Code: b5000080 1400000a f9400000 b4000100 (f9400802)
[ 13.294566] ---[ end trace 0000000000000000 ]---
[ 15.094408] Unable to handle kernel paging request at virtual address 0000000008010259
[ 15.094417] Unable to handle kernel paging request at virtual address 0000000008010259
[ 15.094424] Mem abort info:
[ 15.094426] ESR = 0x0000000096000005
[ 15.102359] Mem abort info:
[ 15.102361] ESR = 0x0000000096000005
[ 15.102365] EC = 0x25: DABT (current EL), IL = 32 bits
[ 15.110291] EC = 0x25: DABT (current EL), IL = 32 bits
[ 15.113091] SET = 0, FnV = 0
[ 15.113095] EA = 0, S1PTW = 0
[ 15.116851] SET = 0, FnV = 0
[ 15.119641] FSC = 0x05: level 1 translation fault
[ 15.123398] EA = 0, S1PTW = 0
[ 15.128713] Data abort info:
[ 15.128716] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[ 15.134030] FSC = 0x05: level 1 translation fault
[ 15.134034] Data abort info:
[ 15.137091] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 15.137095] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 15.140239] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[ 15.140243] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 15.143293] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000448ad000
[ 15.148176] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 15.151323] [0000000008010259] pgd=0000000000000000
[ 15.154211] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000045478000
[ 15.159685] , p4d=0000000000000000, pud=0000000000000000
[ 15.164566] [0000000008010259] pgd=0000000000000000, p4d=0000000000000000
[ 15.167445]
[ 15.172503] , pud=0000000000000000
[ 15.177819] Internal error: Oops: 0000000096000005 [#4] PREEMPT SMP
[ 15.183310]
[ 15.188349] Modules linked in: bluetooth ecdh_generic nls_iso8859_1 ecc cfg80211 rfkill onboard_usb_hub spidev nls_cp437 usb_conn_gpio snd_soc_hdmi_codec dw_hdmi_gp_audio dw_hdmi_cec dwc3 roles caam_jr caamkeyblob_desc caamhash_desc caamalg_desc crypto_engine authenc libdes crypto_null evdev aes_ce_cipher ghash_ce gf128mul libaes sha2_ce sha256_arm64 sha1_ce sha1_generic fsl_imx8_ddr_perf snd_soc_simple_card phy_fsl_imx8mq_usb snd_soc_simple_card_utils snd_soc_imx_hdmi phy_fsl_imx8m_pcie sec_mipi_dsim_imx sec_dsim dwc3_imx8mp imx_bus phy_fsl_samsung_hdmi snd_soc_fsl_sai snd_soc_fsl_utils imx_pcm_dma snd_soc_fsl_aud2htx imx_sdma snd_soc_nau8822 ti_ads1015 ina2xx lontium_lt8912b gpio_pca953x flexcan industrialio_triggered_buffer lm75 kfifo_buf spi_nxp_fspi can_dev caam error pwm_imx27 snvs_pwrkey nvmem_snvs_lpgpr spi_imx imx8mm_thermal display_connector gpio_keys galcore(O) fuse ipv6 autofs4
[ 15.315104] CPU: 2 PID: 462 Comm: (agetty) Tainted: G D O 6.6.23-7.0.0-devel-g5545cedda0e3 #1
[ 15.324848] Hardware name: Toradex Verdin iMX8M Plus on Verdin Development Board (DT)
[ 15.332677] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 15.339640] pc : __lookup_mnt+0x40/0x60
[ 15.343483] lr : step_into+0xcc/0x60c
[ 15.347150] sp : ffffffc08382ba70
[ 15.350464] x29: ffffffc08382ba90 x28: ffffffc08382bc60 x27: 0000000000000000
[ 15.357606] x26: 2f2f2f2f2f2f2f2f x25: 0000000000000002 x24: ffffffc0811985c0
[ 15.364746] x23: 0000000000000002 x22: 0000000000210000 x21: ffffff8000454a80
[ 15.371887] x20: ffffff8000454a80 x19: ffffffc08382bc60 x18: 0000000000000000
[ 15.379029] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000
[ 15.386175] x14: 0000000000000000 x13: ffffff800100c021 x12: ffffffc08382bca4
[ 15.393316] x11: 0000000341ef3aee x10: 0000000000000002 x9 : 0000000000000003
[ 15.400457] x8 : ffffff8000454b40 x7 : 317974742f766564 x6 : 00000000000007ff
[ 15.407598] x5 : ffffff8000054000 x4 : 000000000000000b x3 : ffffff80000897e0
[ 15.414739] x2 : 0000ffffff800026 x1 : ffffff8000454a80 x0 : 0000000008010249
[ 15.421880] Call trace:
[ 15.424326] __lookup_mnt+0x40/0x60
[ 15.427819] walk_component+0x4c/0x190
[ 15.431570] link_path_walk.part.0.constprop.0+0x25c/0x384
[ 15.437059] path_openat+0xa8/0xdc4
[ 15.440551] do_filp_open+0x9c/0x14c
[ 15.444129] do_sys_openat2+0xc4/0x104
[ 15.447881] __arm64_sys_openat+0x64/0xac
[ 15.451892] invoke_syscall.constprop.0+0x50/0xe8
[ 15.456601] do_el0_svc+0x40/0xc8
[ 15.459918] el0_svc+0x48/0x148
[ 15.463062] el0t_64_sync_handler+0x120/0x12c
[ 15.467420] el0t_64_sync+0x190/0x194
[ 15.471088] Code: b5000080 1400000a f9400000 b4000100 (f9400802)
[ 15.477182] ---[ end trace 0000000000000000 ]---
[ 15.481800] Internal error: Oops: 0000000096000005 [#5] PREEMPT SMP
[ 15.484378] Unable to handle kernel paging request at virtual address 0000000008010259
[ 15.488070] Modules linked in: bluetooth ecdh_generic nls_iso8859_1 ecc cfg80211 rfkill onboard_usb_hub spidev nls_cp437 usb_conn_gpio snd_soc_hdmi_codec dw_hdmi_gp_audio dw_hdmi_cec dwc3 roles caam_jr caamkeyblob_desc caamhash_desc caamalg_desc crypto_engine authenc libdes
[ 15.496051] Mem abort info:
[ 15.496052] crypto_null
[ 15.496056] ESR = 0x0000000096000005
[ 15.520285] evdev aes_ce_cipher ghash_ce gf128mul libaes sha2_ce sha256_arm64 sha1_ce sha1_generic fsl_imx8_ddr_perf snd_soc_simple_card phy_fsl_imx8mq_usb snd_soc_simple_card_utils
[ 15.523124] EC = 0x25: DABT (current EL), IL = 32 bits
[ 15.525624] snd_soc_imx_hdmi phy_fsl_imx8m_pcie sec_mipi_dsim_imx sec_dsim dwc3_imx8mp imx_bus phy_fsl_samsung_hdmi snd_soc_fsl_sai snd_soc_fsl_utils imx_pcm_dma snd_soc_fsl_aud2htx
[ 15.529400] SET = 0, FnV = 0
[ 15.545635] imx_sdma snd_soc_nau8822 ti_ads1015 ina2xx lontium_lt8912b gpio_pca953x
[ 15.550959] EA = 0, S1PTW = 0
[ 15.567195] flexcan industrialio_triggered_buffer lm75 kfifo_buf spi_nxp_fspi can_dev
[ 15.570264] FSC = 0x05: level 1 translation fault
[ 15.577990] caam error pwm_imx27 snvs_pwrkey nvmem_snvs_lpgpr spi_imx imx8mm_thermal display_connector
[ 15.581148] Data abort info:
[ 15.589050] gpio_keys galcore(O) fuse ipv6 autofs4
[ 15.589063] CPU: 1 PID: 463 Comm: (agetty) Tainted: G D O 6.6.23-7.0.0-devel-g5545cedda0e3 #1
[ 15.589069] Hardware name: Toradex Verdin iMX8M Plus on Verdin Development Board (DT)
[ 15.593957] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[ 15.603332] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 15.603338] pc : __lookup_mnt+0x40/0x60
[ 15.606229] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 15.611093] lr : step_into+0xcc/0x60c
[ 15.611101] sp : ffffffc08383ba70
[ 15.620843] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 15.628658] x29: ffffffc08383ba90 x28: ffffffc08383bc60 x27: 0000000000000000
[ 15.628667] x26: 2f2f2f2f2f2f2f2f
[ 15.634155] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000040f45000
[ 15.641102] x25: 0000000000000002 x24: ffffffc0811985c0
[ 15.641109] x23: 0000000000000002 x22: 0000000000210000 x21: ffffff8000454a80
[ 15.644952] [0000000008010259] pgd=0000000000000000
[ 15.649990]
[ 15.649991] x20: ffffff8000454a80 x19: ffffffc08383bc60 x18: 0000000000000000
[ 15.649999] x17: 0000000000000000
[ 15.653664] , p4d=0000000000000000
[ 15.656966] x16: 0000000000000000 x15: 0000000000000000
[ 15.656971] x14: 0000000000000000 x13: ffffff80001ec021 x12: ffffffc08383bca4
[ 15.662294] , pud=0000000000000000
[ 15.669413]
[ 15.669414] x11: 0000000341ef3aee x10: 0000000000000002 x9 : 0000000000000003
[ 15.669422] x8 : ffffff8000454b40
[ 15.672739]
[ 15.679166] x7 : 6d7974742f766564 x6 : 00000000000007ff
[ 15.679173] x5 : ffffff8000054000 x4 : 000000000000000b x3 : ffffff80000897e0
[ 15.753562] x2 : 0000ffffff800026 x1 : ffffff8000454a80 x0 : 0000000008010249
[ 15.760704] Call trace:
[ 15.763150] __lookup_mnt+0x40/0x60
[ 15.766644] walk_component+0x4c/0x190
[ 15.770396] link_path_walk.part.0.constprop.0+0x25c/0x384
[ 15.775885] path_openat+0xa8/0xdc4
[ 15.779379] do_filp_open+0x9c/0x14c
[ 15.782960] do_sys_openat2+0xc4/0x104
[ 15.786714] __arm64_sys_openat+0x64/0xac
[ 15.790725] invoke_syscall.constprop.0+0x50/0xe8
[ 15.795433] do_el0_svc+0x40/0xc8
[ 15.798751] el0_svc+0x48/0x148
[ 15.801894] el0t_64_sync_handler+0x120/0x12c
[ 15.806252] el0t_64_sync+0x190/0x194
[ 15.809920] Code: b5000080 1400000a f9400000 b4000100 (f9400802)
[ 15.816015] ---[ end trace 0000000000000000 ]---
[ 15.820632] Internal error: Oops: 0000000096000005 [#6] PREEMPT SMP
[ 15.826907] Modules linked in: bluetooth ecdh_generic nls_iso8859_1 ecc cfg80211 rfkill onboard_usb_hub spidev nls_cp437 usb_conn_gpio snd_soc_hdmi_codec dw_hdmi_gp_audio dw_hdmi_cec dwc3 roles caam_jr caamkeyblob_desc caamhash_desc caamalg_desc crypto_engine authenc libdes crypto_null evdev aes_ce_cipher ghash_ce gf128mul libaes sha2_ce sha256_arm64 sha1_ce sha1_generic fsl_imx8_ddr_perf snd_soc_simple_card phy_fsl_imx8mq_usb snd_soc_simple_card_utils snd_soc_imx_hdmi phy_fsl_imx8m_pcie sec_mipi_dsim_imx sec_dsim dwc3_imx8mp imx_bus phy_fsl_samsung_hdmi snd_soc_fsl_sai snd_soc_fsl_utils imx_pcm_dma snd_soc_fsl_aud2htx imx_sdma snd_soc_nau8822 ti_ads1015 ina2xx lontium_lt8912b gpio_pca953x flexcan industrialio_triggered_buffer lm75 kfifo_buf spi_nxp_fspi can_dev caam error pwm_imx27 snvs_pwrkey nvmem_snvs_lpgpr spi_imx imx8mm_thermal display_connector gpio_keys galcore(O) fuse ipv6 autofs4
[ 15.905851] CPU: 3 PID: 1 Comm: systemd Tainted: G D O 6.6.23-7.0.0-devel-g5545cedda0e3 #1
[ 15.915333] Hardware name: Toradex Verdin iMX8M Plus on Verdin Development Board (DT)
[ 15.923162] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 15.930125] pc : __lookup_mnt+0x40/0x60
[ 15.933969] lr : step_into+0xcc/0x60c
[ 15.937636] sp : ffffffc08135ba70
[ 15.940949] x29: ffffffc08135ba90 x28: ffffffc08135bc60 x27: 0000000000000000
[ 15.948091] x26: 2f2f2f2f2f2f2f2f x25: 0000000000000002 x24: ffffffc0811985c0
[ 15.955232] x23: 0000000000000002 x22: 0000000000210000 x21: ffffff8000454a80
[ 15.962372] x20: ffffff8000454a80 x19: ffffffc08135bc60 x18: 0000000000000000
[ 15.969515] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000
[ 15.976656] x14: 0000000000000000 x13: ffffff8000f5e021 x12: ffffffc08135bca4
[ 15.983796] x11: 0000000341ef3aee x10: 0000000000000002 x9 : 0000000000000003
[ 15.990937] x8 : ffffff8000454b40 x7 : 317974742f766564 x6 : 00000000000007ff
[ 15.998077] x5 : ffffff8000054000 x4 : 000000000000000b x3 : ffffff80000897e0
[ 16.005218] x2 : 0000ffffff800026 x1 : ffffff8000454a80 x0 : 0000000008010249
[ 16.012361] Call trace:
[ 16.014807] __lookup_mnt+0x40/0x60
[ 16.018300] walk_component+0x4c/0x190
[ 16.022052] link_path_walk.part.0.constprop.0+0x25c/0x384
[ 16.027540] path_openat+0xa8/0xdc4
[ 16.031032] do_filp_open+0x9c/0x14c
[ 16.034610] do_sys_openat2+0xc4/0x104
[ 16.038361] __arm64_sys_openat+0x64/0xac
[ 16.042373] invoke_syscall.constprop.0+0x50/0xe8
[ 16.047081] do_el0_svc+0x40/0xc8
[ 16.050399] el0_svc+0x48/0x148
[ 16.053545] el0t_64_sync_handler+0x120/0x12c
[ 16.057902] el0t_64_sync+0x190/0x194
[ 16.061569] Code: b5000080 1400000a f9400000 b4000100 (f9400802)
[ 16.067665] ---[ end trace 0000000000000000 ]---
[ 16.072327] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
[ 16.079989] SMP: stopping secondary CPUs
[ 16.084216] Kernel Offset: disabled
[ 16.087704] CPU features: 0x0,00000000,00020000,1000420b
[ 16.093017] Memory Limit: none
[ 16.096075] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---
Can you share the memory configuration information in device tree?
Best Regards
Zhiming
Hi @Zhiming_Liu,
I think I found the issue. We have 1GB of RAM in this module, and the GPU reserved memory offset is out of it.
The reserved memory was introduced -> https://github.com/nxp-imx/linux-imx/commit/25a09185d85a38a8a11f2151b78f90af4dd830b6
This also affects modules with 2GB of RAM.
- I wonder why the GPU reserves the memory and does not rely on the CMA.
- what does the `phys_baseaddr` mean in the `mix_gpu_ml` node?
For more details, please check https://www.nxp.com/docs/en/user-guide/IMX_GRAPHICS_USERS_GUIDE.pdf Chapter 14&15.
The "phys_baseaddr" in the mix_gpu_ml, it marks the physical memory region from 0x4000_0000 to 0xC000_0000 for GPU use without MMU mapping.
The "contiguous_mem" size in the mix_gpu_ml should align with the gpu reserved memory size. As you can see, in default settings, the "contiguous_mem" size is also 256MB.
Need evaluate how much GPU memory you will need for 1GB DDR.
Best Regards
Zhiming
Hello,
I read the document, and I saw a few commit tagged as "LF-12519-2, MGS-6010, MGS-6622".
Saying that, it is not clear to me if setting the memory-region property of the GPU is mandatory, better, or nice to have.
We have general-purpose systems using the galcore driver, with different memory capabilities, ranging from 1GB to 8GB. We want to avoid having different configurations among the different systems.
If I understand well, for a general-purpose system, it is better not to use the memory-region property and rely on the CMA allocator (so configure only contiguos_mem). What is your opinion? On iMX8MP, 6.6 linux kernel, this means deleting memory-region property configured in imx8mp.dtsi.
Kind regards,
Emanuele
Hi @emanuele79
If I understand well, for a general-purpose system, it is better not to use the memory-region property and rely on the CMA allocator (so configure only contiguos_mem). What is your opinion? On iMX8MP, 6.6 linux kernel, this means deleting memory-region property configured in imx8mp.dtsi.
--> Your understanding is correct. This patch MGS-6622: arm64: dts: Enable GPU memory region on i.MX8MP is an enhance patch for those devices with large memory. Removing this patch will not affect system performance much.
Best Regards
Zhiming
Does the memory change between the imx8mp standard and the lite version?
We are using:
gpu_reserved: gpu_reserved@100000000 {
no-map;
reg = <0x1 0x00000000 0 0x10000000>;
};
...
gpu_3d: gpu3d@38000000 {
compatible = "fsl,imx8-gpu";
reg = <0x0 0x38000000 0x0 0x8000>;
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MP_CLK_GPU3D_ROOT>,
<&clk IMX8MP_CLK_GPU3D_SHADER_CORE>,
<&clk IMX8MP_CLK_GPU_AXI>,
<&clk IMX8MP_CLK_GPU_AHB>;
clock-names = "core", "shader", "axi", "ahb";
assigned-clocks = <&clk IMX8MP_CLK_GPU3D_CORE>,
<&clk IMX8MP_CLK_GPU3D_SHADER_CORE>,
<&clk IMX8MP_CLK_GPU_AXI>,
<&clk IMX8MP_CLK_GPU_AHB>;
assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_1000M>,
<&clk IMX8MP_SYS_PLL2_1000M>,
<&clk IMX8MP_SYS_PLL1_800M>,
<&clk IMX8MP_SYS_PLL1_800M>;
assigned-clock-rates = <1000000000>, <1000000000>,
<800000000>, <400000000>;
power-domains = <&pgc_gpu3d>;
status = "disabled";
};
gpu_2d: gpu2d@38008000 {
compatible = "fsl,imx8-gpu";
reg = <0x0 0x38008000 0x0 0x8000>;
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MP_CLK_GPU2D_ROOT>,
<&clk IMX8MP_CLK_GPU_AXI>,
<&clk IMX8MP_CLK_GPU_AHB>;
clock-names = "core", "axi", "ahb";
assigned-clocks = <&clk IMX8MP_CLK_GPU2D_CORE>,
<&clk IMX8MP_CLK_GPU_AXI>,
<&clk IMX8MP_CLK_GPU_AHB>;
assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_1000M>,
<&clk IMX8MP_SYS_PLL1_800M>,
<&clk IMX8MP_SYS_PLL1_800M>;
assigned-clock-rates = <1000000000>, <800000000>, <400000000>;
power-domains = <&pgc_gpu2d>;
status = "disabled";
};
mix_gpu_ml: mix_gpu_ml@40000000 {
compatible = "fsl,imx8mp-gpu", "fsl,imx8-gpu-ss";
cores = <&gpu_3d>, <&ml_vipsi>, <&gpu_2d>;
reg = <0x0 0x40000000 0x0 0xC0000000>, <0x0 0x0 0x0 0x10000000>;
reg-names = "phys_baseaddr", "contiguous_mem";
memory-region=<&gpu_reserved>;
status = "disabled";
throttle,max_state = <1>;
#cooling-cells = <2>;
};
Please refer to: https://git.toradex.com/cgit/linux-toradex.git/tree/arch/arm64/boot/dts/freescale/imx8mp.dtsi?h=tora...
The enabling is done on a DT overlay.