Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- => printenv
- auth_os=auth_cntr ${cntr_addr}
- baudrate=115200
- board_name=MEK
- board_rev=iMX8QM
- boot_fdt=try
- boot_os=booti ${loadaddr} - ${fdt_addr};
- bootcmd=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;
- else run netboot; fi; fi; fi; else booti ${loadaddr} - ${fdt_addr}; fi
- bootcmd_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
- t auto; fi;
- bootdelay=3
- bootscript=echo Running bootscript from mmc ...; source
- cntr_addr=0x98000000
- cntr_file=os_cntr_signed.bin
- commit_atf=70fa7bc
- commit_mkimage=1c2277b9
- commit_scfw=550f3079
- commit_secofw=d7523fe8
- console=ttyLP0
- dom0fdt_file=fsl-imx8qm-mek-dom0.dtb
- domu-android-auto=no
- emmc_dev=0
- eth1addr=00:04:9f:06:66:a0
- ethact=ethernet@5b040000
- ethaddr=00:04:9f:06:66:9f
- ethprime=eth0
- fastboot_dev=mmc1
- fdt_addr=0x83000000
- fdt_file=fsl-imx8qm-mek-rpmsg.dtb
- fdt_high=0xffffffffffffffff
- fdtcontroladdr=8565dd80
- hdp_addr=0x9c000000
- hdp_file=hdmitxfw.bin
- hdprx_addr=0x9c800000
- hdprx_file=hdmirxfw.bin
- image=Image
- initrd_addr=0x83100000
- initrd_high=0xffffffffffffffff
- jh_mmcboot=setenv fdt_file fsl-imx8qm-mek-root.dtb;setenv boot_os 'scu_rm dtb ${fdt_addr}; booti ${loadaddr} - ${fdt_addr};'; run mmcboot;
- jh_netboot=setenv fdt_file fsl-imx8qm-mek-root.dtb;setenv boot_os 'scu_rm dtb ${fdt_addr}; booti ${loadaddr} - ${fdt_addr};'; run netboot;
- kboot=booti
- loadaddr=0x80280000
- loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};
- loadcntr=fatload mmc ${mmcdev}:${mmcpart} ${cntr_addr} ${cntr_file}
- loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}
- loadhdp=fatload mmc ${mmcdev}:${mmcpart} ${hdp_addr} ${hdp_file}
- loadhdprx=fatload mmc ${mmcdev}:${mmcpart} ${hdprx_addr} ${hdprx_file}
- loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}
- loadm4image_0=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${m4_0_image}
- loadm4image_1=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${m4_1_image}
- m4_0_image=m4_0.bin
- m4_1_image=m4_1.bin
- m4boot_0=run loadm4image_0; dcache flush; bootaux ${loadaddr} 0
- m4boot_1=run loadm4image_1; dcache flush; bootaux ${loadaddr} 1
- mfgtool_args=setenv bootargs console=${console},${baudrate} rdinit=/linuxrc clk_ignore_unused
- mmcargs=setenv bootargs console=${console},${baudrate} earlycon root=${mmcroot}
- mmcautodetect=yes
- mmcboot=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
- RR: 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;
- mmcdev=1
- mmcpart=1
- mmcroot=/dev/mmcblk1p2 rootwait rw
- netargs=setenv bootargs console=${console},${baudrate} earlycon root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp
- netboot=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
- r} ${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
- r} ${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;
- panel=NULL
- script=boot.scr
- sd_dev=1
- sec_boot=no
- serial#=0a08200e828964de
- soc_type=imx8qm
- xenboot_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};
- 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
- rgs}"; 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};
- xenhyper_bootargs=console=dtuart dtuart=/serial@5a060000 dom0_mem=2048M dom0_max_vcpus=2 dom0_vcpus_pin=true hmp-unsafe=true
- xenlinux_addr=0x9e000000
- xenlinux_bootargs=
- xenlinux_console=hvc0 earlycon=xen
- xenmmcboot=setenv get_cmd "fatload mmc ${mmcdev}:${mmcpart}";setenv console ${xenlinux_console};run mmcargs;run xenboot_common;
- xennetboot=setenv get_cmd dhcp;setenv console ${xenlinux_console};run netargs;run xenboot_common;
- Environment size: 4956/8188 bytes
- setenv fdt_file "fsl-imx8qm-mek.dtb"
- saveenv
- --- reboot ---
- => run loadfdt
- 98315 bytes read in 14 ms (6.7 MiB/s)
- => fdt addr ${fdt_addr}
- => fdt list /can@5a8d0000
- can@5a8d0000 {
- compatible = "fsl,imx8qm-flexcan", "fsl,imx6q-flexcan";
- reg = <0x00000000 0x5a8d0000 0x00000000 0x00010000>;
- interrupts = <0x00000000 0x000000eb 0x00000004>;
- interrupt-parent = <0x000000bf>;
- clocks = <0x00000003 0x00000086 0x00000003 0x00000088>;
- clock-names = "ipg", "per";
- assigned-clocks = <0x00000003 0x00000088>;
- assigned-clock-rates = <0x02625a00>;
- power-domains = <0x000000c0>;
- status = "okay";
- pinctrl-names = "default";
- pinctrl-0 = <0x000000c1>;
- xceiver-supply = <0x000000c2>;
- };
- => boot
- => boot
- Run CMD11 1.8V switch
- switch to partitions #0, OK
- mmc1 is current device
- Run CMD11 1.8V switch
- 24263168 bytes read in 298 ms (77.6 MiB/s)
- Booting from mmc ...
- 102464 bytes read in 11 ms (8.9 MiB/s)
- Loading hdp firmware from 0x000000009c000000 offset 0x0000000000002000
- Loading hdp firmware Complete
- 102464 bytes read in 10 ms (9.8 MiB/s)
- Loading hdprx firmware from 0x000000009c800000 offset 0x0000000000002000
- Loading hdp rx firmware Complete
- 98315 bytes read in 10 ms (9.4 MiB/s)
- ## Flattened Device Tree blob at 83000000
- Booting using the fdt blob at 0x83000000
- Using Device Tree in place at 0000000083000000, end 000000008301b00a
- Disable i2c@3b230000, resource id 308 not owned
- Disable can@5a8d0000, resource id 105 not owned
- Disable can@5a8e0000, resource id 106 not owned
- Disable can@5a8f0000, resource id 107 not owned
- Disable gpt0@5d140000, resource id 207 not owned
- Disable flexspi@5d120000, resource id 237 not owned
- Disable intmux@37400000, resource id 289 not owned
- Disable intmux@3b400000, resource id 309 not owned
- /dma-controller@5a1f0000, 66816
- /dma-controller@591F0000, 67660
- /dma-controller@591F0000, 67660
- /dma-controller@599F0000, 68704
- Starting kernel ...
- [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
- [ 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
- [ 0.000000] Machine model: Freescale i.MX8QM MEK
- [ 0.000000] efi: Getting EFI parameters from FDT:
- [ 0.000000] efi: UEFI not found.
- [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000096000000, size 960 MiB
- [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
- [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000090400000, size 28 MiB
- [ 0.000000] OF: reserved mem: initialized node rpmsg_dma@90400000, compatible id shared-dma-pool
- [ 0.000000] earlycon: lpuart32 at MMIO 0x000000005a060000 (options '')
- [ 0.000000] bootconsole [lpuart32] enabled
- [ 0.000000] NUMA: No NUMA configuration found
- [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000097fffffff]
- [ 0.000000] NUMA: NODE_DATA [mem 0x97ff70b80-0x97ff7263f]
- [ 0.000000] Zone ranges:
- [ 0.000000] DMA32 [mem 0x0000000080200000-0x00000000ffffffff]
- [ 0.000000] Normal [mem 0x0000000100000000-0x000000097fffffff]
- [ 0.000000] Movable zone start for each node
- [ 0.000000] Early memory node ranges
- [ 0.000000] node 0: [mem 0x0000000080200000-0x0000000083ffffff]
- [ 0.000000] node 0: [mem 0x0000000086400000-0x0000000087ffffff]
- [ 0.000000] node 0: [mem 0x0000000094c00000-0x00000000fdffffff]
- [ 0.000000] node 0: [mem 0x0000000880000000-0x000000097fffffff]
- [ 0.000000] Initmem setup node 0 [mem 0x0000000080200000-0x000000097fffffff]
- [ 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.1
- [ 0.000000] random: get_random_bytes called from start_kernel+0x94/0x400 with crng_init=0
- [ 0.000000] percpu: Embedded 23 pages/cpu @(____ptrval____) s56728 r8192 d29288 u94208
- [ 0.000000] Detected VIPT I-cache on CPU0
- [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
- [ 0.000000] Speculative Store Bypass Disable mitigation not required
- [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
- [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1479240
- [ 0.000000] Policy zone: Normal
- [ 0.000000] Kernel command line: console=ttyLP0,115200 earlycon root=/dev/mmcblk1p2 rootwait rw
- [ 0.000000] software IO TLB: mapped [mem 0xf9fff000-0xfdfff000] (64MB)
- [ 0.000000] Memory: 4837592K/6010880K available (14076K kernel code, 1806K rwdata, 6320K rodata, 1472K init, 431K bss, 190248K reserved, 983040K cma-reserved)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
- [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
- [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
- [ 0.000000] Tasks RCU enabled.
- [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
- [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
- [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
- [ 0.000000] GICv3: Distributor has no Range Selector support
- [ 0.000000] GICv3: no VLPI support, no direct LPI support
- [ 0.000000] ITS: No ITS available, not enabling LPIs
- [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000051b00000
- [ 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.000003] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
- [ 0.011013] Console: colour dummy device 80x25
- [ 0.015182] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
- [ 0.025365] pid_max: default: 32768 minimum: 301
- [ 0.030028] Security Framework initialized
- [ 0.036671] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
- [ 0.044947] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
- [ 0.051802] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
- [ 0.058636] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
- [ 0.089973] ASID allocator initialised with 32768 entries
- [ 0.103055] rcu: Hierarchical SRCU implementation.
- [ 0.117355] *****Initialized MU
- [ 0.120170] ***** imx8_init_pm_domains *****
- [ 0.125977] CPU identified as i.MX8QM, silicon rev 1.1
- [ 0.132661] EFI services will not be available.
- [ 0.144872] smp: Bringing up secondary CPUs ...
- [ 0.182515] Detected VIPT I-cache on CPU1
- [ 0.182546] GICv3: CPU1: found redistributor 1 region 0:0x0000000051b20000
- [ 0.182575] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
- [ 0.214524] Detected VIPT I-cache on CPU2
- [ 0.214539] GICv3: CPU2: found redistributor 2 region 0:0x0000000051b40000
- [ 0.214554] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
- [ 0.246579] Detected VIPT I-cache on CPU3
- [ 0.246593] GICv3: CPU3: found redistributor 3 region 0:0x0000000051b60000
- [ 0.246608] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
- [ 0.280362] CPU features: enabling workaround for EL2 vector hardening
- [ 0.280370] Detected PIPT I-cache on CPU4
- [ 0.280387] GICv3: CPU4: found redistributor 100 region 0:0x0000000051b80000
- [ 0.280404] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
- [ 0.310675] Detected PIPT I-cache on CPU5
- [ 0.310686] GICv3: CPU5: found redistributor 101 region 0:0x0000000051ba0000
- [ 0.310698] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
- [ 0.310758] smp: Brought up 1 node, 6 CPUs
- [ 0.408256] SMP: Total of 6 processors activated.
- [ 0.412943] CPU features: detected: GIC system register CPU interface
- [ 0.419379] CPU features: detected: 32-bit EL0 Support
- [ 0.430743] CPU: All CPU(s) started at EL2
- [ 0.434522] alternatives: patching kernel code
- [ 0.439854] devtmpfs: initialized
- [ 0.456451] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
- [ 0.465897] futex hash table entries: 2048 (order: 5, 131072 bytes)
- [ 0.492994] pinctrl core: initialized pinctrl subsystem
- [ 0.499960] DMI not present or invalid.
- [ 0.503847] NET: Registered protocol family 16
- [ 0.508388] audit: initializing netlink subsys (disabled)
- [ 0.513540] audit: type=2000 audit(0.408:1): state=initialized audit_enabled=0 res=1
- [ 0.521194] cpuidle: using governor menu
- [ 0.525420] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
- [ 0.532486] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
- [ 0.544441] DMA: preallocated 256 KiB pool for atomic allocations
- [ 0.552429] Serial: AMBA PL011 UART driver
- [ 0.556358] imx rpmsg driver is registered.
- [ 0.563101] MU and Power domains initialized
- [ 0.567039] ***** imx8qm_clocks_init *****
- [ 0.575018] random: fast init done
- [ 0.656614] imx8qm-pinctrl iomuxc: Invalid fsl,pins or pins property in node /iomuxc/imx8qm-mek/wifi_initgrp
- [ 0.666123] imx8qm-pinctrl iomuxc: initialized IMX pinctrl driver
- [ 0.701424] mxs_phy 5b100000.usbphy: 5b100000.usbphy supply phy-3p0 not found, using dummy regulator
- [ 0.710288] mxs_phy 5b100000.usbphy: Linked as a consumer to regulator.0
- [ 0.736138] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
- [ 0.742855] cryptd: max_cpu_qlen set to 1000
- [ 0.755886] ACPI: Interpreter disabled.
- [ 0.776456] vgaarb: loaded
- [ 0.779093] SCSI subsystem initialized
- [ 0.782986] usbcore: registered new interface driver usbfs
- [ 0.788171] usbcore: registered new interface driver hub
- [ 0.793496] usbcore: registered new device driver usb
- [ 0.798784] usb_phy_generic usbphynop1: usbphynop1 supply vcc not found, using dummy regulator
- [ 0.807124] usb_phy_generic usbphynop1: Linked as a consumer to regulator.0
- [ 0.814132] usb_phy_generic usbphynop2: usbphynop2 supply vcc not found, using dummy regulator
- [ 0.822658] usb_phy_generic usbphynop2: Linked as a consumer to regulator.0
- [ 0.831549] i2c i2c-2: LPI2C adapter registered
- [ 0.836915] i2c i2c-3: LPI2C adapter registered
- [ 0.842157] max732x 4-0068: failed reading
- [ 0.845931] max732x: probe of 4-0068 failed with error -5
- [ 0.852067] i2c i2c-4: LPI2C adapter registered
- [ 0.856859] i2c i2c-5: LPI2C adapter registered
- [ 0.861953] i2c i2c-6: LPI2C adapter registered
- [ 0.867033] i2c i2c-7: LPI2C adapter registered
- [ 0.872161] i2c i2c-8: LPI2C adapter registered
- [ 0.877111] i2c i2c-9: LPI2C adapter registered
- [ 0.883043] media: Linux media interface: v0.10
- [ 0.887337] videodev: Linux video capture interface: v2.00
- [ 0.892995] pps_core: LinuxPPS API ver. 1 registered
- [ 0.897791] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
- [ 0.906826] PTP clock support registered
- [ 0.912138] Advanced Linux Sound Architecture Driver Initialized.
- [ 0.918453] Bluetooth: Core ver 2.22
- [ 0.921707] NET: Registered protocol family 31
- [ 0.926124] Bluetooth: HCI device and connection manager initialized
- [ 0.932465] Bluetooth: HCI socket layer initialized
- [ 0.937329] Bluetooth: L2CAP socket layer initialized
- [ 0.942382] Bluetooth: SCO socket layer initialized
- [ 0.947608] clocksource: Switched to clocksource arch_sys_counter
- [ 0.953533] VFS: Disk quotas dquot_6.6.0
- [ 0.957322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
- [ 0.964311] pnp: PnP ACPI: disabled
- [ 0.973622] NET: Registered protocol family 2
- [ 0.978293] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
- [ 0.985935] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
- [ 0.993542] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
- [ 1.000722] TCP: Hash tables configured (established 65536 bind 65536)
- [ 1.007045] UDP hash table entries: 4096 (order: 5, 131072 bytes)
- [ 1.013166] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
- [ 1.019772] NET: Registered protocol family 1
- [ 1.024473] RPC: Registered named UNIX socket transport module.
- [ 1.030060] RPC: Registered udp transport module.
- [ 1.034753] RPC: Registered tcp transport module.
- [ 1.039443] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 1.047088] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
- [ 1.055189] kvm [1]: 8-bit VMID
- [ 1.058543] kvm [1]: vgic-v2@52020000
- [ 1.061883] kvm [1]: GIC system register CPU interface enabled
- [ 1.067782] kvm [1]: vgic interrupt IRQ1
- [ 1.071719] kvm [1]: Hyp mode initialized successfully
- [ 1.079737] Initialise system trusted keyrings
- [ 1.083953] workingset: timestamp_bits=44 max_order=21 bucket_order=0
- [ 1.095992] squashfs: version 4.0 (2009/01/31) Phillip Lougher
- [ 1.102093] NFS: Registering the id_resolver key type
- [ 1.106822] Key type id_resolver registered
- [ 1.110971] Key type id_legacy registered
- [ 1.114976] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
- [ 1.121676] jffs2: version 2.2. (NAND) ?© 2001-2006 Red Hat, Inc.
- [ 1.128382] 9p: Installing v9fs 9p2000 file system support
- [ 1.133608] pstore: using deflate compression
- [ 1.142325] Key type asymmetric registered
- [ 1.146095] Asymmetric key parser 'x509' registered
- [ 1.151000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
- [ 1.158345] io scheduler noop registered
- [ 1.162357] io scheduler cfq registered (default)
- [ 1.166944] io scheduler mq-deadline registered
- [ 1.171453] io scheduler kyber registered
- [ 1.196153] imx6q-pcie 5f000000.pcie: Linked as a consumer to regulator.1
- [ 1.202683] imx6q-pcie 5f000000.pcie: No cache used with register defaults set!
- [ 1.209995] imx6q-pcie 5f000000.pcie: host bridge /hsio/pcie@5f000000 ranges:
- [ 1.217038] imx6q-pcie 5f000000.pcie: No bus range found for /hsio/pcie@5f000000, using [bus 00-ff]
- [ 1.226257] imx6q-pcie 5f000000.pcie: IO 0x6ff80000..0x6ff8ffff -> 0x00000000
- [ 1.233636] imx6q-pcie 5f000000.pcie: MEM 0x60000000..0x6fefffff -> 0x60000000
- [ 1.487955] imx6q-pcie 5f000000.pcie: phy link never came up
- [ 1.493282] imx6q-pcie 5f000000.pcie: failed to initialize host
- [ 1.499180] imx6q-pcie 5f000000.pcie: unable to add pcie port.
- [ 1.505154] imx6q-pcie 5f000000.pcie: Dropping the link to regulator.1
- [ 1.511586] imx6q-pcie: probe of 5f000000.pcie failed with error -110
- [ 1.518938] pwm-backlight lvds_backlight@0: lvds_backlight@0 supply power not found, using dummy regulator
- [ 1.528318] pwm-backlight lvds_backlight@0: Linked as a consumer to regulator.0
- [ 1.536818] pwm-backlight lvds_backlight@1: lvds_backlight@1 supply power not found, using dummy regulator
- [ 1.546171] pwm-backlight lvds_backlight@1: Linked as a consumer to regulator.0
- [ 1.563727] Bus freq driver module loaded
- [ 1.567830] seco_mu 31560000.mu: current SECO FW do not support SHE
- [ 1.573786] seco_mu: probe of 31560000.mu failed with error -524
- [ 1.579844] seco_mu 31570000.mu: current SECO FW do not support SHE
- [ 1.586022] seco_mu: probe of 31570000.mu failed with error -524
- [ 1.592092] seco_mu 31580000.mu: current SECO FW do not support SHE
- [ 1.598271] seco_mu: probe of 31580000.mu failed with error -524
- [ 1.612962] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
- [ 1.621900] SuperH (H)SCI(F) driver initialized
- [ 1.627248] msm_serial: driver initialized
- [ 1.631838] 5a060000.serial: ttyLP0 at MMIO 0x5a060010 (irq = 70, base_baud = 5000000) is a FSL_LPUAR[ 1.643004] console [ttyLP0] enabled
- [ 1.643004] console [ttyLP0] enabled
- [ 1.649988] bootconsole [lpuart32] disabled
- [ 1.649988] bootconsole [lpuart32] disabled
- [ 1.658555] fsl-lpuart 5a060000.serial: NO DMA tx channel, run at cpu mode
- [ 1.665443] fsl-lpuart 5a060000.serial: NO DMA rx channel, run at cpu mode
- [ 1.672821] 5a070000.serial: ttyLP1 at MMIO 0x5a070010 (irq = 71, base_baud = 5000000) is a FSL_LPUART
- [ 1.682678] imx8qm-pinctrl iomuxc: pin_config_set op failed for pin 13
- [ 1.689223] fsl-lpuart 5a090000.serial: Error applying setting, reverse things back
- [ 1.697154] 5a090000.serial: ttyLP3 at MMIO 0x5a090010 (irq = 72, base_baud = 5000000) is a FSL_LPUART
- [ 1.709473] arm-smmu 51400000.iommu: probing hardware configuration...
- [ 1.716012] arm-smmu 51400000.iommu: SMMUv2 with:
- [ 1.720732] arm-smmu 51400000.iommu: stage 1 translation
- [ 1.726141] arm-smmu 51400000.iommu: stage 2 translation
- [ 1.731550] arm-smmu 51400000.iommu: nested translation
- [ 1.736868] arm-smmu 51400000.iommu: stream matching with 32 register groups
- [ 1.744012] arm-smmu 51400000.iommu: 32 context banks (0 stage-2 only)
- [ 1.750640] arm-smmu 51400000.iommu: Supported page sizes: 0x61311000
- [ 1.757179] arm-smmu 51400000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
- [ 1.763711] arm-smmu 51400000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
- [ 1.813978] imx8-dpr-channel 560d0000.dpr-channel: Linked as a consumer to 56040000.prg
- [ 1.822137] imx8-dpr-channel 560e0000.dpr-channel: Linked as a consumer to 56050000.prg
- [ 1.830164] imx8-dpr-channel 560e0000.dpr-channel: Linked as a consumer to 56040000.prg
- [ 1.838317] imx8-dpr-channel 560f0000.dpr-channel: Linked as a consumer to 56060000.prg
- [ 1.848471] imx8-dpr-channel 56100000.dpr-channel: Linked as a consumer to 56070000.prg
- [ 1.856494] imx8-dpr-channel 56100000.dpr-channel: Linked as a consumer to 56080000.prg
- [ 1.866617] imx8-dpr-channel 56110000.dpr-channel: Linked as a consumer to 56090000.prg
- [ 1.874645] imx8-dpr-channel 56110000.dpr-channel: Linked as a consumer to 560a0000.prg
- [ 1.884775] imx8-dpr-channel 56120000.dpr-channel: Linked as a consumer to 560b0000.prg
- [ 1.892800] imx8-dpr-channel 56120000.dpr-channel: Linked as a consumer to 560c0000.prg
- [ 1.902985] imx8-dpr-channel 570d0000.dpr-channel: Linked as a consumer to 57040000.prg
- [ 1.911130] imx8-dpr-channel 570e0000.dpr-channel: Linked as a consumer to 57050000.prg
- [ 1.919157] imx8-dpr-channel 570e0000.dpr-channel: Linked as a consumer to 57040000.prg
- [ 1.927315] imx8-dpr-channel 570f0000.dpr-channel: Linked as a consumer to 57060000.prg
- [ 1.937473] imx8-dpr-channel 57100000.dpr-channel: Linked as a consumer to 57070000.prg
- [ 1.945498] imx8-dpr-channel 57100000.dpr-channel: Linked as a consumer to 57080000.prg
- [ 1.955649] imx8-dpr-channel 57110000.dpr-channel: Linked as a consumer to 57090000.prg
- [ 1.963673] imx8-dpr-channel 57110000.dpr-channel: Linked as a consumer to 570a0000.prg
- [ 1.973801] imx8-dpr-channel 57120000.dpr-channel: Linked as a consumer to 570b0000.prg
- [ 1.981820] imx8-dpr-channel 57120000.dpr-channel: Linked as a consumer to 570c0000.prg
- [ 1.993289] dpu-core 56180000.dpu: Linked as a consumer to 56100000.dpr-channel
- [ 2.000623] dpu-core 56180000.dpu: Linked as a consumer to 56110000.dpr-channel
- [ 2.007955] dpu-core 56180000.dpu: Linked as a consumer to 560f0000.dpr-channel
- [ 2.015283] dpu-core 56180000.dpu: Linked as a consumer to 56120000.dpr-channel
- [ 2.022607] dpu-core 56180000.dpu: Linked as a consumer to 56020000.pixel-combiner
- [ 2.030961] dpu-core 56180000.dpu: driver probed
- [ 2.036373] dpu-core 57180000.dpu: Linked as a consumer to 57100000.dpr-channel
- [ 2.043701] dpu-core 57180000.dpu: Linked as a consumer to 57110000.dpr-channel
- [ 2.051022] dpu-core 57180000.dpu: Linked as a consumer to 570f0000.dpr-channel
- [ 2.058351] dpu-core 57180000.dpu: Linked as a consumer to 57120000.dpr-channel
- [ 2.065682] dpu-core 57180000.dpu: Linked as a consumer to 57020000.pixel-combiner
- [ 2.073811] dpu-core 57180000.dpu: driver probed
- [ 2.081741] adv7511 2-003d: 2-003d supply avdd not found, using dummy regulator
- [ 2.089107] adv7511 2-003d: Linked as a consumer to regulator.0
- [ 2.095043] adv7511 2-003d: 2-003d supply dvdd not found, using dummy regulator
- [ 2.102392] adv7511 2-003d: 2-003d supply pvdd not found, using dummy regulator
- [ 2.109744] adv7511 2-003d: 2-003d supply a2vdd not found, using dummy regulator
- [ 2.117176] adv7511 2-003d: 2-003d supply v3p3 not found, using dummy regulator
- [ 2.124532] adv7511 2-003d: 2-003d supply v1p2 not found, using dummy regulator
- [ 2.132360] adv7511 2-003d: Probe failed. Remote port 'mipi_dsi_bridge@56228000' disabled
- [ 2.140729] adv7511 3-003d: 3-003d supply avdd not found, using dummy regulator
- [ 2.148165] adv7511 3-003d: Linked as a consumer to regulator.0
- [ 2.154125] adv7511 3-003d: 3-003d supply dvdd not found, using dummy regulator
- [ 2.161492] adv7511 3-003d: 3-003d supply pvdd not found, using dummy regulator
- [ 2.168863] adv7511 3-003d: 3-003d supply a2vdd not found, using dummy regulator
- [ 2.176303] adv7511 3-003d: 3-003d supply v3p3 not found, using dummy regulator
- [ 2.183649] adv7511 3-003d: 3-003d supply v1p2 not found, using dummy regulator
- [ 2.191399] adv7511 3-003d: Probe failed. Remote port 'mipi_dsi_bridge@57228000' disabled
- [ 2.200554] it6263 6-004c: Probe failed. Remote port 'lvds-channel@0' disabled
- [ 2.208300] it6263 7-004c: Probe failed. Remote port 'lvds-channel@0' disabled
- [ 2.218560] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
- [ 2.225251] [drm] No driver support for vblank timestamp query.
- [ 2.231276] dpu-core 56180000.dpu: Linked as a consumer to 560d0000.dpr-channel
- [ 2.238603] dpu-core 56180000.dpu: Linked as a consumer to 560e0000.dpr-channel
- [ 2.245937] imx-drm display-subsystem: bound imx-drm-dpu-bliteng.2 (ops dpu_bliteng_ops)
- [ 2.254077] dpu-core 57180000.dpu: Linked as a consumer to 570d0000.dpr-channel
- [ 2.261404] dpu-core 57180000.dpu: Linked as a consumer to 570e0000.dpr-channel
- [ 2.268733] imx-drm display-subsystem: bound imx-drm-dpu-bliteng.5 (ops dpu_bliteng_ops)
- [ 2.277590] imx-drm display-subsystem: bound imx-dpu-crtc.0 (ops dpu_crtc_ops)
- [ 2.285250] imx-drm display-subsystem: bound imx-dpu-crtc.1 (ops dpu_crtc_ops)
- [ 2.292891] imx-drm display-subsystem: bound imx-dpu-crtc.3 (ops dpu_crtc_ops)
- [ 2.300541] imx-drm display-subsystem: bound imx-dpu-crtc.4 (ops dpu_crtc_ops)
- [ 2.307878] nwl_dsi-imx mipi_dsi@56228000: No bridge found, skipping encoder creation
- [ 2.315720] imx-drm display-subsystem: bound mipi_dsi@56228000 (ops imx_nwl_dsi_component_ops)
- [ 2.324388] nwl_dsi-imx mipi_dsi@57228000: No bridge found, skipping encoder creation
- [ 2.332234] imx-drm display-subsystem: bound mipi_dsi@57228000 (ops imx_nwl_dsi_component_ops)
- [ 2.340895] [drm] Cannot find any crtc or sizes
- [ 2.345927] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0
- [ 2.360721] loop: module loaded
- [ 2.364841] input: fxos8700 as /devices/platform/5a800000.i2c/i2c-4/4-001e/input/input0
- [ 2.374835] fxos8700 device driver probe successfully
- [ 2.375568] input: fxas2100x as /devices/platform/5a800000.i2c/i2c-4/4-0020/input/input1
- [ 2.389410] fxas2100x 4-0020: fxas2100x device driver probe successfully
- [ 2.398890] iommu: Adding device 5f020000.sata to group 0
- [ 2.407730] ahci-imx 5f020000.sata: imx8qm sata only supports 32bit dma.
- [ 2.414444] ahci-imx 5f020000.sata: ext_osc is not specified.
- [ 2.420202] ahci-imx 5f020000.sata: phy impedance ratio is not specified.
- [ 2.427045] ahci-imx 5f020000.sata: No cache used with register defaults set!
- [ 2.435056] ahci-imx 5f020000.sata: external osc is used.
- [ 2.443279] ahci-imx 5f020000.sata: no ahb clock.
- [ 2.448054] ahci-imx 5f020000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
- [ 2.456950] ahci-imx 5f020000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sadm sds apst
- [ 2.467771] scsi host0: ahci-imx
- [ 2.471283] ata1: SATA max UDMA/133 mmio [mem 0x5f020000-0x5f02ffff] port 0x100 irq 145
- [ 2.481683] slram: not enough parameters.
- [ 2.489701] libphy: Fixed MDIO Bus: probed
- [ 2.494149] NXP PHY: loading NXP PHY driver: [autonomous mode]
- [ 2.500146] tun: Universal TUN/TAP device driver, 1.6
- [ 2.505383] CAN device driver interface
- [ 2.512047] iommu: Adding device 5b040000.ethernet to group 1
- [ 2.518409] fec 5b040000.ethernet: 5b040000.ethernet supply phy not found, using dummy regulator
- [ 2.527258] fec 5b040000.ethernet: Linked as a consumer to regulator.0
- [ 2.534109] pps pps0: new PPS source ptp0
- [ 2.539879] libphy: fec_enet_mii_bus: probed
- [ 2.544570] mdio_bus 5b040000.ethernet-1: MDIO device at address 1 is missing.
- [ 2.552314] fec 5b040000.ethernet eth0: registered PHC device 0
- [ 2.558869] iommu: Adding device 5b050000.ethernet to group 1
- [ 2.566214] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
- [ 2.572061] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
- [ 2.578035] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
- [ 2.585002] igb: Copyright (c) 2007-2014 Intel Corporation.
- [ 2.590620] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
- [ 2.598463] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
- [ 2.604999] sky2: driver version 1.30
- [ 2.612496] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 2.619047] ehci-pci: EHCI PCI platform driver
- [ 2.623540] ehci-platform: EHCI generic platform driver
- [ 2.629102] ehci-orion: EHCI orion driver
- [ 2.633324] ehci-exynos: EHCI EXYNOS driver
- [ 2.637667] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
- [ 2.643891] ohci-pci: OHCI PCI platform driver
- [ 2.648379] ohci-platform: OHCI generic platform driver
- [ 2.653827] ohci-exynos: OHCI EXYNOS driver
- [ 2.658861] usbcore: registered new interface driver usb-storage
- [ 2.664955] usbcore: registered new interface driver usb_ehset_test
- [ 2.672582] usbmisc_imx 5b0d0200.usbmisc: 5b0d0200.usbmisc supply vbus-wakeup not found, using dummy regulator
- [ 2.682648] usbmisc_imx 5b0d0200.usbmisc: Linked as a consumer to regulator.0
- [ 2.690045] usbmisc_imx 5b0e0200.usbmisc: 5b0e0200.usbmisc supply vbus-wakeup not found, using dummy regulator
- [ 2.700095] usbmisc_imx 5b0e0200.usbmisc: Linked as a consumer to regulator.0
- [ 2.708212] imx_usb 5b0d0000.usb: 5b0d0000.usb supply vbus not found, using dummy regulator
- [ 2.716640] imx_usb 5b0d0000.usb: Linked as a consumer to regulator.0
- [ 2.740990] input: sc-powerkey as /devices/platform/sc-powerkey/input/input2
- [ 2.749217] read mpl3115 chip id 0xc4
- [ 2.753016] input: mpl3115 as /devices/virtual/input/input3
- [ 2.759332] mpl3115 device driver probe successfully
- [ 2.759555] isl29023 4-0044: 4-0044 supply vdd not found, using dummy regulator
- [ 2.771892] isl29023 4-0044: Linked as a consumer to regulator.0
- [ 2.784697] input: isl29023 light sensor as /devices/virtual/input/input4
- [ 2.791746] isl29023 4-0044: driver version 1.0 enabled
- [ 2.793794] ata1: SATA link down (SStatus 0 SControl 300)
- [ 2.798414] imx_sc_rtc rtc: rtc core: registered rtc as rtc0
- [ 2.808535] i2c /dev entries driver
- [ 2.820991] mxc-mipi-csi2 58227000.csi: mipi_csi2_probe
- [ 2.844397] mxc-mipi-csi2 58247000.csi: mipi_csi2_probe
- [ 2.879779] max9286_mipi 8-006a: max9286_read_reg:read reg error: reg=1e
- [ 2.886500] max9286 is not found, chip id reg 0x1e = 0xffffffff.
- [ 2.903773] max9286_mipi 9-006a: max9286_read_reg:read reg error: reg=1e
- [ 2.910494] max9286 is not found, chip id reg 0x1e = 0xffffffff.
- [ 2.916973] mx8-img-md: Registered mxc_isi.0.capture as /dev/video0
- [ 2.923370] mx8-img-md: Registered mxc_isi.1.capture as /dev/video1
- [ 2.929751] mx8-img-md: Registered mxc_isi.2.capture as /dev/video2
- [ 2.936143] mx8-img-md: Registered mxc_isi.3.capture as /dev/video3
- [ 2.942530] mx8-img-md: Registered mxc_isi.4.capture as /dev/video4
- [ 2.948934] mx8-img-md: Registered mxc_isi.5.capture as /dev/video5
- [ 2.955327] mx8-img-md: Registered mxc_isi.6.capture as /dev/video6
- [ 2.961718] mx8-img-md: Registered mxc_isi.7.capture as /dev/video7
- [ 2.968081] mxc-isi 58170000.isi: register m2m device success
- [ 2.974056] mxc-isi 58100000.isi: mxc_md_unregister_all unregister ISI channel[0]
- [ 2.981631] mxc-isi 58110000.isi: mxc_md_unregister_all unregister ISI channel[1]
- [ 2.989211] mxc-isi 58120000.isi: mxc_md_unregister_all unregister ISI channel[2]
- [ 2.996781] mxc-isi 58130000.isi: mxc_md_unregister_all unregister ISI channel[3]
- [ 3.004346] mxc-isi 58140000.isi: mxc_md_unregister_all unregister ISI channel[4]
- [ 3.011919] mxc-isi 58150000.isi: mxc_md_unregister_all unregister ISI channel[5]
- [ 3.019484] mxc-isi 58160000.isi: mxc_md_unregister_all unregister ISI channel[6]
- [ 3.027054] mxc-isi 58170000.isi: mxc_md_unregister_all unregister ISI channel[7]
- [ 3.035363] mxc-jpeg 58400000.jpegdec: decoder device registered as /dev/video0 (81,0)
- [ 3.043914] mxc-jpeg 58450000.jpegenc: encoder device registered as /dev/video1 (81,1)
- [ 3.058155] Bluetooth: HCI UART driver ver 2.3
- [ 3.062612] Bluetooth: HCI UART protocol H4 registered
- [ 3.067756] Bluetooth: HCI UART protocol BCSP registered
- [ 3.073078] Bluetooth: HCI UART protocol ATH3K registered
- [ 3.078512] Bluetooth: HCI UART protocol Three-wire (H5) registered
- [ 3.084911] Bluetooth: HCI UART protocol Broadcom registered
- [ 3.090602] Bluetooth: HCI UART protocol QCA registered
- [ 3.096962] sdhci: Secure Digital Host Controller Interface driver
- [ 3.103153] sdhci: Copyright(c) Pierre Ossman
- [ 3.107858] Synopsys Designware Multimedia Card Interface Driver
- [ 3.115496] sdhci-pltfm: SDHCI platform and OF driver helper
- [ 3.122765] iommu: Adding device 5b010000.usdhc to group 2
- [ 3.128718] mmc0: CQHCI version 5.10
- [ 3.165934] mmc0: SDHCI controller on 5b010000.usdhc [5b010000.usdhc] using ADMA
- [ 3.175364] iommu: Adding device 5b020000.usdhc to group 2
- [ 3.181179] mmc1: CQHCI version 5.10
- [ 3.185982] sdhci-esdhc-imx 5b020000.usdhc: Got CD GPIO
- [ 3.191248] sdhci-esdhc-imx 5b020000.usdhc: Got WP GPIO
- [ 3.196623] sdhci-esdhc-imx 5b020000.usdhc: Linked as a consumer to regulator.2
- [ 3.237435] mmc1: SDHCI controller on 5b020000.usdhc [5b020000.usdhc] using ADMA
- [ 3.254477] mxc_mlb150 5b060000.mlb: 5b060000.mlb supply reg_nvcc not found, using dummy regulator
- [ 3.263517] mxc_mlb150 5b060000.mlb: Linked as a consumer to regulator.0
- [ 3.271621] mxc_mlb150 5b060000.mlb: enalbe regulator
- [ 3.276692] mxc_mlb150 5b060000.mlb: no iram assigned, using external mem
- [ 3.284253] mxc_emvsim 5a0d0000.sim0: emvsim register success
- [ 3.307964] ledtrig-cpu: registered to indicate activity on CPUs
- [ 3.316337] mmc0: new HS400 MMC card at address 0001
- [ 3.317744] caam 31400000.caam: ERA source: device tree.
- [ 3.322162] mmcblk0: mmc0:0001 R1J57L 29.1 GiB
- [ 3.331745] mmcblk0boot0: mmc0:0001 R1J57L partition 1 8.00 MiB
- [ 3.338161] mmcblk0boot1: mmc0:0001 R1J57L partition 2 8.00 MiB
- [ 3.344256] mmcblk0rpmb: mmc0:0001 R1J57L partition 3 4.00 MiB, chardev (236:0)
- [ 3.353011] caam algorithms registered in /proc/crypto
- [ 3.361063] caam_jr 31430000.jr2: registering rng-caam
- [ 3.366555] caam 31400000.caam: caam pkc algorithms registered in /proc/crypto
- [ 3.375943] platform caam_sm: blkkey_ex: 8 keystore units available
- [ 3.382456] caam 31400000.caam: SM test passed
- [ 3.387895] usbcore: registered new interface driver usbhid
- [ 3.393478] usbhid: USB HID core driver
- [ 3.399027] imx8qxp_adc 5a880000.adc: Linked as a consumer to regulator.4
- [ 3.409600] optee: probing for conduit method from DT.
- [ 3.414780] optee: revision 3.2 (6a22e6e8)
- [ 3.415017] optee: initialized driver
- [ 3.430525] ***** imx8qm_acm_init *****
- [ 3.456024] imx-cs42888 sound-cs42888: failed to find codec platform device
- [ 3.463023] imx-cs42888: probe of sound-cs42888 failed with error -22
- [ 3.470232] imx-wm8960 sound: wm8960-hifi <-> 59050000.sai mapping ok
- [ 3.476728] imx-wm8960 sound: ASoC: no source widget found for ASRC-Playback
- [ 3.483792] imx-wm8960 sound: ASoC: Failed to add route ASRC-Playback -> direct -> CPU-Playback
- [ 3.492502] imx-wm8960 sound: ASoC: no sink widget found for ASRC-Capture
- [ 3.499303] imx-wm8960 sound: ASoC: Failed to add route CPU-Capture -> direct -> ASRC-Capture
- [ 3.507846] imx-wm8960 sound: ASoC: no DMI vendor name!
- [ 3.627868] fsl-audmix 59840000.audmix: DAI FE name:HiFi-AUDMIX-FE-ai@59820000
- [ 3.635151] fsl-audmix 59840000.audmix: DAI FE name:HiFi-AUDMIX-FE-ai@59830000
- [ 3.642428] imx-audmix imx-audmix.0: DMA mask not set
- [ 3.643143] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
- [ 3.647789] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> 59820000.sai mapping ok
- [ 3.654925] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
- [ 3.661798] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> 59830000.sai mapping ok
- [ 3.671331] mmcblk1: p1 p2
- [ 3.673778] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> audmix-0 mapping ok
- [ 3.683821] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> audmix-1 mapping ok
- [ 3.691081] imx-audmix imx-audmix.0: ASoC: no DMI vendor name!
- [ 3.698276] NET: Registered protocol family 26
- [ 3.703288] NET: Registered protocol family 10
- [ 3.708309] Segment Routing with IPv6
- [ 3.712028] NET: Registered protocol family 17
- [ 3.716485] can: controller area network core (rev 20170425 abi 9)
- [ 3.722783] NET: Registered protocol family 29
- [ 3.727236] can: raw protocol (rev 20170425)
- [ 3.731524] can: broadcast manager protocol (rev 20170425 t)
- [ 3.737194] can: netlink gateway (rev 20170425) max_hops=1
- [ 3.742842] Bluetooth: RFCOMM TTY layer initialized
- [ 3.747735] Bluetooth: RFCOMM socket layer initialized
- [ 3.752890] Bluetooth: RFCOMM ver 1.11
- [ 3.756654] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
- [ 3.761974] Bluetooth: BNEP filters: protocol multicast
- [ 3.767208] Bluetooth: BNEP socket layer initialized
- [ 3.772188] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
- [ 3.778120] Bluetooth: HIDP socket layer initialized
- [ 3.783146] lib80211: common routines for IEEE802.11 drivers
- [ 3.788843] 9pnet: Installing 9P2000 support
- [ 3.793173] Key type dns_resolver registered
- [ 3.797983] registered taskstats version 1
- [ 3.802093] Loading compiled-in X.509 certificates
- [ 3.834216] imx8_cpufreq_init: cluster 0 running at freq 1200 MHz, suspend freq 1200 MHz
- [ 3.842806] imx8_cpufreq_init: cluster 1 running at freq 1596 MHz, suspend freq 1596 MHz
- [ 3.872101] imx_sc_rtc rtc: setting system clock to 1970-01-01 00:05:39 UTC (339)
- [ 3.880162] cfg80211: Loading compiled-in X.509 certificates for regulatory database
- [ 3.888829] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
- [ 3.895438] platform regulatory.0: Falling back to syfs fallback for: regulatory.db
- [ 3.902708] vref_1v8: disabling
- [ 3.906255] ALSA device list:
- [ 3.909230] #0: wm8960-audio
- [ 3.912294] #1: imx-audmix
- [ 3.931842] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
- [ 3.939994] VFS: Mounted root (ext4 filesystem) on device 179:98.
- [ 3.952025] devtmpfs: mounted
- [ 3.955770] Freeing unused kernel memory: 1472K
- [ 3.960584] Run /sbin/init as init process
- [ 4.098045] systemd[1]: System time before build time, advancing clock.
- [ 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
- -hierarchy=hybrid)
- [ 4.138694] systemd[1]: Detected architecture arm64.
- Welcome to NXP i.MX Release Distro 4.19-warrior (warrior)!
- [ 4.170945] systemd[1]: Set hostname to <imx8qmmek>.
- [ 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.
- [ 4.288917] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
- [ 4.477744] random: systemd: uninitialized urandom read (16 bytes read)
- [ 4.484915] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
- [ OK ] Started Dispatch Password Requests to Console Directory Watch.
- [ 4.511745] random: systemd: uninitialized urandom read (16 bytes read)
- [ 4.518615] systemd[1]: Reached target Swap.
- [ OK ] Reached target Swap.
- [ 4.535683] random: systemd: uninitialized urandom read (16 bytes read)
- [ 4.542362] systemd[1]: Reached target Host and Network Name Lookups.
- [ OK ] Reached target Host and Network Name Lookups.
- [ 4.559904] systemd[1]: Listening on initctl Compatibility Named Pipe.
- [ OK ] Listening on initctl Compatibility Named Pipe.
- [ 4.580040] systemd[1]: Listening on udev Kernel Socket.
- [ OK ] Listening on udev Kernel Socket.
- [ OK ] Listening on Journal Socket (/dev/log).
- [ OK ] Started Forward Password Requests to Wall Directory Watch.
- [ OK ] Listening on Journal Audit Socket.
- [ OK ] Reached target Remote File Systems.
- [ OK ] Created slice User and Session Slice.
- [ OK ] Reached target Slices.
- [ OK ] Listening on Network Service Netlink Socket.
- [ OK ] Reached target Paths.
- [ OK ] Listening on udev Control Socket.
- [ OK ] Created slice system-getty.slice.
- [ OK ] Created slice system-serial\x2dgetty.slice.
- [ OK ] Listening on Journal Socket.
- Mounting Huge Pages File System...
- Starting Setup Virtual Console...
- Starting Create list of required st??…ce nodes for the current kernel...
- Starting Remount Root and Kernel File Systems...
- Mounting POSIX Message Queue File System...
- [ 4.818824] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
- Mounting Kernel Debug File System...
- Starting udev Coldplug all Devices...
- Starting Load Kernel Modules...
- Mounting Temporary Directory (/tmp)...
- [ OK [ 4.904840] galcore: loading out-of-tree module taints kernel.
- ] Listening on Syslog Socket.
- Starting Journal Service...
- [ 4.931043] Galcore version 6.4.0.228766
- [ OK ] Mounted Huge Pages File System.
- [ OK ] Started Setup Virtual Console.
- [ OK ] Started Create list of required sta??…vice nodes for the current kernel.
- [ OK ] Started Remount Root and Kernel File Systems.
- [ OK ] Mounted POSIX Message Queue File System.
- [ OK ] Mounted Kernel Debug File System.
- [ OK ] Mounted Temporary Directory (/tmp).
- Starting Create Static Device Nodes in /dev...
- [ OK ] Started Journal Service.
- [ OK ] Started Load Kernel Modules.
- [ OK ] Started Create Static Device Nodes in /dev.
- Starting udev Kernel Device Manager...
- [ OK ] Reached target Local File Systems (Pre).
- [ OK ] Reached target Containers.
- Mounting /var/volatile...
- Mounting Kernel Configuration File System...
- Starting Apply Kernel Variables...
- Starting Flush Journal to Persistent Storage...
- [ OK ] Started udev Kernel Device Manager.
- [ OK ] Mounted /var/volatile.
- [ OK ] Mounted Kernel Configuration File System.
- [ OK ] Started Apply Kernel Variables.
- [ OK ] Started udev Coldplug all Devices.
- Starting Load/Save Random Seed...
- [ OK ] Reached target Local File Systems.
- Starting Start Psplash Boot Screen...
- [ OK ] Started Load/Save Random Seed.
- [ OK ] Started Start Psplash Boot Screen.
- [ 5.396228] [VPU Encoder] enable mu for core[0]
- [ 5.408371] [VPU Encoder] vpu encoder core[0] firmware version is 1.2.4
- [ 5.409083] systemd-journald[2387]: Received request to flush runtime journal from PID 1
- [ OK ] Found device /dev/ttyLP0.
- [ OK ] Started Flush Journal to Persistent Storage.
- [ 5.487044] cfg80211: failed to load regulatory.db
- [ OK ] Created slice system-systemd\x2dbacklight.slice.
- Starting Load/Save Screen Backlight??…s of backlight:lvds_backlight@1...
- Starting Load/Save Screen Backlight??…s of backlight:lvds_backlight@0...
- Starting Setup Virtual Console...
- Starting Create Volatile Files and Directories...
- [ OK ] Started Load/Save Screen Backlight ??…ess of backlight:lvds_backlight@1.
- [ OK ] Started Load/Save Screen Backlight ??…ess of backlight:lvds_backlight@0.
- [ OK ] Started Setup Virtual Console.
- [ OK ] Started Create Volatile Files and Directories.
- Starting Update UTMP about System Boot/Shutdown...
- Starting Network Time Synchronization...
- Starting Network Service...
- Starting Start Psplash Boot Screen...
- [ OK ] Started Start Psplash Boot Screen.
- [ OK ] Started Network Service.
- [ OK ] Created slice system-systemd\x2dfsck.slice.
- [ OK ] Started Update UTMP about System Boot/Shutdown.
- [ OK ] Found device /dev/mmcblk1p1.
- [ OK ] Started Network Time Synchronization.
- [ OK ] Reached target System Time Synchronized.
- Starting File System Check on /dev/mmcblk1p1...
- [ OK ] Reached target System Initialization.
- [ OK ] Listening on D-Bus System Message Bus Socket.
- [ OK ] Listening on RPCbind Server Activation Socket.
- [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
- [ OK ] Started Daily Cleanup of Temporary Directories.
- [ OK ] Listening on dropbear.socket.
- [ OK ] Reached target Sockets.
- [ OK ] Reached target Basic System.
- Starting Shift Daemon...
- Starting System Logging Service...
- Starting Telephony service...
- [ OK ] Started D-Bus System Message Bus.
- Starting Connection service...
- [ OK ] Started Job spooling tools.
- [ OK ] Started Periodic Command Scheduler.
- [ OK ] Started Configuration for i.MX GPU (Former rc_gpu.S).
- Starting Network Time Service (one-shot ntpdate mode)...
- Starting Avahi mDNS/DNS-SD Stack...
- Starting Save/Restore Sound Card State...
- Starting RPC Bind Service...
- Starting Login Service...
- [ OK ] Started TEE Supplicant.
- [ OK ] Started Updates psplash to basic.
- [ OK ] Started Daily rotation of log files.
- [ OK ] Reached target Timers.
- Starting Console System Startup Logging...
- [ OK ] Started System Logging Service.
- [ OK ] Started Network Time Service (one-shot ntpdate[ 6.406278] fsl-audmix 59840000.audmix: Started TDM1 needed for config propagation!
- mode).
- Starting Kernel Logging Service...
- [ OK ] Started Login Service.
- [ OK ] Started File System Check on /dev/mmcblk1p1.
- [ OK ] Started Shift Daemon.
- [ OK ] Started Save/Restore Sound Card State.
- [ OK ] Started RPC Bind Service.
- [ OK ] Started Console System Startup Logging.
- [ OK ] Started Avahi mDNS/DNS-SD Stack.
- [ OK ] Started Connection service.
- [ OK ] Started Telephony service.
- [ 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)
- [ 6.778530] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
- Starting Hostname Service...
- Starting WPA supplicant...
- [ OK ] Reached target Sound Card.
- Mounting /run/media/mmcblk1p1...
- [ OK ] Started Kernel Logging Service.
- [ OK ] Started WPA supplicant.
- [ OK ] Reached target Network.
- Starting Permit User Sessions...
- [ OK ] Started NFS status monitor for NFSv2/3 locking..
- Starting /etc/rc.local Compatibility...
- [ OK ] Started Update psplash to network.
- Starting Terminate Psplash Boot Screen...
- [ OK ] Mounted /run/media/mmcblk1p1.
- [ OK ] Started Permit User Sessions.
- [ OK ] Started /etc/rc.local Compatibility.
- [ 7.032643] switch cluster 0 cpu-freq governor to schedutil
- [FAILED] Failed to start Terminate Psplash Boot Screen.
- See 'systemctl status psplash-quit.service' for details.
- [ 7.072727] switch cluster 1 cpu-freq governor to schedutil
- [ OK ] Started Hostname Service.
- [ OK ] Started Serial Getty on ttyLP0.
- [ OK ] Started Getty on tty1.
- [ 8.805243] fec 5b040000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
- [ 8.815429] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
- [ 8.840533] 8021q: 802.1Q VLAN Support v1.8
- NXP i.MX Release Distro 4.19-warrior imx8qmmek ttyLP0
- imx8qmmek login: root
- [ 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
- root@imx8qmmek:~# ifconfig -a
- eth0 Link encap:Ethernet HWaddr 00:04:9f:06:66:9f
- inet addr:172.31.31.220 Bcast:172.31.31.255 Mask:255.255.255.0
- inet6 addr: fe80::204:9fff:fe06:669f/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
- RX packets:13 errors:0 dropped:0 overruns:0 frame:0
- TX packets:41 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:1749 (1.7 KiB) TX bytes:8312 (8.1 KiB)
- lo Link encap:Local Loopback
- inet addr:127.0.0.1 Mask:255.0.0.0
- inet6 addr: ::1/128 Scope:Host
- UP LOOPBACK RUNNING MTU:65536 Metric:1
- RX packets:6 errors:0 dropped:0 overruns:0 frame:0
- TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:384 (384.0 B) TX bytes:384 (384.0 B)
- root@imx8qmmek:~# cat /sys/firmware/devicetree/base/can\@5a8d0000/status
- disabledroot@imx8qmmek:~# cat /sys/firmware/devicetree/base/can\@5a8e0000/status
- disabledroot@imx8qmmek:~# cat /sys/firmware/devicetree/base/can\@5a8f0000/status
- disabledroot@imx8qmmek:~#
Advertisement
Add Comment
Please, Sign In to add comment