· 6 years ago · Jan 24, 2020, 04:28 PM
1=> printenv
2auth_os=auth_cntr ${cntr_addr}
3baudrate=115200
4board_name=MEK
5board_rev=iMX8QM
6boot_fdt=try
7boot_os=booti ${loadaddr} - ${fdt_addr};
8bootcmd=mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if test ${sec_boot} = yes; then if run loadcntr; then run mmcboot; else run netboot; fi; else if run loadimage; then run mmcboot;
9 else run netboot; fi; fi; fi; else booti ${loadaddr} - ${fdt_addr}; fi
10bootcmd_mfg=run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else booti ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; else echo "Run fastboot ..."; fastboo
11t auto; fi;
12bootdelay=3
13bootscript=echo Running bootscript from mmc ...; source
14cntr_addr=0x98000000
15cntr_file=os_cntr_signed.bin
16commit_atf=70fa7bc
17commit_mkimage=1c2277b9
18commit_scfw=550f3079
19commit_secofw=d7523fe8
20console=ttyLP0
21dom0fdt_file=fsl-imx8qm-mek-dom0.dtb
22domu-android-auto=no
23emmc_dev=0
24eth1addr=00:04:9f:06:66:a0
25ethact=ethernet@5b040000
26ethaddr=00:04:9f:06:66:9f
27ethprime=eth0
28fastboot_dev=mmc1
29fdt_addr=0x83000000
30fdt_file=fsl-imx8qm-mek-rpmsg.dtb
31fdt_high=0xffffffffffffffff
32fdtcontroladdr=8565dd80
33hdp_addr=0x9c000000
34hdp_file=hdmitxfw.bin
35hdprx_addr=0x9c800000
36hdprx_file=hdmirxfw.bin
37image=Image
38initrd_addr=0x83100000
39initrd_high=0xffffffffffffffff
40jh_mmcboot=setenv fdt_file fsl-imx8qm-mek-root.dtb;setenv boot_os 'scu_rm dtb ${fdt_addr}; booti ${loadaddr} - ${fdt_addr};'; run mmcboot;
41jh_netboot=setenv fdt_file fsl-imx8qm-mek-root.dtb;setenv boot_os 'scu_rm dtb ${fdt_addr}; booti ${loadaddr} - ${fdt_addr};'; run netboot;
42kboot=booti
43loadaddr=0x80280000
44loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};
45loadcntr=fatload mmc ${mmcdev}:${mmcpart} ${cntr_addr} ${cntr_file}
46loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}
47loadhdp=fatload mmc ${mmcdev}:${mmcpart} ${hdp_addr} ${hdp_file}
48loadhdprx=fatload mmc ${mmcdev}:${mmcpart} ${hdprx_addr} ${hdprx_file}
49loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}
50loadm4image_0=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${m4_0_image}
51loadm4image_1=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${m4_1_image}
52m4_0_image=m4_0.bin
53m4_1_image=m4_1.bin
54m4boot_0=run loadm4image_0; dcache flush; bootaux ${loadaddr} 0
55m4boot_1=run loadm4image_1; dcache flush; bootaux ${loadaddr} 1
56mfgtool_args=setenv bootargs console=${console},${baudrate} rdinit=/linuxrc clk_ignore_unused
57mmcargs=setenv bootargs console=${console},${baudrate} earlycon root=${mmcroot}
58mmcautodetect=yes
59mmcboot=echo Booting from mmc ...; if run loadhdp; then; hdp load ${hdp_addr}; fi;if run loadhdprx; then; hdprx load ${hdprx_addr}; fi;run mmcargs; if test ${sec_boot} = yes; then if run auth_os; then run boot_os; else echo E
60RR: failed to authenticate; fi; else if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then run boot_os; else echo WARN: Cannot load the DT; fi; else echo wait for boot; fi;fi;
61mmcdev=1
62mmcpart=1
63mmcroot=/dev/mmcblk1p2 rootwait rw
64netargs=setenv bootargs console=${console},${baudrate} earlycon root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp
65netboot=echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; if ${get_cmd} ${hdp_addr} ${hdp_file}; then; hdp load ${hdp_addr}; fi;if ${get_cmd} ${hdprx_add
66r} ${hdprx_file}; then; hdprx load ${hdprx_addr}; fi;if test ${sec_boot} = yes; then ${get_cmd} ${cntr_addr} ${cntr_file}; if run auth_os; then run boot_os; else echo ERR: failed to authenticate; fi; else ${get_cmd} ${loadadd
67r} ${image}; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if ${get_cmd} ${fdt_addr} ${fdt_file}; then run boot_os; else echo WARN: Cannot load the DT; fi; else booti; fi;fi;
68panel=NULL
69script=boot.scr
70sd_dev=1
71sec_boot=no
72serial#=0a08200e828964de
73soc_type=imx8qm
74xenboot_common=${get_cmd} ${loadaddr} xen;${get_cmd} ${fdt_addr} ${dom0fdt_file};if ${get_cmd} ${hdp_addr} ${hdp_file}; then; hdp load ${hdp_addr}; fi;if ${get_cmd} ${hdprx_addr} ${hdprx_file}; then; hdprx load ${hdprx_addr};
75 fi;${get_cmd} ${xenlinux_addr} ${image};fdt addr ${fdt_addr};fdt resize 256;fdt set /chosen/module@0 reg <0x00000000 ${xenlinux_addr} 0x00000000 0x${filesize}>; fdt set /chosen/module@0 bootargs "${bootargs} ${xenlinux_boota
76rgs}"; if test ${domu-android-auto} = yes; then; fdt set /domu/doma android-auto <1>;fdt rm /gpio@5d090000 power-domains;fi;setenv bootargs ${xenhyper_bootargs};booti ${loadaddr} - ${fdt_addr};
77xenhyper_bootargs=console=dtuart dtuart=/serial@5a060000 dom0_mem=2048M dom0_max_vcpus=2 dom0_vcpus_pin=true hmp-unsafe=true
78xenlinux_addr=0x9e000000
79xenlinux_bootargs=
80xenlinux_console=hvc0 earlycon=xen
81xenmmcboot=setenv get_cmd "fatload mmc ${mmcdev}:${mmcpart}";setenv console ${xenlinux_console};run mmcargs;run xenboot_common;
82xennetboot=setenv get_cmd dhcp;setenv console ${xenlinux_console};run netargs;run xenboot_common;
83
84Environment size: 4956/8188 bytes
85
86
87setenv fdt_file "fsl-imx8qm-mek.dtb"
88saveenv
89
90--- reboot ---
91
92=> run loadfdt
9398315 bytes read in 14 ms (6.7 MiB/s)
94=> fdt addr ${fdt_addr}
95=> fdt list /can@5a8d0000
96can@5a8d0000 {
97 compatible = "fsl,imx8qm-flexcan", "fsl,imx6q-flexcan";
98 reg = <0x00000000 0x5a8d0000 0x00000000 0x00010000>;
99 interrupts = <0x00000000 0x000000eb 0x00000004>;
100 interrupt-parent = <0x000000bf>;
101 clocks = <0x00000003 0x00000086 0x00000003 0x00000088>;
102 clock-names = "ipg", "per";
103 assigned-clocks = <0x00000003 0x00000088>;
104 assigned-clock-rates = <0x02625a00>;
105 power-domains = <0x000000c0>;
106 status = "okay";
107 pinctrl-names = "default";
108 pinctrl-0 = <0x000000c1>;
109 xceiver-supply = <0x000000c2>;
110};
111
112=> boot
113=> boot
114Run CMD11 1.8V switch
115switch to partitions #0, OK
116mmc1 is current device
117Run CMD11 1.8V switch
11824263168 bytes read in 298 ms (77.6 MiB/s)
119Booting from mmc ...
120102464 bytes read in 11 ms (8.9 MiB/s)
121Loading hdp firmware from 0x000000009c000000 offset 0x0000000000002000
122Loading hdp firmware Complete
123102464 bytes read in 10 ms (9.8 MiB/s)
124Loading hdprx firmware from 0x000000009c800000 offset 0x0000000000002000
125Loading hdp rx firmware Complete
12698315 bytes read in 10 ms (9.4 MiB/s)
127## Flattened Device Tree blob at 83000000
128 Booting using the fdt blob at 0x83000000
129 Using Device Tree in place at 0000000083000000, end 000000008301b00a
130Disable i2c@3b230000, resource id 308 not owned
131Disable can@5a8d0000, resource id 105 not owned
132Disable can@5a8e0000, resource id 106 not owned
133Disable can@5a8f0000, resource id 107 not owned
134Disable gpt0@5d140000, resource id 207 not owned
135Disable flexspi@5d120000, resource id 237 not owned
136Disable intmux@37400000, resource id 289 not owned
137Disable intmux@3b400000, resource id 309 not owned
138/dma-controller@5a1f0000, 66816
139/dma-controller@591F0000, 67660
140/dma-controller@591F0000, 67660
141/dma-controller@599F0000, 68704
142
143Starting kernel ...
144
145[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
146[ 0.000000] Linux version 4.19.35-1.1.0+g0f9917c56d59 (oe-user@oe-host) (gcc version 8.3.0 (GCC)) #1 SMP PREEMPT Wed Oct 30 13:09:11 UTC 2019
147[ 0.000000] Machine model: Freescale i.MX8QM MEK
148[ 0.000000] efi: Getting EFI parameters from FDT:
149[ 0.000000] efi: UEFI not found.
150[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000096000000, size 960 MiB
151[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
152[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000090400000, size 28 MiB
153[ 0.000000] OF: reserved mem: initialized node rpmsg_dma@90400000, compatible id shared-dma-pool
154[ 0.000000] earlycon: lpuart32 at MMIO 0x000000005a060000 (options '')
155[ 0.000000] bootconsole [lpuart32] enabled
156[ 0.000000] NUMA: No NUMA configuration found
157[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000097fffffff]
158[ 0.000000] NUMA: NODE_DATA [mem 0x97ff70b80-0x97ff7263f]
159[ 0.000000] Zone ranges:
160[ 0.000000] DMA32 [mem 0x0000000080200000-0x00000000ffffffff]
161[ 0.000000] Normal [mem 0x0000000100000000-0x000000097fffffff]
162[ 0.000000] Movable zone start for each node
163[ 0.000000] Early memory node ranges
164[ 0.000000] node 0: [mem 0x0000000080200000-0x0000000083ffffff]
165[ 0.000000] node 0: [mem 0x0000000086400000-0x0000000087ffffff]
166[ 0.000000] node 0: [mem 0x0000000094c00000-0x00000000fdffffff]
167[ 0.000000] node 0: [mem 0x0000000880000000-0x000000097fffffff]
168[ 0.000000] Initmem setup node 0 [mem 0x0000000080200000-0x000000097fffffff]
169[ 0.000000] psci: probing for conduit method from DT.
170[ 0.000000] psci: PSCIv1.1 detected in firmware.
171[ 0.000000] psci: Using standard PSCI v0.2 function IDs
172[ 0.000000] psci: Trusted OS migration not required
173[ 0.000000] psci: SMC Calling Convention v1.1
174[ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x400 with crng_init=0
175[ 0.000000] percpu: Embedded 23 pages/cpu @(____ptrval____) s56728 r8192 d29288 u94208
176[ 0.000000] Detected VIPT I-cache on CPU0
177[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
178[ 0.000000] Speculative Store Bypass Disable mitigation not required
179[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
180[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1479240
181[ 0.000000] Policy zone: Normal
182[ 0.000000] Kernel command line: console=ttyLP0,115200 earlycon root=/dev/mmcblk1p2 rootwait rw
183[ 0.000000] software IO TLB: mapped [mem 0xf9fff000-0xfdfff000] (64MB)
184[ 0.000000] Memory: 4837592K/6010880K available (14076K kernel code, 1806K rwdata, 6320K rodata, 1472K init, 431K bss, 190248K reserved, 983040K cma-reserved)
185[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
186[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
187[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
188[ 0.000000] Tasks RCU enabled.
189[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
190[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
191[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
192[ 0.000000] GICv3: Distributor has no Range Selector support
193[ 0.000000] GICv3: no VLPI support, no direct LPI support
194[ 0.000000] ITS: No ITS available, not enabling LPIs
195[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000051b00000
196[ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
197[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
198[ 0.000003] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
199[ 0.011013] Console: colour dummy device 80x25
200[ 0.015182] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
201[ 0.025365] pid_max: default: 32768 minimum: 301
202[ 0.030028] Security Framework initialized
203[ 0.036671] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
204[ 0.044947] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
205[ 0.051802] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
206[ 0.058636] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
207[ 0.089973] ASID allocator initialised with 32768 entries
208[ 0.103055] rcu: Hierarchical SRCU implementation.
209[ 0.117355] *****Initialized MU
210[ 0.120170] ***** imx8_init_pm_domains *****
211[ 0.125977] CPU identified as i.MX8QM, silicon rev 1.1
212[ 0.132661] EFI services will not be available.
213[ 0.144872] smp: Bringing up secondary CPUs ...
214[ 0.182515] Detected VIPT I-cache on CPU1
215[ 0.182546] GICv3: CPU1: found redistributor 1 region 0:0x0000000051b20000
216[ 0.182575] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
217[ 0.214524] Detected VIPT I-cache on CPU2
218[ 0.214539] GICv3: CPU2: found redistributor 2 region 0:0x0000000051b40000
219[ 0.214554] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
220[ 0.246579] Detected VIPT I-cache on CPU3
221[ 0.246593] GICv3: CPU3: found redistributor 3 region 0:0x0000000051b60000
222[ 0.246608] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
223[ 0.280362] CPU features: enabling workaround for EL2 vector hardening
224[ 0.280370] Detected PIPT I-cache on CPU4
225[ 0.280387] GICv3: CPU4: found redistributor 100 region 0:0x0000000051b80000
226[ 0.280404] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
227[ 0.310675] Detected PIPT I-cache on CPU5
228[ 0.310686] GICv3: CPU5: found redistributor 101 region 0:0x0000000051ba0000
229[ 0.310698] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
230[ 0.310758] smp: Brought up 1 node, 6 CPUs
231[ 0.408256] SMP: Total of 6 processors activated.
232[ 0.412943] CPU features: detected: GIC system register CPU interface
233[ 0.419379] CPU features: detected: 32-bit EL0 Support
234[ 0.430743] CPU: All CPU(s) started at EL2
235[ 0.434522] alternatives: patching kernel code
236[ 0.439854] devtmpfs: initialized
237[ 0.456451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
238[ 0.465897] futex hash table entries: 2048 (order: 5, 131072 bytes)
239[ 0.492994] pinctrl core: initialized pinctrl subsystem
240[ 0.499960] DMI not present or invalid.
241[ 0.503847] NET: Registered protocol family 16
242[ 0.508388] audit: initializing netlink subsys (disabled)
243[ 0.513540] audit: type=2000 audit(0.408:1): state=initialized audit_enabled=0 res=1
244[ 0.521194] cpuidle: using governor menu
245[ 0.525420] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
246[ 0.532486] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
247[ 0.544441] DMA: preallocated 256 KiB pool for atomic allocations
248[ 0.552429] Serial: AMBA PL011 UART driver
249[ 0.556358] imx rpmsg driver is registered.
250[ 0.563101] MU and Power domains initialized
251[ 0.567039] ***** imx8qm_clocks_init *****
252[ 0.575018] random: fast init done
253[ 0.656614] imx8qm-pinctrl iomuxc: Invalid fsl,pins or pins property in node /iomuxc/imx8qm-mek/wifi_initgrp
254[ 0.666123] imx8qm-pinctrl iomuxc: initialized IMX pinctrl driver
255[ 0.701424] mxs_phy 5b100000.usbphy: 5b100000.usbphy supply phy-3p0 not found, using dummy regulator
256[ 0.710288] mxs_phy 5b100000.usbphy: Linked as a consumer to regulator.0
257[ 0.736138] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
258[ 0.742855] cryptd: max_cpu_qlen set to 1000
259[ 0.755886] ACPI: Interpreter disabled.
260[ 0.776456] vgaarb: loaded
261[ 0.779093] SCSI subsystem initialized
262[ 0.782986] usbcore: registered new interface driver usbfs
263[ 0.788171] usbcore: registered new interface driver hub
264[ 0.793496] usbcore: registered new device driver usb
265[ 0.798784] usb_phy_generic usbphynop1: usbphynop1 supply vcc not found, using dummy regulator
266[ 0.807124] usb_phy_generic usbphynop1: Linked as a consumer to regulator.0
267[ 0.814132] usb_phy_generic usbphynop2: usbphynop2 supply vcc not found, using dummy regulator
268[ 0.822658] usb_phy_generic usbphynop2: Linked as a consumer to regulator.0
269[ 0.831549] i2c i2c-2: LPI2C adapter registered
270[ 0.836915] i2c i2c-3: LPI2C adapter registered
271[ 0.842157] max732x 4-0068: failed reading
272[ 0.845931] max732x: probe of 4-0068 failed with error -5
273[ 0.852067] i2c i2c-4: LPI2C adapter registered
274[ 0.856859] i2c i2c-5: LPI2C adapter registered
275[ 0.861953] i2c i2c-6: LPI2C adapter registered
276[ 0.867033] i2c i2c-7: LPI2C adapter registered
277[ 0.872161] i2c i2c-8: LPI2C adapter registered
278[ 0.877111] i2c i2c-9: LPI2C adapter registered
279[ 0.883043] media: Linux media interface: v0.10
280[ 0.887337] videodev: Linux video capture interface: v2.00
281[ 0.892995] pps_core: LinuxPPS API ver. 1 registered
282[ 0.897791] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
283[ 0.906826] PTP clock support registered
284[ 0.912138] Advanced Linux Sound Architecture Driver Initialized.
285[ 0.918453] Bluetooth: Core ver 2.22
286[ 0.921707] NET: Registered protocol family 31
287[ 0.926124] Bluetooth: HCI device and connection manager initialized
288[ 0.932465] Bluetooth: HCI socket layer initialized
289[ 0.937329] Bluetooth: L2CAP socket layer initialized
290[ 0.942382] Bluetooth: SCO socket layer initialized
291[ 0.947608] clocksource: Switched to clocksource arch_sys_counter
292[ 0.953533] VFS: Disk quotas dquot_6.6.0
293[ 0.957322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
294[ 0.964311] pnp: PnP ACPI: disabled
295[ 0.973622] NET: Registered protocol family 2
296[ 0.978293] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
297[ 0.985935] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
298[ 0.993542] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
299[ 1.000722] TCP: Hash tables configured (established 65536 bind 65536)
300[ 1.007045] UDP hash table entries: 4096 (order: 5, 131072 bytes)
301[ 1.013166] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
302[ 1.019772] NET: Registered protocol family 1
303[ 1.024473] RPC: Registered named UNIX socket transport module.
304[ 1.030060] RPC: Registered udp transport module.
305[ 1.034753] RPC: Registered tcp transport module.
306[ 1.039443] RPC: Registered tcp NFSv4.1 backchannel transport module.
307[ 1.047088] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
308[ 1.055189] kvm [1]: 8-bit VMID
309[ 1.058543] kvm [1]: vgic-v2@52020000
310[ 1.061883] kvm [1]: GIC system register CPU interface enabled
311[ 1.067782] kvm [1]: vgic interrupt IRQ1
312[ 1.071719] kvm [1]: Hyp mode initialized successfully
313[ 1.079737] Initialise system trusted keyrings
314[ 1.083953] workingset: timestamp_bits=44 max_order=21 bucket_order=0
315[ 1.095992] squashfs: version 4.0 (2009/01/31) Phillip Lougher
316[ 1.102093] NFS: Registering the id_resolver key type
317[ 1.106822] Key type id_resolver registered
318[ 1.110971] Key type id_legacy registered
319[ 1.114976] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
320[ 1.121676] jffs2: version 2.2. (NAND) ?© 2001-2006 Red Hat, Inc.
321[ 1.128382] 9p: Installing v9fs 9p2000 file system support
322[ 1.133608] pstore: using deflate compression
323[ 1.142325] Key type asymmetric registered
324[ 1.146095] Asymmetric key parser 'x509' registered
325[ 1.151000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
326[ 1.158345] io scheduler noop registered
327[ 1.162357] io scheduler cfq registered (default)
328[ 1.166944] io scheduler mq-deadline registered
329[ 1.171453] io scheduler kyber registered
330[ 1.196153] imx6q-pcie 5f000000.pcie: Linked as a consumer to regulator.1
331[ 1.202683] imx6q-pcie 5f000000.pcie: No cache used with register defaults set!
332[ 1.209995] imx6q-pcie 5f000000.pcie: host bridge /hsio/pcie@5f000000 ranges:
333[ 1.217038] imx6q-pcie 5f000000.pcie: No bus range found for /hsio/pcie@5f000000, using [bus 00-ff]
334[ 1.226257] imx6q-pcie 5f000000.pcie: IO 0x6ff80000..0x6ff8ffff -> 0x00000000
335[ 1.233636] imx6q-pcie 5f000000.pcie: MEM 0x60000000..0x6fefffff -> 0x60000000
336[ 1.487955] imx6q-pcie 5f000000.pcie: phy link never came up
337[ 1.493282] imx6q-pcie 5f000000.pcie: failed to initialize host
338[ 1.499180] imx6q-pcie 5f000000.pcie: unable to add pcie port.
339[ 1.505154] imx6q-pcie 5f000000.pcie: Dropping the link to regulator.1
340[ 1.511586] imx6q-pcie: probe of 5f000000.pcie failed with error -110
341[ 1.518938] pwm-backlight lvds_backlight@0: lvds_backlight@0 supply power not found, using dummy regulator
342[ 1.528318] pwm-backlight lvds_backlight@0: Linked as a consumer to regulator.0
343[ 1.536818] pwm-backlight lvds_backlight@1: lvds_backlight@1 supply power not found, using dummy regulator
344[ 1.546171] pwm-backlight lvds_backlight@1: Linked as a consumer to regulator.0
345[ 1.563727] Bus freq driver module loaded
346[ 1.567830] seco_mu 31560000.mu: current SECO FW do not support SHE
347[ 1.573786] seco_mu: probe of 31560000.mu failed with error -524
348[ 1.579844] seco_mu 31570000.mu: current SECO FW do not support SHE
349[ 1.586022] seco_mu: probe of 31570000.mu failed with error -524
350[ 1.592092] seco_mu 31580000.mu: current SECO FW do not support SHE
351[ 1.598271] seco_mu: probe of 31580000.mu failed with error -524
352[ 1.612962] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
353[ 1.621900] SuperH (H)SCI(F) driver initialized
354[ 1.627248] msm_serial: driver initialized
355[ 1.631838] 5a060000.serial: ttyLP0 at MMIO 0x5a060010 (irq = 70, base_baud = 5000000) is a FSL_LPUAR[ 1.643004] console [ttyLP0] enabled
356[ 1.643004] console [ttyLP0] enabled
357[ 1.649988] bootconsole [lpuart32] disabled
358[ 1.649988] bootconsole [lpuart32] disabled
359[ 1.658555] fsl-lpuart 5a060000.serial: NO DMA tx channel, run at cpu mode
360[ 1.665443] fsl-lpuart 5a060000.serial: NO DMA rx channel, run at cpu mode
361[ 1.672821] 5a070000.serial: ttyLP1 at MMIO 0x5a070010 (irq = 71, base_baud = 5000000) is a FSL_LPUART
362[ 1.682678] imx8qm-pinctrl iomuxc: pin_config_set op failed for pin 13
363[ 1.689223] fsl-lpuart 5a090000.serial: Error applying setting, reverse things back
364[ 1.697154] 5a090000.serial: ttyLP3 at MMIO 0x5a090010 (irq = 72, base_baud = 5000000) is a FSL_LPUART
365[ 1.709473] arm-smmu 51400000.iommu: probing hardware configuration...
366[ 1.716012] arm-smmu 51400000.iommu: SMMUv2 with:
367[ 1.720732] arm-smmu 51400000.iommu: stage 1 translation
368[ 1.726141] arm-smmu 51400000.iommu: stage 2 translation
369[ 1.731550] arm-smmu 51400000.iommu: nested translation
370[ 1.736868] arm-smmu 51400000.iommu: stream matching with 32 register groups
371[ 1.744012] arm-smmu 51400000.iommu: 32 context banks (0 stage-2 only)
372[ 1.750640] arm-smmu 51400000.iommu: Supported page sizes: 0x61311000
373[ 1.757179] arm-smmu 51400000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
374[ 1.763711] arm-smmu 51400000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
375[ 1.813978] imx8-dpr-channel 560d0000.dpr-channel: Linked as a consumer to 56040000.prg
376[ 1.822137] imx8-dpr-channel 560e0000.dpr-channel: Linked as a consumer to 56050000.prg
377[ 1.830164] imx8-dpr-channel 560e0000.dpr-channel: Linked as a consumer to 56040000.prg
378[ 1.838317] imx8-dpr-channel 560f0000.dpr-channel: Linked as a consumer to 56060000.prg
379[ 1.848471] imx8-dpr-channel 56100000.dpr-channel: Linked as a consumer to 56070000.prg
380[ 1.856494] imx8-dpr-channel 56100000.dpr-channel: Linked as a consumer to 56080000.prg
381[ 1.866617] imx8-dpr-channel 56110000.dpr-channel: Linked as a consumer to 56090000.prg
382[ 1.874645] imx8-dpr-channel 56110000.dpr-channel: Linked as a consumer to 560a0000.prg
383[ 1.884775] imx8-dpr-channel 56120000.dpr-channel: Linked as a consumer to 560b0000.prg
384[ 1.892800] imx8-dpr-channel 56120000.dpr-channel: Linked as a consumer to 560c0000.prg
385[ 1.902985] imx8-dpr-channel 570d0000.dpr-channel: Linked as a consumer to 57040000.prg
386[ 1.911130] imx8-dpr-channel 570e0000.dpr-channel: Linked as a consumer to 57050000.prg
387[ 1.919157] imx8-dpr-channel 570e0000.dpr-channel: Linked as a consumer to 57040000.prg
388[ 1.927315] imx8-dpr-channel 570f0000.dpr-channel: Linked as a consumer to 57060000.prg
389[ 1.937473] imx8-dpr-channel 57100000.dpr-channel: Linked as a consumer to 57070000.prg
390[ 1.945498] imx8-dpr-channel 57100000.dpr-channel: Linked as a consumer to 57080000.prg
391[ 1.955649] imx8-dpr-channel 57110000.dpr-channel: Linked as a consumer to 57090000.prg
392[ 1.963673] imx8-dpr-channel 57110000.dpr-channel: Linked as a consumer to 570a0000.prg
393[ 1.973801] imx8-dpr-channel 57120000.dpr-channel: Linked as a consumer to 570b0000.prg
394[ 1.981820] imx8-dpr-channel 57120000.dpr-channel: Linked as a consumer to 570c0000.prg
395[ 1.993289] dpu-core 56180000.dpu: Linked as a consumer to 56100000.dpr-channel
396[ 2.000623] dpu-core 56180000.dpu: Linked as a consumer to 56110000.dpr-channel
397[ 2.007955] dpu-core 56180000.dpu: Linked as a consumer to 560f0000.dpr-channel
398[ 2.015283] dpu-core 56180000.dpu: Linked as a consumer to 56120000.dpr-channel
399[ 2.022607] dpu-core 56180000.dpu: Linked as a consumer to 56020000.pixel-combiner
400[ 2.030961] dpu-core 56180000.dpu: driver probed
401[ 2.036373] dpu-core 57180000.dpu: Linked as a consumer to 57100000.dpr-channel
402[ 2.043701] dpu-core 57180000.dpu: Linked as a consumer to 57110000.dpr-channel
403[ 2.051022] dpu-core 57180000.dpu: Linked as a consumer to 570f0000.dpr-channel
404[ 2.058351] dpu-core 57180000.dpu: Linked as a consumer to 57120000.dpr-channel
405[ 2.065682] dpu-core 57180000.dpu: Linked as a consumer to 57020000.pixel-combiner
406[ 2.073811] dpu-core 57180000.dpu: driver probed
407[ 2.081741] adv7511 2-003d: 2-003d supply avdd not found, using dummy regulator
408[ 2.089107] adv7511 2-003d: Linked as a consumer to regulator.0
409[ 2.095043] adv7511 2-003d: 2-003d supply dvdd not found, using dummy regulator
410[ 2.102392] adv7511 2-003d: 2-003d supply pvdd not found, using dummy regulator
411[ 2.109744] adv7511 2-003d: 2-003d supply a2vdd not found, using dummy regulator
412[ 2.117176] adv7511 2-003d: 2-003d supply v3p3 not found, using dummy regulator
413[ 2.124532] adv7511 2-003d: 2-003d supply v1p2 not found, using dummy regulator
414[ 2.132360] adv7511 2-003d: Probe failed. Remote port 'mipi_dsi_bridge@56228000' disabled
415[ 2.140729] adv7511 3-003d: 3-003d supply avdd not found, using dummy regulator
416[ 2.148165] adv7511 3-003d: Linked as a consumer to regulator.0
417[ 2.154125] adv7511 3-003d: 3-003d supply dvdd not found, using dummy regulator
418[ 2.161492] adv7511 3-003d: 3-003d supply pvdd not found, using dummy regulator
419[ 2.168863] adv7511 3-003d: 3-003d supply a2vdd not found, using dummy regulator
420[ 2.176303] adv7511 3-003d: 3-003d supply v3p3 not found, using dummy regulator
421[ 2.183649] adv7511 3-003d: 3-003d supply v1p2 not found, using dummy regulator
422[ 2.191399] adv7511 3-003d: Probe failed. Remote port 'mipi_dsi_bridge@57228000' disabled
423[ 2.200554] it6263 6-004c: Probe failed. Remote port 'lvds-channel@0' disabled
424[ 2.208300] it6263 7-004c: Probe failed. Remote port 'lvds-channel@0' disabled
425[ 2.218560] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
426[ 2.225251] [drm] No driver support for vblank timestamp query.
427[ 2.231276] dpu-core 56180000.dpu: Linked as a consumer to 560d0000.dpr-channel
428[ 2.238603] dpu-core 56180000.dpu: Linked as a consumer to 560e0000.dpr-channel
429[ 2.245937] imx-drm display-subsystem: bound imx-drm-dpu-bliteng.2 (ops dpu_bliteng_ops)
430[ 2.254077] dpu-core 57180000.dpu: Linked as a consumer to 570d0000.dpr-channel
431[ 2.261404] dpu-core 57180000.dpu: Linked as a consumer to 570e0000.dpr-channel
432[ 2.268733] imx-drm display-subsystem: bound imx-drm-dpu-bliteng.5 (ops dpu_bliteng_ops)
433[ 2.277590] imx-drm display-subsystem: bound imx-dpu-crtc.0 (ops dpu_crtc_ops)
434[ 2.285250] imx-drm display-subsystem: bound imx-dpu-crtc.1 (ops dpu_crtc_ops)
435[ 2.292891] imx-drm display-subsystem: bound imx-dpu-crtc.3 (ops dpu_crtc_ops)
436[ 2.300541] imx-drm display-subsystem: bound imx-dpu-crtc.4 (ops dpu_crtc_ops)
437[ 2.307878] nwl_dsi-imx mipi_dsi@56228000: No bridge found, skipping encoder creation
438[ 2.315720] imx-drm display-subsystem: bound mipi_dsi@56228000 (ops imx_nwl_dsi_component_ops)
439[ 2.324388] nwl_dsi-imx mipi_dsi@57228000: No bridge found, skipping encoder creation
440[ 2.332234] imx-drm display-subsystem: bound mipi_dsi@57228000 (ops imx_nwl_dsi_component_ops)
441[ 2.340895] [drm] Cannot find any crtc or sizes
442[ 2.345927] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0
443[ 2.360721] loop: module loaded
444[ 2.364841] input: fxos8700 as /devices/platform/5a800000.i2c/i2c-4/4-001e/input/input0
445[ 2.374835] fxos8700 device driver probe successfully
446[ 2.375568] input: fxas2100x as /devices/platform/5a800000.i2c/i2c-4/4-0020/input/input1
447[ 2.389410] fxas2100x 4-0020: fxas2100x device driver probe successfully
448[ 2.398890] iommu: Adding device 5f020000.sata to group 0
449[ 2.407730] ahci-imx 5f020000.sata: imx8qm sata only supports 32bit dma.
450[ 2.414444] ahci-imx 5f020000.sata: ext_osc is not specified.
451[ 2.420202] ahci-imx 5f020000.sata: phy impedance ratio is not specified.
452[ 2.427045] ahci-imx 5f020000.sata: No cache used with register defaults set!
453[ 2.435056] ahci-imx 5f020000.sata: external osc is used.
454[ 2.443279] ahci-imx 5f020000.sata: no ahb clock.
455[ 2.448054] ahci-imx 5f020000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
456[ 2.456950] ahci-imx 5f020000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sadm sds apst
457[ 2.467771] scsi host0: ahci-imx
458[ 2.471283] ata1: SATA max UDMA/133 mmio [mem 0x5f020000-0x5f02ffff] port 0x100 irq 145
459[ 2.481683] slram: not enough parameters.
460[ 2.489701] libphy: Fixed MDIO Bus: probed
461[ 2.494149] NXP PHY: loading NXP PHY driver: [autonomous mode]
462[ 2.500146] tun: Universal TUN/TAP device driver, 1.6
463[ 2.505383] CAN device driver interface
464[ 2.512047] iommu: Adding device 5b040000.ethernet to group 1
465[ 2.518409] fec 5b040000.ethernet: 5b040000.ethernet supply phy not found, using dummy regulator
466[ 2.527258] fec 5b040000.ethernet: Linked as a consumer to regulator.0
467[ 2.534109] pps pps0: new PPS source ptp0
468[ 2.539879] libphy: fec_enet_mii_bus: probed
469[ 2.544570] mdio_bus 5b040000.ethernet-1: MDIO device at address 1 is missing.
470[ 2.552314] fec 5b040000.ethernet eth0: registered PHC device 0
471[ 2.558869] iommu: Adding device 5b050000.ethernet to group 1
472[ 2.566214] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
473[ 2.572061] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
474[ 2.578035] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
475[ 2.585002] igb: Copyright (c) 2007-2014 Intel Corporation.
476[ 2.590620] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
477[ 2.598463] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
478[ 2.604999] sky2: driver version 1.30
479[ 2.612496] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
480[ 2.619047] ehci-pci: EHCI PCI platform driver
481[ 2.623540] ehci-platform: EHCI generic platform driver
482[ 2.629102] ehci-orion: EHCI orion driver
483[ 2.633324] ehci-exynos: EHCI EXYNOS driver
484[ 2.637667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
485[ 2.643891] ohci-pci: OHCI PCI platform driver
486[ 2.648379] ohci-platform: OHCI generic platform driver
487[ 2.653827] ohci-exynos: OHCI EXYNOS driver
488[ 2.658861] usbcore: registered new interface driver usb-storage
489[ 2.664955] usbcore: registered new interface driver usb_ehset_test
490[ 2.672582] usbmisc_imx 5b0d0200.usbmisc: 5b0d0200.usbmisc supply vbus-wakeup not found, using dummy regulator
491[ 2.682648] usbmisc_imx 5b0d0200.usbmisc: Linked as a consumer to regulator.0
492[ 2.690045] usbmisc_imx 5b0e0200.usbmisc: 5b0e0200.usbmisc supply vbus-wakeup not found, using dummy regulator
493[ 2.700095] usbmisc_imx 5b0e0200.usbmisc: Linked as a consumer to regulator.0
494[ 2.708212] imx_usb 5b0d0000.usb: 5b0d0000.usb supply vbus not found, using dummy regulator
495[ 2.716640] imx_usb 5b0d0000.usb: Linked as a consumer to regulator.0
496[ 2.740990] input: sc-powerkey as /devices/platform/sc-powerkey/input/input2
497[ 2.749217] read mpl3115 chip id 0xc4
498[ 2.753016] input: mpl3115 as /devices/virtual/input/input3
499[ 2.759332] mpl3115 device driver probe successfully
500[ 2.759555] isl29023 4-0044: 4-0044 supply vdd not found, using dummy regulator
501[ 2.771892] isl29023 4-0044: Linked as a consumer to regulator.0
502[ 2.784697] input: isl29023 light sensor as /devices/virtual/input/input4
503[ 2.791746] isl29023 4-0044: driver version 1.0 enabled
504[ 2.793794] ata1: SATA link down (SStatus 0 SControl 300)
505[ 2.798414] imx_sc_rtc rtc: rtc core: registered rtc as rtc0
506[ 2.808535] i2c /dev entries driver
507[ 2.820991] mxc-mipi-csi2 58227000.csi: mipi_csi2_probe
508[ 2.844397] mxc-mipi-csi2 58247000.csi: mipi_csi2_probe
509[ 2.879779] max9286_mipi 8-006a: max9286_read_reg:read reg error: reg=1e
510[ 2.886500] max9286 is not found, chip id reg 0x1e = 0xffffffff.
511[ 2.903773] max9286_mipi 9-006a: max9286_read_reg:read reg error: reg=1e
512[ 2.910494] max9286 is not found, chip id reg 0x1e = 0xffffffff.
513[ 2.916973] mx8-img-md: Registered mxc_isi.0.capture as /dev/video0
514[ 2.923370] mx8-img-md: Registered mxc_isi.1.capture as /dev/video1
515[ 2.929751] mx8-img-md: Registered mxc_isi.2.capture as /dev/video2
516[ 2.936143] mx8-img-md: Registered mxc_isi.3.capture as /dev/video3
517[ 2.942530] mx8-img-md: Registered mxc_isi.4.capture as /dev/video4
518[ 2.948934] mx8-img-md: Registered mxc_isi.5.capture as /dev/video5
519[ 2.955327] mx8-img-md: Registered mxc_isi.6.capture as /dev/video6
520[ 2.961718] mx8-img-md: Registered mxc_isi.7.capture as /dev/video7
521[ 2.968081] mxc-isi 58170000.isi: register m2m device success
522[ 2.974056] mxc-isi 58100000.isi: mxc_md_unregister_all unregister ISI channel[0]
523[ 2.981631] mxc-isi 58110000.isi: mxc_md_unregister_all unregister ISI channel[1]
524[ 2.989211] mxc-isi 58120000.isi: mxc_md_unregister_all unregister ISI channel[2]
525[ 2.996781] mxc-isi 58130000.isi: mxc_md_unregister_all unregister ISI channel[3]
526[ 3.004346] mxc-isi 58140000.isi: mxc_md_unregister_all unregister ISI channel[4]
527[ 3.011919] mxc-isi 58150000.isi: mxc_md_unregister_all unregister ISI channel[5]
528[ 3.019484] mxc-isi 58160000.isi: mxc_md_unregister_all unregister ISI channel[6]
529[ 3.027054] mxc-isi 58170000.isi: mxc_md_unregister_all unregister ISI channel[7]
530[ 3.035363] mxc-jpeg 58400000.jpegdec: decoder device registered as /dev/video0 (81,0)
531[ 3.043914] mxc-jpeg 58450000.jpegenc: encoder device registered as /dev/video1 (81,1)
532[ 3.058155] Bluetooth: HCI UART driver ver 2.3
533[ 3.062612] Bluetooth: HCI UART protocol H4 registered
534[ 3.067756] Bluetooth: HCI UART protocol BCSP registered
535[ 3.073078] Bluetooth: HCI UART protocol ATH3K registered
536[ 3.078512] Bluetooth: HCI UART protocol Three-wire (H5) registered
537[ 3.084911] Bluetooth: HCI UART protocol Broadcom registered
538[ 3.090602] Bluetooth: HCI UART protocol QCA registered
539[ 3.096962] sdhci: Secure Digital Host Controller Interface driver
540[ 3.103153] sdhci: Copyright(c) Pierre Ossman
541[ 3.107858] Synopsys Designware Multimedia Card Interface Driver
542[ 3.115496] sdhci-pltfm: SDHCI platform and OF driver helper
543[ 3.122765] iommu: Adding device 5b010000.usdhc to group 2
544[ 3.128718] mmc0: CQHCI version 5.10
545[ 3.165934] mmc0: SDHCI controller on 5b010000.usdhc [5b010000.usdhc] using ADMA
546[ 3.175364] iommu: Adding device 5b020000.usdhc to group 2
547[ 3.181179] mmc1: CQHCI version 5.10
548[ 3.185982] sdhci-esdhc-imx 5b020000.usdhc: Got CD GPIO
549[ 3.191248] sdhci-esdhc-imx 5b020000.usdhc: Got WP GPIO
550[ 3.196623] sdhci-esdhc-imx 5b020000.usdhc: Linked as a consumer to regulator.2
551[ 3.237435] mmc1: SDHCI controller on 5b020000.usdhc [5b020000.usdhc] using ADMA
552[ 3.254477] mxc_mlb150 5b060000.mlb: 5b060000.mlb supply reg_nvcc not found, using dummy regulator
553[ 3.263517] mxc_mlb150 5b060000.mlb: Linked as a consumer to regulator.0
554[ 3.271621] mxc_mlb150 5b060000.mlb: enalbe regulator
555[ 3.276692] mxc_mlb150 5b060000.mlb: no iram assigned, using external mem
556[ 3.284253] mxc_emvsim 5a0d0000.sim0: emvsim register success
557[ 3.307964] ledtrig-cpu: registered to indicate activity on CPUs
558[ 3.316337] mmc0: new HS400 MMC card at address 0001
559[ 3.317744] caam 31400000.caam: ERA source: device tree.
560[ 3.322162] mmcblk0: mmc0:0001 R1J57L 29.1 GiB
561[ 3.331745] mmcblk0boot0: mmc0:0001 R1J57L partition 1 8.00 MiB
562[ 3.338161] mmcblk0boot1: mmc0:0001 R1J57L partition 2 8.00 MiB
563[ 3.344256] mmcblk0rpmb: mmc0:0001 R1J57L partition 3 4.00 MiB, chardev (236:0)
564[ 3.353011] caam algorithms registered in /proc/crypto
565[ 3.361063] caam_jr 31430000.jr2: registering rng-caam
566[ 3.366555] caam 31400000.caam: caam pkc algorithms registered in /proc/crypto
567[ 3.375943] platform caam_sm: blkkey_ex: 8 keystore units available
568[ 3.382456] caam 31400000.caam: SM test passed
569[ 3.387895] usbcore: registered new interface driver usbhid
570[ 3.393478] usbhid: USB HID core driver
571[ 3.399027] imx8qxp_adc 5a880000.adc: Linked as a consumer to regulator.4
572[ 3.409600] optee: probing for conduit method from DT.
573[ 3.414780] optee: revision 3.2 (6a22e6e8)
574[ 3.415017] optee: initialized driver
575[ 3.430525] ***** imx8qm_acm_init *****
576[ 3.456024] imx-cs42888 sound-cs42888: failed to find codec platform device
577[ 3.463023] imx-cs42888: probe of sound-cs42888 failed with error -22
578[ 3.470232] imx-wm8960 sound: wm8960-hifi <-> 59050000.sai mapping ok
579[ 3.476728] imx-wm8960 sound: ASoC: no source widget found for ASRC-Playback
580[ 3.483792] imx-wm8960 sound: ASoC: Failed to add route ASRC-Playback -> direct -> CPU-Playback
581[ 3.492502] imx-wm8960 sound: ASoC: no sink widget found for ASRC-Capture
582[ 3.499303] imx-wm8960 sound: ASoC: Failed to add route CPU-Capture -> direct -> ASRC-Capture
583[ 3.507846] imx-wm8960 sound: ASoC: no DMI vendor name!
584[ 3.627868] fsl-audmix 59840000.audmix: DAI FE name:HiFi-AUDMIX-FE-ai@59820000
585[ 3.635151] fsl-audmix 59840000.audmix: DAI FE name:HiFi-AUDMIX-FE-ai@59830000
586[ 3.642428] imx-audmix imx-audmix.0: DMA mask not set
587[ 3.643143] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
588[ 3.647789] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> 59820000.sai mapping ok
589[ 3.654925] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
590[ 3.661798] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> 59830000.sai mapping ok
591[ 3.671331] mmcblk1: p1 p2
592[ 3.673778] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> audmix-0 mapping ok
593[ 3.683821] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> audmix-1 mapping ok
594[ 3.691081] imx-audmix imx-audmix.0: ASoC: no DMI vendor name!
595[ 3.698276] NET: Registered protocol family 26
596[ 3.703288] NET: Registered protocol family 10
597[ 3.708309] Segment Routing with IPv6
598[ 3.712028] NET: Registered protocol family 17
599[ 3.716485] can: controller area network core (rev 20170425 abi 9)
600[ 3.722783] NET: Registered protocol family 29
601[ 3.727236] can: raw protocol (rev 20170425)
602[ 3.731524] can: broadcast manager protocol (rev 20170425 t)
603[ 3.737194] can: netlink gateway (rev 20170425) max_hops=1
604[ 3.742842] Bluetooth: RFCOMM TTY layer initialized
605[ 3.747735] Bluetooth: RFCOMM socket layer initialized
606[ 3.752890] Bluetooth: RFCOMM ver 1.11
607[ 3.756654] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
608[ 3.761974] Bluetooth: BNEP filters: protocol multicast
609[ 3.767208] Bluetooth: BNEP socket layer initialized
610[ 3.772188] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
611[ 3.778120] Bluetooth: HIDP socket layer initialized
612[ 3.783146] lib80211: common routines for IEEE802.11 drivers
613[ 3.788843] 9pnet: Installing 9P2000 support
614[ 3.793173] Key type dns_resolver registered
615[ 3.797983] registered taskstats version 1
616[ 3.802093] Loading compiled-in X.509 certificates
617[ 3.834216] imx8_cpufreq_init: cluster 0 running at freq 1200 MHz, suspend freq 1200 MHz
618[ 3.842806] imx8_cpufreq_init: cluster 1 running at freq 1596 MHz, suspend freq 1596 MHz
619[ 3.872101] imx_sc_rtc rtc: setting system clock to 1970-01-01 00:05:39 UTC (339)
620[ 3.880162] cfg80211: Loading compiled-in X.509 certificates for regulatory database
621[ 3.888829] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
622[ 3.895438] platform regulatory.0: Falling back to syfs fallback for: regulatory.db
623[ 3.902708] vref_1v8: disabling
624[ 3.906255] ALSA device list:
625[ 3.909230] #0: wm8960-audio
626[ 3.912294] #1: imx-audmix
627[ 3.931842] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
628[ 3.939994] VFS: Mounted root (ext4 filesystem) on device 179:98.
629[ 3.952025] devtmpfs: mounted
630[ 3.955770] Freeing unused kernel memory: 1472K
631[ 3.960584] Run /sbin/init as init process
632[ 4.098045] systemd[1]: System time before build time, advancing clock.
633[ 4.116580] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default
634-hierarchy=hybrid)
635[ 4.138694] systemd[1]: Detected architecture arm64.
636
637Welcome to NXP i.MX Release Distro 4.19-warrior (warrior)!
638
639[ 4.170945] systemd[1]: Set hostname to <imx8qmmek>.
640[ 4.271833] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
641[ 4.288917] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
642[ 4.477744] random: systemd: uninitialized urandom read (16 bytes read)
643[ 4.484915] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
644[ OK ] Started Dispatch Password Requests to Console Directory Watch.
645[ 4.511745] random: systemd: uninitialized urandom read (16 bytes read)
646[ 4.518615] systemd[1]: Reached target Swap.
647[ OK ] Reached target Swap.
648[ 4.535683] random: systemd: uninitialized urandom read (16 bytes read)
649[ 4.542362] systemd[1]: Reached target Host and Network Name Lookups.
650[ OK ] Reached target Host and Network Name Lookups.
651[ 4.559904] systemd[1]: Listening on initctl Compatibility Named Pipe.
652[ OK ] Listening on initctl Compatibility Named Pipe.
653[ 4.580040] systemd[1]: Listening on udev Kernel Socket.
654[ OK ] Listening on udev Kernel Socket.
655[ OK ] Listening on Journal Socket (/dev/log).
656[ OK ] Started Forward Password Requests to Wall Directory Watch.
657[ OK ] Listening on Journal Audit Socket.
658[ OK ] Reached target Remote File Systems.
659[ OK ] Created slice User and Session Slice.
660[ OK ] Reached target Slices.
661[ OK ] Listening on Network Service Netlink Socket.
662[ OK ] Reached target Paths.
663[ OK ] Listening on udev Control Socket.
664[ OK ] Created slice system-getty.slice.
665[ OK ] Created slice system-serial\x2dgetty.slice.
666[ OK ] Listening on Journal Socket.
667 Mounting Huge Pages File System...
668 Starting Setup Virtual Console...
669 Starting Create list of required st??…ce nodes for the current kernel...
670 Starting Remount Root and Kernel File Systems...
671 Mounting POSIX Message Queue File System...
672[ 4.818824] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
673 Mounting Kernel Debug File System...
674 Starting udev Coldplug all Devices...
675 Starting Load Kernel Modules...
676 Mounting Temporary Directory (/tmp)...
677[ OK [ 4.904840] galcore: loading out-of-tree module taints kernel.
678] Listening on Syslog Socket.
679 Starting Journal Service...
680[ 4.931043] Galcore version 6.4.0.228766
681[ OK ] Mounted Huge Pages File System.
682[ OK ] Started Setup Virtual Console.
683[ OK ] Started Create list of required sta??…vice nodes for the current kernel.
684[ OK ] Started Remount Root and Kernel File Systems.
685[ OK ] Mounted POSIX Message Queue File System.
686[ OK ] Mounted Kernel Debug File System.
687[ OK ] Mounted Temporary Directory (/tmp).
688 Starting Create Static Device Nodes in /dev...
689[ OK ] Started Journal Service.
690[ OK ] Started Load Kernel Modules.
691[ OK ] Started Create Static Device Nodes in /dev.
692 Starting udev Kernel Device Manager...
693[ OK ] Reached target Local File Systems (Pre).
694[ OK ] Reached target Containers.
695 Mounting /var/volatile...
696 Mounting Kernel Configuration File System...
697 Starting Apply Kernel Variables...
698 Starting Flush Journal to Persistent Storage...
699[ OK ] Started udev Kernel Device Manager.
700[ OK ] Mounted /var/volatile.
701[ OK ] Mounted Kernel Configuration File System.
702[ OK ] Started Apply Kernel Variables.
703[ OK ] Started udev Coldplug all Devices.
704 Starting Load/Save Random Seed...
705[ OK ] Reached target Local File Systems.
706 Starting Start Psplash Boot Screen...
707[ OK ] Started Load/Save Random Seed.
708[ OK ] Started Start Psplash Boot Screen.
709[ 5.396228] [VPU Encoder] enable mu for core[0]
710[ 5.408371] [VPU Encoder] vpu encoder core[0] firmware version is 1.2.4
711[ 5.409083] systemd-journald[2387]: Received request to flush runtime journal from PID 1
712[ OK ] Found device /dev/ttyLP0.
713[ OK ] Started Flush Journal to Persistent Storage.
714[ 5.487044] cfg80211: failed to load regulatory.db
715[ OK ] Created slice system-systemd\x2dbacklight.slice.
716 Starting Load/Save Screen Backlight??…s of backlight:lvds_backlight@1...
717 Starting Load/Save Screen Backlight??…s of backlight:lvds_backlight@0...
718 Starting Setup Virtual Console...
719 Starting Create Volatile Files and Directories...
720[ OK ] Started Load/Save Screen Backlight ??…ess of backlight:lvds_backlight@1.
721[ OK ] Started Load/Save Screen Backlight ??…ess of backlight:lvds_backlight@0.
722[ OK ] Started Setup Virtual Console.
723[ OK ] Started Create Volatile Files and Directories.
724 Starting Update UTMP about System Boot/Shutdown...
725 Starting Network Time Synchronization...
726 Starting Network Service...
727 Starting Start Psplash Boot Screen...
728[ OK ] Started Start Psplash Boot Screen.
729[ OK ] Started Network Service.
730[ OK ] Created slice system-systemd\x2dfsck.slice.
731[ OK ] Started Update UTMP about System Boot/Shutdown.
732[ OK ] Found device /dev/mmcblk1p1.
733[ OK ] Started Network Time Synchronization.
734[ OK ] Reached target System Time Synchronized.
735 Starting File System Check on /dev/mmcblk1p1...
736[ OK ] Reached target System Initialization.
737[ OK ] Listening on D-Bus System Message Bus Socket.
738[ OK ] Listening on RPCbind Server Activation Socket.
739[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
740[ OK ] Started Daily Cleanup of Temporary Directories.
741[ OK ] Listening on dropbear.socket.
742[ OK ] Reached target Sockets.
743[ OK ] Reached target Basic System.
744 Starting Shift Daemon...
745 Starting System Logging Service...
746 Starting Telephony service...
747[ OK ] Started D-Bus System Message Bus.
748 Starting Connection service...
749[ OK ] Started Job spooling tools.
750[ OK ] Started Periodic Command Scheduler.
751[ OK ] Started Configuration for i.MX GPU (Former rc_gpu.S).
752 Starting Network Time Service (one-shot ntpdate mode)...
753 Starting Avahi mDNS/DNS-SD Stack...
754 Starting Save/Restore Sound Card State...
755 Starting RPC Bind Service...
756 Starting Login Service...
757[ OK ] Started TEE Supplicant.
758[ OK ] Started Updates psplash to basic.
759[ OK ] Started Daily rotation of log files.
760[ OK ] Reached target Timers.
761 Starting Console System Startup Logging...
762[ OK ] Started System Logging Service.
763[ OK ] Started Network Time Service (one-shot ntpdate[ 6.406278] fsl-audmix 59840000.audmix: Started TDM1 needed for config propagation!
764 mode).
765 Starting Kernel Logging Service...
766[ OK ] Started Login Service.
767[ OK ] Started File System Check on /dev/mmcblk1p1.
768[ OK ] Started Shift Daemon.
769[ OK ] Started Save/Restore Sound Card State.
770[ OK ] Started RPC Bind Service.
771[ OK ] Started Console System Startup Logging.
772[ OK ] Started Avahi mDNS/DNS-SD Stack.
773[ OK ] Started Connection service.
774[ OK ] Started Telephony service.
775[ 6.764507] Atheros 8031 ethernet 5b040000.ethernet-1:00: attached PHY driver [Atheros 8031 ethernet] (mii_bus:phy_addr=5b040000.ethernet-1:00, irq=POLL)
776 [ 6.778530] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
777Starting Hostname Service...
778 Starting WPA supplicant...
779[ OK ] Reached target Sound Card.
780 Mounting /run/media/mmcblk1p1...
781[ OK ] Started Kernel Logging Service.
782[ OK ] Started WPA supplicant.
783[ OK ] Reached target Network.
784 Starting Permit User Sessions...
785[ OK ] Started NFS status monitor for NFSv2/3 locking..
786 Starting /etc/rc.local Compatibility...
787[ OK ] Started Update psplash to network.
788 Starting Terminate Psplash Boot Screen...
789[ OK ] Mounted /run/media/mmcblk1p1.
790[ OK ] Started Permit User Sessions.
791[ OK ] Started /etc/rc.local Compatibility.
792[ 7.032643] switch cluster 0 cpu-freq governor to schedutil
793[FAILED] Failed to start Terminate Psplash Boot Screen.
794See 'systemctl status psplash-quit.service' for details.
795[ 7.072727] switch cluster 1 cpu-freq governor to schedutil
796[ OK ] Started Hostname Service.
797[ OK ] Started Serial Getty on ttyLP0.
798[ OK ] Started Getty on tty1.
799[ 8.805243] fec 5b040000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
800[ 8.815429] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
801[ 8.840533] 8021q: 802.1Q VLAN Support v1.8
802
803NXP i.MX Release Distro 4.19-warrior imx8qmmek ttyLP0
804
805imx8qmmek login: root
806[ 15.707378] audit: type=1006 audit(1572034400.604:2): pid=4135 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
807root@imx8qmmek:~# ifconfig -a
808eth0 Link encap:Ethernet HWaddr 00:04:9f:06:66:9f
809 inet addr:172.31.31.220 Bcast:172.31.31.255 Mask:255.255.255.0
810 inet6 addr: fe80::204:9fff:fe06:669f/64 Scope:Link
811 UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
812 RX packets:13 errors:0 dropped:0 overruns:0 frame:0
813 TX packets:41 errors:0 dropped:0 overruns:0 carrier:0
814 collisions:0 txqueuelen:1000
815 RX bytes:1749 (1.7 KiB) TX bytes:8312 (8.1 KiB)
816
817lo Link encap:Local Loopback
818 inet addr:127.0.0.1 Mask:255.0.0.0
819 inet6 addr: ::1/128 Scope:Host
820 UP LOOPBACK RUNNING MTU:65536 Metric:1
821 RX packets:6 errors:0 dropped:0 overruns:0 frame:0
822 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
823 collisions:0 txqueuelen:1000
824 RX bytes:384 (384.0 B) TX bytes:384 (384.0 B)
825
826root@imx8qmmek:~# cat /sys/firmware/devicetree/base/can\@5a8d0000/status
827disabledroot@imx8qmmek:~# cat /sys/firmware/devicetree/base/can\@5a8e0000/status
828disabledroot@imx8qmmek:~# cat /sys/firmware/devicetree/base/can\@5a8f0000/status
829disabledroot@imx8qmmek:~#