Board: iMX8QM MEK Boot: SD1 DRAM: 5.8 GiB TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C0 0x51] MMC: FSL_SDHC: 0, FSL_SDHC: 1 Loading Environment from MMC... Run CMD11 1.8V switch OK In: serial Out: serial Err: serial
switch to partitions #0, OK mmc1 is current device flash target is MMC:1 Run CMD11 1.8V switch Net: Warning: ethernet@5b040000 (eth0) using random MAC address - 96:75:65:b6:f6:7d eth0: ethernet@5b040000 [PRIME] Warning: ethernet@5b050000 (eth1) using random MAC address - 22:22:b5:60:a7:1e , eth1: ethernet@5b050000 Fastboot: Normal Normal Boot Hit any key to stop autoboot: 0 => => printenv auth_os=auth_cntr ${cntr_addr} baudrate=115200 board_name=MEK board_rev=iMX8QM boot_fdt=try boot_os=booti ${loadaddr} - ${fdt_addr}; bootargs=console=ttyLP0,115200 earlycon root=/dev/mmcblk1p2 rootwait rw video=HDMI- A-1:1280x720@60 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 ..."; fastboot 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 ethact=ethernet@5b040000 ethprime=eth0 fastboot_dev=mmc1 fdt_addr=0x83000000 fdt_file=fsl-imx8qm-mek-hdmi.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} video=HDMI-A-1:1280x720@60 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 ERR: 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_addr} $ {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} ${loadaddr} ${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#=0913380e82964f91 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_bootargs}"; 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: 5028/8188 bytes
=> boot Run CMD11 1.8V switch switch to partitions #0, OK mmc1 is current device Run CMD11 1.8V switch 24263168 bytes read in 312 ms (74.2 MiB/s) Booting from mmc ... 102464 bytes read in 7 ms (14 MiB/s) Loading hdp firmware from 0x000000009c000000 offset 0x0000000000002000 Loading hdp firmware Complete 102464 bytes read in 8 ms (12.2 MiB/s) Loading hdprx firmware from 0x000000009c800000 offset 0x0000000000002000 Loading hdp rx firmware Complete 99011 bytes read in 8 ms (11.8 MiB/s) ## Flattened Device Tree blob at 83000000 Booting using the fdt blob at 0x83000000 Using Device Tree in place at 0000000083000000, end 000000008301b2c2 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, 66932 /dma-controller@591F0000, 67776 /dma-controller@591F0000, 67776 /dma-controller@599F0000, 68820
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
Welcome to NXP i.MX Release Distro 4.19-warrior (warrior)!
[ 4.413410] systemd[1]: Set hostname to <imx8qmmek>.
[ 4.549571] 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.566937] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [ 4.736675] random: systemd: uninitialized urandom read (16 bytes read) [ 4.743633] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 4.767970] random: systemd: uninitialized urandom read (16 bytes read) [ 4.774837] systemd[1]: Reached target Host and Network Name Lookups. [ OK ] Reached target Host and Network Name Lookups. [ 4.791905] random: systemd: uninitialized urandom read (16 bytes read) [ 4.798564] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 4.816654] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 4.832343] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ OK ] Listening on Syslog Socket. [ OK ] Created slice User and Session Slice. [ OK ] Reached target Slices. [ OK ] Reached target Remote File Systems. [ OK ] Listening on Journal Socket. Mounting POSIX Message Queue File System... Mounting Temporary Directory (/tmp)... Starting Load Kernel Modules... Mounting Huge Pages File System... [ OK ] Listening on initctl Compatibility Named Pipe. [ 4.987663] galcore: loading out-of-tree module taints kernel. [ OK ] Listening on udev Kernel Socket. Starting udev Coldplug all Devices... Starting Setup Virtual Console... [ 5.029171] Galcore version 6.4.0.228766 [ OK ] Created slice system-getty.slice. Mounting Kernel Debug File System... Starting Remount Root and Kernel File Systems... [ 5.089293] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) Starting Create list of required st…ce nodes for the current kernel... [ OK ] Created slice system-serial\x2dgetty.slice. [ OK ] Listening on Network Service Netlink Socket. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ OK ] Reached target Paths. [ OK ] Listening on Journal Audit Socket. Starting Journal Service... [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Mounted Huge Pages File System. [ OK ] Started Load Kernel Modules. [ OK ] Started Setup Virtual Console. [ OK ] Started Journal Service. [ OK ] Mounted Kernel Debug File System. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Create list of required sta…vice nodes for the current kernel. Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... Mounting Kernel Configuration File System... Starting Apply Kernel Variables... [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Apply Kernel Variables. [ 5.476241] systemd-journald[2415]: Received request to flush runtime journal from PID 1 Starting udev Kernel Device Manager... [ OK ] Reached target Local File Systems (Pre). [ OK ] Reached target Containers. Mounting /var/volatile... [ OK ] Started udev Coldplug all Devices. [ OK ] Started udev Kernel Device Manager. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Mounted /var/volatile. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... Starting Start Psplash Boot Screen... [ OK ] Started Load/Save Random Seed. [ OK ] Started Create Volatile Files and Directories. [ OK ] Started Start Psplash Boot Screen. Starting Network Service... Starting Update UTMP about System Boot/Shutdown... [ 5.733958] [VPU Encoder] enable mu for core[0] [ 5.750479] [VPU Encoder] vpu encoder core[0] firmware version is 1.2.4 Starting Network Time Synchronization... [ OK ] Started Network Service. [ OK ] Found device /dev/ttyLP0. [ 5.834133] cfg80211: failed to load regulatory.db [ OK ] Started Update UTMP about System Boot/Shutdown. [ 5.888118] fsl-audmix 59840000.audmix: Started TDM1 needed for config propagation! [ 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... [ OK ] Started Network Time Synchronization. [ 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. Starting Start Psplash Boot Screen... [ OK ] Reached target System Initialization. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ OK ] Listening on dropbear.socket. Starting Console System Startup Logging... [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting System Logging Service... [ OK ] Started Job spooling tools. [ OK ] Started Periodic Command Scheduler. Starting RPC Bind Service... [ OK ] Started Configuration for i.MX GPU (Former rc_gpu.S). Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Started TEE Supplicant. Starting Save/Restore Sound Card State... Starting Telephony service... [ OK ] Started D-Bus System Message Bus. Starting Connection service... Starting Network Time Service (one-shot ntpdate mode)... [ 6.432991] fsl-audmix 59840000.audmix: Started TDM1 needed for config propagation! Starting Login Service... [ OK ] Reached target System Time Synchronized. [ OK ] Started Daily rotation of log files. [ OK ] Reached target Timers. [ OK ] Started Start Psplash Boot Screen. [ OK ] Started Console System Startup Logging. [ OK ] Started System Logging Service. [ OK ] Started RPC Bind Service. [ OK ] Started Save/Restore Sound Card State. [ OK ] Started Network Time Service (one-shot ntpdate mode). [ 6.760811] Atheros 8031 ethernet 5b040000.ethernet-1:00: attached PHY driver [Atheros 8031 ethernet] (mii_bus:phy_addr=5b040000.ethernet-1:00, irq=POLL) [ 6.775889] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 7.024423] switch cluster 0 cpu-freq governor to schedutil [ 7.056081] switch cluster 1 cpu-freq governor to schedutil Starting Hostname Service... Starting WPA supplicant... [ OK ] Created slice system-systemd\x2dfsck.slice. Starting File System Check on /dev/mmcblk1p1... Starting File System Check on /dev/mmcblk0p11... Starting File System Check on /dev/mmcblk0p6... Starting File System Check on /dev/mmcblk0p10... Starting File System Check on /dev/mmcblk0p12... Starting File System Check on /dev/mmcblk0p5... [ OK ] Reached target Sound Card. Starting Kernel Logging Service... [ OK ] Started Updates psplash to basic. [ OK ] Started WPA supplicant. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Started Connection service. [ OK ] Started Login Service. [ OK ] Started Telephony service. [ OK ] Reached target Network. Starting Permit User Sessions... [ OK ] Started Update psplash to network. Starting Terminate Psplash Boot Screen... Starting /etc/rc.local Compatibility... [ OK ] Started NFS status monitor for NFSv2/3 locking.. [ OK ] Started Permit User Sessions. [FAILED] Failed to start Terminate Psplash Boot Screen. See 'systemctl status psplash-quit.service' for details. [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started Getty on tty1. Starting Weston Wayland Compositor (on tty7)... [ OK ] Started Serial Getty on ttyLP0. [ OK ] Started File System Check on /dev/mmcblk1p1. [ OK ] Started Weston Wayland Compositor (on tty7). Mounting /run/media/mmcblk1p1... [ OK ] Started Hostname Service. [ OK ] Mounted /run/media/mmcblk1p1. [ OK ] Created slice system-user\x2druntime\x2ddir.slice. [ OK ] Started /run/user/0 mount wrapper. [ OK ] Created slice User Slice of UID 0. Starting User Manager for UID 0... [ OK ] Started Session c1 of user root. [ OK ] Started Kernel Logging Service. /: fsck 20.0% complet[ 7.739185] audit: type=1006 audit(1572034392.388:2): pid=4443 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1 [ OK ] Started File System Check on /dev/mmcblk0p12. [FAILED] Failed to start File System Check on /dev/mmcblk0p6. See 'systemctl status systemd-fsck@dev-mmcblk0p6.service' for details. [DEPEND] Dependency failed for /run/media/mmcblk0p6. [FAILED] Failed to start File System Check on /dev/mmcblk0p10. See 'systemctl status systemd-fsck@dev-mmcblk0p10.service' for details. [DEPEND] Dependency failed for /run/media/mmcblk0p10. [FAILED] Failed to start File System Check on /dev/mmcblk0p11. See 'systemctl status systemd-fsck@dev-mmcblk0p11.service' for details. [DEPEND] Dependency failed for /run/media/mmcblk0p11. [ OK ] Started User Manager for UID 0. [FAILED] Failed to start File System Check on /dev/mmcblk0p5. See 'systemctl status systemd-fsck@dev-mmcblk0p5.service' for details. [DEPEND] Dependency failed for /run/media/mmcblk0p5. Mounting /run/media/mmcblk0p12... [ 8.039157] EXT4-fs warning (device mmcblk0p12): ext4_enable_quotas:5749: Failed to enable quota tracking (type=0, err=-3). Please run e2fsck to fix. [ 8.052835] EXT4-fs (mmcblk0p12): mount failed [FAILED] Failed to mount /run/media/mmcblk0p12. See 'systemctl status run-media-mmcblk0p12.mount' for details.