Trying 192.168.56.175... Connected to arpeggi. Escape character is '^]'. ser2net port telnet,3000 device serialdev, /dev/serial/by-path/platform-1c14000.usb-usb-0:1:1.2-port0, 115200n81, local=false [,115200N81] (Debian GNU/Linux) U-Boot SPL 2023.04-lf_v2023.04+g90483838f8 (Apr 19 2023 - 09:54:40 +0000) DDRINFO: start DRAM init DDRINFO: DRAM rate 4000MTS DDRINFO:ddrphy calibration done DDRINFO: ddrmix config done SEC0: RNG instantiated Normal Boot Trying to boot from BOOTROM Boot Stage: Recovery boot image offset 0x8000, pagesize 0x200, ivt offset 0x0 NOTICE: Do not release JR0 to NS as it can be used by HAB NOTICE: BL31: v2.8(release):v2.4-3820-g856a80e65 NOTICE: BL31: Built : 02:20:05, Apr 19 2023 U-Boot 2023.04-lf_v2023.04+g90483838f8 (Apr 19 2023 - 09:54:40 +0000) CPU: i.MX8MP[8] rev1.1 1800 MHz (running at 1200 MHz) CPU: Commercial temperature grade (0C to 95C) at 30C Reset cause: POR Model: NXP i.MX8MPlus LPDDR4 EVK board DRAM: 6 GiB TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C2 0x50] SNK.Power1.5 on CC1 PDO 0: type 0, 5000 mV, 2400 mA [E] PDO 1: type 0, 14800 mV, 2000 mA [] Requesting PDO 1: 14800 mV, 2000 mA Source accept request PD source ready! tcpc_pd_receive_message: Polling ALERT register, TCPC_ALERT_RX_STATUS bit failed, ret = -62 Power supply on USB2 TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C1 0x50] Core: 257 devices, 36 uclasses, devicetree: separate MMC: FSL_SDHC: 1, FSL_SDHC: 2 Loading Environment from MMC... OK [*]-Video Link 0adv7535_mipi2hdmi adv7535@3d: Can't find cec device id=0x3c fail to probe panel device adv7535@3d fail to get display timings probe video device failed, ret -19 [0] lcd-controller@32e80000, video [1] mipi_dsi@32e60000, video_bridge [2] adv7535@3d, panel adv7535_mipi2hdmi adv7535@3d: Can't find cec device id=0x3c fail to probe panel device adv7535@3d fail to get display timings probe video device failed, ret -19 In: serial Out: serial Err: serial SEC0: RNG instantiated switch to partitions #0, OK mmc1 is current device flash target is MMC:1 Net: eth0: ethernet@30be0000, eth1: ethernet@30bf0000 [PRIME] Fastboot: Normal Normal Boot Hit any key to stop autoboot: 2  0 u-boot=> setenv autoload no setenv autoload no u-boot=> dhcp dhcp ethernet@30bf0000 Waiting for PHY auto negotiation to complete....... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.202 (3845 ms) u-boot=> setenv serverip 192.168.56.123 setenv serverip 192.168.56.123 u-boot=> tftp ${loadaddr} 189926/tftp-deploy-xglym_at/kernel/Image tftp ${loadaddr} 189926/tftp-deploy-xglym_at/kernel/Image Using ethernet@30bf0000 device TFTP from server 192.168.56.123; our IP address is 192.168.56.202 Filename '189926/tftp-deploy-xglym_at/kernel/Image'. Load address: 0x40400000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# #################################################### 8.8 MiB/s done Bytes transferred = 44655104 (2a96200 hex) u-boot=> tftp ${initrd_addr} 189926/tftp-deploy-xglym_at/ramdisk/ramdisk.cpio.gz.uboot tftp ${initrd_addr} 189926/tftp-deploy-xglym_at/ramdisk/ramdisk.cpio.gz.uboot Using ethernet@30bf0000 device TFTP from server 192.168.56.123; our IP address is 192.168.56.202 Filename '189926/tftp-deploy-xglym_at/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x43800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################################## 9.1 MiB/s done Bytes transferred = 25392485 (1837565 hex) u-boot=> setenv initrd_size ${filesize} setenv initrd_size ${filesize} u-boot=> tftp ${fdt_addr} 189926/tftp-deploy-xglym_at/dtb/imx8mp-evk.dtb tftp ${fdt_addr} 189926/tftp-deploy-xglym_at/dtb/imx8mp-evk.dtb Using ethernet@30bf0000 device TFTP from server 192.168.56.123; our IP address is 192.168.56.202 Filename '189926/tftp-deploy-xglym_at/dtb/imx8mp-evk.dtb'. Load address: 0x43000000 Loading: *#### 7.4 MiB/s done Bytes transferred = 54009 (d2f9 hex) u-boot=> setenv bootargs 'console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' setenv bootargs 'console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' u-boot=> booti ${loadaddr} ${initrd_addr} ${fdt_addr} booti ${loadaddr} ${initrd_addr} ${fdt_addr} ## Loading init Ramdisk from Legacy Image at 43800000 ... Image Name: Created: 2024-04-26 9:14:01 UTC Image Type: AArch64 Linux RAMDisk Image (uncompressed) Data Size: 25392421 Bytes = 24.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 Working FDT set to 43000000 Using Device Tree in place at 0000000043000000, end 00000000430102f8 Working FDT set to 43000000 adv7535_mipi2hdmi adv7535@3d: Can't find cec device id=0x3c fail to probe panel device adv7535@3d fail to get display timings probe video device failed, ret -19 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.9.0-rc5-next-20240426 (KernelCI@build-j177793-arm64-gcc-10-defconfig-videodec-wg6h9) (aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT Fri Apr 26 07:49:29 UTC 2024 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: NXP i.MX8MPlus EVK board [ 0.000000] earlycon: ec_imx6q0 at MMIO 0x0000000030890000 (options '115200n8') [ 0.000000] printk: legacy bootconsole [ec_imx6q0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] OF: reserved mem: 0x0000000056000000..0x0000000057dfffff (30720 KiB) nomap non-reusable optee_core@56000000 [ 0.000000] OF: reserved mem: 0x0000000057e00000..0x0000000057ffffff (2048 KiB) nomap non-reusable optee_shm@57e00000 [ 0.000000] OF: reserved mem: 0x00000000942f0000..0x00000000942f7fff (32 KiB) nomap non-reusable vdev0vring0@942f0000 [ 0.000000] OF: reserved mem: 0x00000000942f8000..0x00000000942fffff (32 KiB) nomap non-reusable vdev0vring1@942f8000 [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000094300000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vdev0buffer@94300000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000094300000..0x00000000943fffff (1024 KiB) nomap non-reusable vdev0buffer@94300000 [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000001bfffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x1bf3c39c0-0x1bf3c5fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000001bfffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000055ffffff] [ 0.000000] node 0: [mem 0x0000000058000000-0x00000000942effff] [ 0.000000] node 0: [mem 0x00000000942f0000-0x00000000943fffff] [ 0.000000] node 0: [mem 0x0000000094400000-0x00000001bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000001bfffffff] [ 0.000000] On node 0, zone DMA: 8192 pages in unavailable ranges [ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 24 pages/cpu s59752 r8192 d30360 u98304 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: kernel page table isolation forced OFF by mitigations=off [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) <6>[ 0.000000] Fallback order for Node 0: 0 <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1564672 <6>[ 0.000000] Policy zone: Normal <6>[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off, mlocked free:off <6>[ 0.000000] software IO TLB: area num 4. <6>[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB) <6>[ 0.000000] Memory: 5964704K/6258688K available (17024K kernel code, 4824K rwdata, 11512K rodata, 10112K init, 748K bss, 261216K reserved, 32768K cma-reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Preemptible hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4. <6>[ 0.000000] Trampoline variant of Tasks RCU enabled. <6>[ 0.000000] Tracing variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 <6>[ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. <6>[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. <6>[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 <6>[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode <6>[ 0.000000] GICv3: 160 SPIs implemented <6>[ 0.000000] GICv3: 0 Extended SPIs implemented <6>[ 0.000000] Root IRQ handler: gic_handle_irq <6>[ 0.000000] GICv3: GICv3 features: 16 PPIs <6>[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000 <4>[ 0.000000] ITS: No ITS available, not enabling LPIs <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns <6>[ 0.000000] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns <6>[ 0.010173] Console: colour dummy device 80x25 <6>[ 0.013107] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000) <6>[ 0.023633] pid_max: default: 32768 minimum: 301 <6>[ 0.028590] LSM: initializing lsm=capability <6>[ 0.033165] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.040973] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.049985] spectre-v4 mitigation disabled by command-line option <6>[ 0.056721] rcu: Hierarchical SRCU implementation. <6>[ 0.060734] rcu: Max phase no-delay instances is 1000. <6>[ 0.069843] EFI services will not be available. <6>[ 0.072027] smp: Bringing up secondary CPUs ... <6>[ 0.077053] Detected VIPT I-cache on CPU1 <6>[ 0.077114] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000 <6>[ 0.077148] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] <6>[ 0.077687] Detected VIPT I-cache on CPU2 <6>[ 0.077734] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000 <6>[ 0.077754] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] <6>[ 0.078228] Detected VIPT I-cache on CPU3 <6>[ 0.078272] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000 <6>[ 0.078291] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] <6>[ 0.078396] smp: Brought up 1 node, 4 CPUs <6>[ 0.135855] SMP: Total of 4 processors activated. <6>[ 0.140834] CPU: All CPU(s) started at EL2 <6>[ 0.145246] CPU features: detected: 32-bit EL0 Support <6>[ 0.150639] CPU features: detected: 32-bit EL1 Support <6>[ 0.156070] CPU features: detected: CRC32 instructions <6>[ 0.161516] alternatives: applying system-wide alternatives <6>[ 0.169328] devtmpfs: initialized <6>[ 0.182566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns <6>[ 0.189801] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.197670] 21648 pages in range for non-PLT usage <6>[ 0.197684] 513168 pages in range for PLT usage <6>[ 0.202238] pinctrl core: initialized pinctrl subsystem <6>[ 0.215625] DMI not present or invalid. <6>[ 0.219317] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.223936] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations <6>[ 0.230767] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations <6>[ 0.239023] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations <6>[ 0.247020] audit: initializing netlink subsys (disabled) <5>[ 0.252798] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1 <6>[ 0.254534] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.260730] thermal_sys: Registered thermal governor 'power_allocator' <6>[ 0.267073] cpuidle: using governor menu <6>[ 0.278276] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. <6>[ 0.285205] ASID allocator initialised with 65536 entries <6>[ 0.293633] Serial: AMBA PL011 UART driver <6>[ 0.303284] platform soc@0: Fixed dependency cycle(s) with /soc@0/bus@30000000/efuse@30350000/unique-id@8 <6>[ 0.311308] platform funnel: Fixed dependency cycle(s) with /soc@0/etm@28440000 <6>[ 0.318050] amba 28440000.etm: Fixed dependency cycle(s) with /funnel <6>[ 0.324819] platform funnel: Fixed dependency cycle(s) with /soc@0/etm@28540000 <6>[ 0.332379] amba 28540000.etm: Fixed dependency cycle(s) with /funnel <6>[ 0.339175] platform funnel: Fixed dependency cycle(s) with /soc@0/etm@28640000 <6>[ 0.346731] amba 28640000.etm: Fixed dependency cycle(s) with /funnel <6>[ 0.353528] platform funnel: Fixed dependency cycle(s) with /soc@0/etm@28740000 <6>[ 0.361091] amba 28740000.etm: Fixed dependency cycle(s) with /funnel <6>[ 0.367889] platform funnel: Fixed dependency cycle(s) with /soc@0/funnel@28c03000 <6>[ 0.375669] amba 28c03000.funnel: Fixed dependency cycle(s) with /soc@0/etf@28c04000 <6>[ 0.383687] amba 28c03000.funnel: Fixed dependency cycle(s) with /funnel <6>[ 0.390818] amba 28c03000.funnel: Fixed dependency cycle(s) with /soc@0/etf@28c04000 <6>[ 0.398770] amba 28c04000.etf: Fixed dependency cycle(s) with /soc@0/etr@28c06000 <6>[ 0.406529] amba 28c04000.etf: Fixed dependency cycle(s) with /soc@0/funnel@28c03000 <6>[ 0.414681] amba 28c04000.etf: Fixed dependency cycle(s) with /soc@0/etr@28c06000 <6>[ 0.422416] amba 28c06000.etr: Fixed dependency cycle(s) with /soc@0/etf@28c04000 <6>[ 0.434646] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver <6>[ 0.439778] platform 30350000.efuse: Fixed dependency cycle(s) with /soc@0/bus@30000000/clock-controller@30380000 <6>[ 0.451774] platform 30350000.efuse: Fixed dependency cycle(s) with /soc@0/bus@30000000/clock-controller@30380000 <6>[ 0.461175] platform 30380000.clock-controller: Fixed dependency cycle(s) with /soc@0/interrupt-controller@38800000 <6>[ 0.487633] platform 32e60000.dsi: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a30000/hdmi@3d <6>[ 0.494805] platform 32e60000.dsi: Fixed dependency cycle(s) with /soc@0/bus@32c00000/display-controller@32e80000 <6>[ 0.505793] platform 32e60000.dsi: Fixed dependency cycle(s) with /soc@0/bus@32c00000/display-controller@32e80000 <6>[ 0.516032] platform 32e80000.display-controller: Fixed dependency cycle(s) with /soc@0/bus@32c00000/dsi@32e60000 <6>[ 0.533936] platform hdmi-connector: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a30000/hdmi@3d <6>[ 0.545804] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages <6>[ 0.550045] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page <6>[ 0.556602] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages <6>[ 0.563687] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page <6>[ 0.570249] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages <6>[ 0.577336] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page <6>[ 0.583900] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages <6>[ 0.590987] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page <6>[ 0.597968] Demotion targets for Node 0: null <6>[ 0.603829] ACPI: Interpreter disabled. <6>[ 0.610017] iommu: Default domain type: Translated <6>[ 0.612249] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.619038] SCSI subsystem initialized <6>[ 0.623100] usbcore: registered new interface driver usbfs <6>[ 0.628545] usbcore: registered new interface driver hub <6>[ 0.634140] usbcore: registered new device driver usb <6>[ 0.641127] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.644704] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.654161] PTP clock support registered <6>[ 0.658534] EDAC MC: Ver: 3.0.0 <6>[ 0.662316] scmi_core: SCMI protocol bus registered <6>[ 0.668335] FPGA manager framework <6>[ 0.670673] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.677940] vgaarb: loaded <6>[ 0.680379] clocksource: Switched to clocksource arch_sys_counter <5>[ 0.686549] VFS: Disk quotas dquot_6.6.0 <6>[ 0.690574] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 0.697880] pnp: PnP ACPI: disabled <6>[ 0.708450] NET: Registered PF_INET protocol family <6>[ 0.710976] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) <6>[ 0.723862] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) <6>[ 0.729950] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.737913] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) <6>[ 0.746543] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) <6>[ 0.755660] TCP: Hash tables configured (established 65536 bind 65536) <6>[ 0.760780] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) <6>[ 0.767890] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) <6>[ 0.775516] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.781576] RPC: Registered named UNIX socket transport module. <6>[ 0.787430] RPC: Registered udp transport module. <6>[ 0.792413] RPC: Registered tcp transport module. <6>[ 0.797397] RPC: Registered tcp-with-tls transport module. <6>[ 0.803178] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.809921] PCI: CLS 0 bytes, default 64 <6>[ 0.814318] Unpacking initramfs... <6>[ 0.820733] kvm [1]: nv: 477 coarse grained trap handlers <6>[ 0.823885] kvm [1]: IPA Size Limit: 40 bits <6>[ 0.830772] kvm [1]: GICv3: no GICV resource entry <6>[ 0.833203] kvm [1]: disabling GICv2 emulation <6>[ 0.837932] kvm [1]: GIC system register CPU interface enabled <6>[ 0.844082] kvm [1]: vgic interrupt IRQ9 <6>[ 0.848291] kvm [1]: Hyp nVHE mode initialized successfully <5>[ 0.855434] Initialise system trusted keyrings <6>[ 0.859091] workingset: timestamp_bits=42 max_order=21 bucket_order=0 <6>[ 0.865910] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.872069] NFS: Registering the id_resolver key type <5>[ 0.877116] Key type id_resolver registered <5>[ 0.881503] Key type id_legacy registered <6>[ 0.885832] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 0.892792] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <6>[ 0.900728] 9p: Installing v9fs 9p2000 file system support <5>[ 0.959392] Key type asymmetric registered <5>[ 0.960929] Asymmetric key parser 'x509' registered <6>[ 0.966183] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) <6>[ 0.973792] io scheduler mq-deadline registered <6>[ 0.978601] io scheduler kyber registered <6>[ 0.982927] io scheduler bfq registered <6>[ 1.041411] SoC: i.MX8MP revision 1.1 <6>[ 1.090689] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 1.099906] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 15, base_baud = 5000000) is a IMX <6>[ 1.107106] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 16, base_baud = 5000000) is a IMX <6>[ 1.116164] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 17, base_baud = 1500000) is a IMX <6>[ 1.124461] printk: legacy console [ttymxc1] enabled <6>[ 1.124461] printk: legacy console [ttymxc1] enabled <6>[ 1.134818] printk: legacy bootconsole [ec_imx6q0] disabled <6>[ 1.134818] printk: legacy bootconsole [ec_imx6q0] disabled <6>[ 1.149722] msm_serial: driver initialized <6>[ 1.155005] SuperH (H)SCI(F) driver initialized <6>[ 1.160466] STM32 USART driver initialized <6>[ 1.174974] loop: module loaded <6>[ 1.180161] megasas: 07.727.03.00-rc1 <6>[ 2.057798] Freeing initrd memory: 24792K <6>[ 2.092917] tun: Universal TUN/TAP device driver, 1.6 <6>[ 2.100166] thunder_xcv, ver 1.0 <6>[ 2.103715] thunder_bgx, ver 1.0 <6>[ 2.107242] nicpf, ver 1.0 <6>[ 2.112908] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version <6>[ 2.120403] hns3: Copyright (c) 2017 Huawei Corporation. <6>[ 2.126024] hclge is initializing <6>[ 2.129640] e1000: Intel(R) PRO/1000 Network Driver <6>[ 2.134789] e1000: Copyright (c) 1999-2006 Intel Corporation. <6>[ 2.140828] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 2.146059] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 2.152273] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 2.157939] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 2.163807] igbvf: Intel(R) Gigabit Virtual Function Network Driver <6>[ 2.170341] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. <6>[ 2.177171] sky2: driver version 1.30 <6>[ 2.183692] VFIO - User Level meta-driver version: 0.3 <6>[ 2.195167] usbcore: registered new interface driver usb-storage <6>[ 2.207522] i2c_dev: i2c /dev entries driver <6>[ 2.228138] sdhci: Secure Digital Host Controller Interface driver <6>[ 2.234617] sdhci: Copyright(c) Pierre Ossman <6>[ 2.240981] Synopsys Designware Multimedia Card Interface Driver <6>[ 2.249401] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 2.260427] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 2.268199] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... <6>[ 2.276577] usbcore: registered new interface driver usbhid <6>[ 2.282449] usbhid: USB HID core driver <6>[ 2.288426] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA <6>[ 2.295951] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available <6>[ 2.307421] platform soc@0: Fixed dependency cycle(s) with /soc@0/bus@30000000/efuse@30350000 <6>[ 2.319292] optee: probing for conduit method. <6>[ 2.324050] optee: revision 3.19 (68fb698d) <6>[ 2.324313] optee: dynamic shared memory is enabled <6>[ 2.334281] optee: initialized driver <6>[ 2.339453] mmc2: new HS400 Enhanced strobe MMC card at address 0001 <6>[ 2.344300] NET: Registered PF_PACKET protocol family <6>[ 2.346663] mmcblk2: mmc2:0001 IB2932 29.2 GiB <6>[ 2.351514] 9pnet: Installing 9P2000 support <6>[ 2.357648] mmcblk2boot0: mmc2:0001 IB2932 4.00 MiB <5>[ 2.360745] Key type dns_resolver registered <6>[ 2.366848] mmcblk2boot1: mmc2:0001 IB2932 4.00 MiB <6>[ 2.376664] mmcblk2rpmb: mmc2:0001 IB2932 4.00 MiB, chardev (511:0) <6>[ 2.381277] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level <6>[ 2.391693] registered taskstats version 1 <5>[ 2.396174] Loading compiled-in X.509 certificates <6>[ 2.410478] Demotion targets for Node 0: null <4>[ 2.428709] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. <4>[ 2.439697] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. <4>[ 2.450665] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. <4>[ 2.461644] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation. <4>[ 2.472651] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation. <6>[ 2.494545] i2c i2c-0: IMX I2C adapter registered <6>[ 2.500924] platform hdmi-connector: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a30000/hdmi@3d <6>[ 2.511141] platform 32e60000.dsi: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a30000/hdmi@3d <6>[ 2.521143] i2c 1-003d: Fixed dependency cycle(s) with /hdmi-connector <6>[ 2.528021] i2c 1-003d: Fixed dependency cycle(s) with /soc@0/bus@32c00000/dsi@32e60000 <6>[ 2.536631] i2c i2c-1: IMX I2C adapter registered <4>[ 2.543641] pca953x 2-0020: supply vcc not found, using dummy regulator <6>[ 2.550703] pca953x 2-0020: using no AI <6>[ 2.557191] i2c i2c-2: IMX I2C adapter registered <6>[ 2.565365] nxp-pca9450 0-0025: pca9450bc probed. <6>[ 2.589546] pps pps0: new PPS source ptp0 <6>[ 2.730017] fec 30be0000.ethernet eth0: registered PHC device 0 <4>[ 2.746365] imx8mq-usb-phy 382f0040.usb-phy: supply vbus not found, using dummy regulator <6>[ 2.748437] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO <6>[ 2.759318] imx6q-pcie 33800000.pcie: host bridge /soc@0/pcie@33800000 ranges: <6>[ 2.760923] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller <6>[ 2.767682] imx6q-pcie 33800000.pcie: IO 0x001ff80000..0x001ff8ffff -> 0x0000000000 <6>[ 2.773467] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 <6>[ 2.781879] imx6q-pcie 33800000.pcie: MEM 0x0018000000..0x001fefffff -> 0x0018000000 <6>[ 2.790158] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x0000008000000010 <6>[ 2.792218] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA <6>[ 2.815248] xhci-hcd xhci-hcd.0.auto: irq 203, io mem 0x38200000 <6>[ 2.821691] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller <6>[ 2.827455] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 <6>[ 2.835399] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed <6>[ 2.842790] hub 1-0:1.0: USB hub found <6>[ 2.846840] hub 1-0:1.0: 1 port detected <6>[ 2.851365] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. <6>[ 2.860222] hub 2-0:1.0: USB hub found <4>[ 2.863640] mmc1: host does not support reading read-only switch, assuming write-enable <6>[ 2.864267] hub 2-0:1.0: 1 port detected <6>[ 2.899464] mmc1: new ultra high speed SDR104 SDHC card at address 0001 <6>[ 2.906880] mmcblk1: mmc1:0001 SD16G 14.5 GiB <6>[ 3.012596] imx6q-pcie 33800000.pcie: iATU: unroll T, 4 ob, 4 ib, align 64K, limit 16G <6>[ 4.020427] imx6q-pcie 33800000.pcie: Phy link never came up <6>[ 5.026472] imx6q-pcie 33800000.pcie: Phy link never came up <6>[ 5.032740] imx6q-pcie 33800000.pcie: PCI host bridge to bus 0000:00 <6>[ 5.039374] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 5.045137] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] <6>[ 5.051590] pci_bus 0000:00: root bus resource [mem 0x18000000-0x1fefffff] <6>[ 5.058764] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400 PCIe Root Port <6>[ 5.066365] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x000fffff] <6>[ 5.072581] pci 0000:00:00.0: ROM [mem 0x00000000-0x0000ffff pref] <6>[ 5.079035] pci 0000:00:00.0: PCI bridge to [bus 01-ff] <6>[ 5.084537] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] <6>[ 5.090904] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] <6>[ 5.097969] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] <6>[ 5.105506] pci 0000:00:00.0: supports D1 <6>[ 5.109790] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold <6>[ 5.119170] pci 0000:00:00.0: BAR 0 [mem 0x18000000-0x180fffff]: assigned <6>[ 5.126239] pci 0000:00:00.0: ROM [mem 0x18100000-0x1810ffff pref]: assigned <6>[ 5.133565] pci 0000:00:00.0: PCI bridge to [bus 01-ff] <6>[ 5.139399] pcieport 0000:00:00.0: PME: Signaling with IRQ 206 <6>[ 5.145764] pcieport 0000:00:00.0: AER: enabled with IRQ 206 <6>[ 5.244396] RTL8211F Gigabit Ethernet 30be0000.ethernet-1:01: attached PHY driver (mii_bus:phy_addr=30be0000.ethernet-1:01, irq=POLL) <6>[ 8.357434] fec 30be0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off <5>[ 8.388388] Sending DHCP requests ..., OK <6>[ 16.056714] IP-Config: Got DHCP answer from 192.168.56.254, my address is 192.168.56.208 <6>[ 16.065091] IP-Config: Complete: <6>[ 16.068588] device=eth0, hwaddr=c6:77:58:ee:2a:37, ipaddr=192.168.56.208, mask=255.255.255.0, gw=192.168.56.254 <6>[ 16.079390] host=192.168.56.208, domain=mayfield.sirena.org.uk, nis-domain=(none) <6>[ 16.087581] bootserver=192.168.56.254, rootserver=192.168.56.254, rootpath= <6>[ 16.087589] nameserver0=192.168.56.254 <6>[ 16.099708] ntpserver0=50.205.244.22, ntpserver1=85.199.214.99 <6>[ 16.106415] clk: Disabling unused clocks <2>[ 16.110674] SError Interrupt on CPU2, code 0x00000000bf000002 -- SError <4>[ 16.110683] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 6.9.0-rc5-next-20240426 #1 <4>[ 16.110690] Hardware name: NXP i.MX8MPlus EVK board (DT) <4>[ 16.110693] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) <4>[ 16.110700] pc : clk_imx8mp_audiomix_runtime_resume+0x24/0x48 <4>[ 16.110713] lr : pm_generic_runtime_resume+0x2c/0x44 <4>[ 16.110725] sp : ffff800082b8bb90 <4>[ 16.110728] x29: ffff800082b8bb90 x28: 0000000000000000 x27: 0000000000000000 <4>[ 16.110742] x26: 0000000000000000 x25: 0000000000000000 x24: 0000000000000000 <4>[ 16.110755] x23: ffff0000c0c30960 x22: ffff0000c31ca2f8 x21: 0000000000000000 <4>[ 16.110766] x20: ffff0000c31ca000 x19: ffff0000c0e52810 x18: 00000000fffffffb <4>[ 16.110779] x17: 000000002fe3db3b x16: ffff80008296f738 x15: ffff00017f282400 <4>[ 16.110792] x14: ffff0000c0098080 x13: 0000000000000001 x12: ffff8000825e9ec0 <4>[ 16.110808] x11: ffff0000c0b7dc00 x10: 0000000000000aa0 x9 : ffff800082b8bb20 <4>[ 16.110817] x8 : ffff0000c0098b00 x7 : 0000000000000000 x6 : ffff0000c0098000 <4>[ 16.110830] x5 : ffff8000837d0000 x4 : ffff0000c3221488 x3 : ffff800081366178 <4>[ 16.110843] x2 : 0000000000000004 x1 : 0000000000000001 x0 : 00000000ff777777 <0>[ 16.110859] Kernel panic - not syncing: Asynchronous SError Interrupt <4>[ 16.110863] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 6.9.0-rc5-next-20240426 #1 <4>[ 16.110871] Hardware name: NXP i.MX8MPlus EVK board (DT) <4>[ 16.110877] Call trace: <4>[ 16.110880] dump_backtrace+0x94/0xec <4>[ 16.110892] show_stack+0x18/0x24 <4>[ 16.110902] dump_stack_lvl+0x38/0x90 <4>[ 16.110912] dump_stack+0x18/0x24 <4>[ 16.110919] panic+0x388/0x3c8 <4>[ 16.110930] nmi_panic+0x48/0x94 <4>[ 16.110937] arm64_serror_panic+0x6c/0x78 <4>[ 16.110948] do_serror+0x3c/0x78 <4>[ 16.110958] el1h_64_error_handler+0x30/0x48 <4>[ 16.110965] el1h_64_error+0x64/0x68 <4>[ 16.110971] clk_imx8mp_audiomix_runtime_resume+0x24/0x48 <4>[ 16.110979] __genpd_runtime_resume+0x30/0xa8 <4>[ 16.110989] genpd_runtime_resume+0xb4/0x29c <4>[ 16.111002] __rpm_callback+0x48/0x198 <4>[ 16.111008] rpm_callback+0x68/0x74 <4>[ 16.111016] rpm_resume+0x3cc/0x680 <4>[ 16.111024] __pm_runtime_resume+0x4c/0x90 <4>[ 16.111032] clk_pm_runtime_get_all+0x58/0x164 <4>[ 16.111043] clk_disable_unused+0x2c/0x178 <4>[ 16.111058] do_one_initcall+0x6c/0x1b0 <4>[ 16.111064] kernel_init_freeable+0x1c8/0x290 <4>[ 16.111073] kernel_init+0x20/0x1dc <4>[ 16.111083] ret_from_fork+0x10/0x20 <2>[ 16.111093] SMP: stopping secondary CPUs <0>[ 16.111099] Kernel Offset: disabled <0>[ 16.111102] CPU features: 0x0,00000040,00100000,4200421b <0>[ 16.111109] Memory Limit: none <0>[ 16.360367] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---