Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX6-L/General/Booting from NFS

6,969 bytes added, 8 January
no edit summary
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
|-
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Version
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
|-
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|1{{oldid|10638|2020/10/09}}|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|New documentation layout|-| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" | {{oldid|16984|2022/03/07}}| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |DESK-MX6-L 3.0.0release|-! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fbededed; padding:5px; color:#000000"|Oct 20202023/04/17|! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fbededed; padding:5px; color:#000000"|First DESK -MX6-L 4.0.0 release
|}
<section end=History/>
=== net_nfs configuration ===
[[AXEL_Lite_SOM/DESK-MX6-L | DESK-MX6-L]] Virtual Machine is properly configured for the TFTP and NFS debug.
In any case, some variables has to be configured on the target and the VM itself has to be configured for respect to the network environment.
=== Host (Virtual Machine) configuration ===
The [[AXEL_Lite_SOM/DESK-MX6-L | DESK-MX6-L]] Virtual Machine has the '''tftp''' and '''nfs''' services already running. Optionally, their configuration has to be changed according to the network configuration where the target is connected to.
Check and properly configure the items the following chapters: network adapter, nfs server
===== network adapter =====
The network adpater should be configured in '''bridge mode''' in order to allow the target to get the files from the VM
[[File:Network-bridge.png|500px]]
then, modify the network interfaces configuration using the <code>netplan</code> configuration file, for example (sse [https://ubuntu.com/server/docs/network-configuration Ubuntu network configuration]):
<pre class="workstation-terminal">dvdk@vagrant:~$ cat /etc/netplan/01-netcfg.yaml network: version: 2 ethernets: eth0: dhcp4: false addresses: - 192.168.0.125/24 gateway4: 192.168.0.254 nameservers: addresses: [[File:XELK VM Network8.8.8.8, 1.1.1.png|500px]1]dvdk@vagrant:~$ </pre>
and restart it:
then check or re-configure the Host IP address <preclass="workstation-terminal">dvdk@vagrant:~$ ifconfigsudo netplan applyeth0 Link encapdvdk@vagrant:Ethernet HWaddr 08:00:27:26:e3:8c ~$ inet addr:192.168.0.121 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::178:59dd:914d:7e23</64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1481286 errors:0 dropped:10 overruns:0 frame:0 TX packets:486082 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1647604355 (1.6 GB) TX bytes:53874713 (53.8 MB)pre>
lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Check or re-configure the Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:224 errors:0 dropped:0 overruns:0 frame:0 TX packets:224 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:26014 (26.0 KB) TX bytes:26014 (26.0 KB)IP address
<pre class="workstation-terminal">
dvdk@vagrant:~$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 08:00:27:b1:28:5d brd ff:ff:ff:ff:ff:ff
inet 192.168.0.125/24 brd 192.168.0.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::a00:27ff:feb1:285d/64 scope link
valid_lft forever preferred_lft forever
dvdk@vagrant:~$
</pre>
The NFS server should exports the correct file system directory (in our example)
<preclass="workstation-terminal">
dvdk@vagrant:~$ cat /etc/exports
/home 0.0.0.0/0.0.0.0(rw,sync,no_root_squash,no_subtree_check,crossmnt)
otherwise, change its configuration and then restart the nfs server:
<preclass="workstation-terminal">dvdk@vagrant:~$ sudo /etc/init.d/nfs-kernel-server systemctl restart[ ok ] Restarting nfs-kernel-server (via systemctl): nfs-kernel-server.service.dvdk@vagrant:~$
</pre>
<pre>
=> setenv serverip 192.168.0.121125
=> setenv ipaddr 192.168.0.90
</pre>
<pre>
=> setenv bootfile /tftpboot/desk-mxmx6-l/uImage>=> setenv fdtfile /tftpboot/desk-mxmx6-l/imx6q-xelk-l-2imx6dl-0sbcx-0cb0012.dtb
</pre>
finally, the ''root file system'' directory on the Virtual Machine should be configured for let the kernel to find the '''INIT'''
<pre>=> setenv rootpath /home/dvdk/desk-mx-l/rfs/desk-mxmx6-l</pre>
To run this configuration just issue the '''net_nfs''' command which firstly download the kernel and device tree using the tftp protocol
The ''kernel'' and ''device tree'' files and ''root file system'' directory name are already set on U-Boot environment. To run this configuration just issue the '''net_nfs''' command which firstly download the kernel and device tree using the tftp protocol: click on ''Expand'' to see the complete network bootlog <pre class="workstationmw-collapsible mw-terminalcollapsed">
=> run net_nfs
1152054 bytes read in 58 ms (18.9 MiB/s)
Using FEC device
TFTP from server 192.168.0.121125; our IP address is 192.168.0.90Filename 'desk-mxmx6-l/uImage'.
Load address: 0x12000000
Loading: #################################################################
################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########## 741 1.2 KiB9 MiB/s
done
Bytes transferred = 7031520 8037400 (6b4ae0 7aa418 hex)
Using FEC device
TFTP from server 192.168.0.121167; our IP address is 192.168.0.90165Filename 'desk-mxmx6-l/imx6qimx6dl-sbcx-cb0012.dtb'.
Load address: 0x18000000
Loading: *�########### 846 1.7 KiBMiB/s
done
Bytes transferred = 53760 52247 (d200 cc17 hex)FDT: override 'som_uniqueid' with 'dbc7977dd57ea478:0b0931d41e1b99d4'FDT: override 'cb_uniqueid' with 'da0000117b000035:0dd2e72dc3bf5b2d'
## Booting kernel from Legacy Image at 12000000 ...
Image Name: Linux-45.1415.9871-desk-mx6-l-14.0.0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 7031456 8037336 Bytes = 67.7 MiB
Load Address: 10008000
Entry Point: 10008000
## Flattened Device Tree blob at 18000000
Booting using the fdt blob at 0x18000000
Loading Kernel Image ... OK reserving fdt memory region: addr=18000000 size=e000 Using Device Tree in place at 18000000, end 18010fff1800ffff
switch to ldo_bypass mode!
Frame buffer: configure splashscreen reserved memory to 0x8e000000 0x4fc00000 (2 MiB)
WARNING: could not find 2nd splashscreen reserved memory path
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 45.1415.9871-desk-mx6-l-14.0.0 (dvdkjenkins@vagrantfocalbakery) (arm-poky-linux-gnueabi-gcc version 7(GCC) 11.3.0 , GNU ld (GCCGNU Binutils)2.38.20220708) #1 SMP PREEMPT Fri Oct 9 12Mon Apr 3 18:5604:59 15 CEST 20202023[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: AxelLite Quad DL on SBCX CB0012
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] OF: reserved mem: node linux,cma compatible matching fail[ 0.000000] Reserved memory: created ipuv3_fb memory pool at 0x8e0000000x4fc00000, size 2 MiB
[ 0.000000] OF: reserved mem: initialized node splashscreen, compatible id fsl,ipuv3-fb
[ 0.000000] Zone ranges:[ 0.000000] Normal [mem 0x0000000010000000-0x000000004fffffff][ 0.000000] HighMem empty[ 0.000000] Movable zone start for each node[ 0.000000] Early memory node ranges[ 0.000000] node 0: [mem 0x0000000010000000-0x000000004fbfffff][ 0.000000] node 0: [mem 0x000000004fc00000-0x000000004fdfffff][ 0.000000] node 0: [mem 0x000000004fe00000-0x000000004fffffff][ 0.000000] Initmem setup node 0 [mem 0x0000000010000000-0x000000004fffffff][ 0.000000] percpu: Embedded 16 12 pages/cpu @e578e000 s35596 s17036 r8192 d21748 u65536d23924 u49152[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 520496260096[ 0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.0.121167:/opthome/nfsrootdvdk/desk-mx-l/axelrfs/xelkdesk-mx6-l,v3,tcp ip=192.168.0.90165:192.168.0.121167::255.255.255.0:xelk:eth0:off panic=1 console=ttymxc2,115200 cma=64M vmalloc=400M video=LVDS-1:d mtdparts=gpmi-nand:2M(nand-SPL),6M(nand-uboot),1M(nand-env1),1M(nand-env2),1M(nand-fdt),1M(nand-spare),8M(nand-kernel),4M(nand-splash),-(nand-ubi);spi0.0:64k(spi-SPL),960k(spi-uboot),256k(spi-env1),256k(spi-env2),512k(spi-dtb),8M(spi-kernel),4M(spi-splash),-(spi-free)[ 0.000000] PID Dentry cache hash table entries: 4096 131072 (order: 27, 16384 524288 bytes, linear)[ 0.000000] Dentry Inode-cache hash table entries: 262144 65536 (order: 86, 1048576 262144 bytes, linear)[ 0.000000] Inodemem auto-cache hash table entriesinit: stack: 131072 (orderoff, heap alloc: 7off, 524288 bytes)heap free:off[ 0.000000] Memory: 1734528K1019076K/2095104K 1048576K available (9216K 12288K kernel code, 660K 1358K rwdata, 2540K 2348K rodata, 1024K init, 426K 407K bss, 360576K 29500K reserved, 0K cma-reserved, 88064K 0K highmem)[ 0.000000] Virtual kernel memory layoutSLUB:[ HWalign=64, Order=0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)3, MinObjects=0, CPUs=2, Nodes=1[ 0.000000] fixmap rcu: 0xffc00000 - 0xfff00000 (3072 kB)Preemptible hierarchical RCU implementation.[ 0.000000] vmalloc rcu: 0xe7000000 - 0xff800000 ( 392 MB)[ 0 RCU event tracing is enabled.000000] lowmem : 0x80000000 - 0xe6800000 (1640 MB)[ 0.000000] pkmap rcu: 0x7fe00000 - 0x80000000 ( RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2 MB)[ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)[ 0.000000] .text : 0x80008000 - 0x80a00000 (10208 kB)[ 0.000000] Trampoline variant of Tasks RCU enabled.init : 0x80d00000 - 0x80e00000 (1024 kB)[ 0.000000] .data rcu: 0x80e00000 RCU calculated value of scheduler- 0x80ea5228 ( 661 kB)[ 0enlistment delay is 10 jiffies.000000] .bss : 0x80eae060 - 0x80f18988 ( 427 kB)[ 0.000000] SLUBrcu: HWalignAdjusting geometry for rcu_fanout_leaf=6416, Ordernr_cpu_ids=0-3, MinObjects=0, CPUs=4, Nodes=1[ 0.000000] Preemptible hierarchical RCU implementation.[ 0.000000] Tasks RCU enabled.2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] L2C-310 errata 752271 erratum 769419 enabled
[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
[ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[ 0.000000] L2C-310 ID prefetch enabled, offset 16 lines
[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 512 kB[ 0.000000] L2C-310: CACHE_ID 0x410000c70x410000c8, AUX_CTRL 0x764700010x76450001
[ 0.000000] Switching to timer-based delay loop, resolution 333ns
[ 0.000008000000] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns[ 0.000027000032] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns[ 0.001670001510] Console: colour dummy device 80x30[ 0.001703001553] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)[ 0.001720001574] pid_max: default: 32768 minimum: 301[ 0.001850001739] Mount-cache hash table entries: 4096 2048 (order: 21, 16384 8192 bytes, linear)[ 0.001868001770] Mountpoint-cache hash table entries: 4096 2048 (order: 21, 16384 8192 bytes, linear)[ 0.002399002504] CPU: Testing write buffer coherency: ok[ 0.002433002566] CPU0: Spectre v2: using BPIALL workaround[ 0.002787002840] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000[ 0.039600003926] Setting up static identity map for 0x10100000 - 0x10100060[ 0.059554004121] rcu: Hierarchical SRCU implementation.[ 0.099556005441] smp: Bringing up secondary CPUs ...[ 0.169832006318] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001[ 0.169838006336] CPU1: Spectre v2: using BPIALL workaround[ 0.239814006502] CPU2smp: thread -Brought up 1node, cpu 2, socket 0, mpidr 80000002CPUs[ 0.239819006524] CPU2SMP: Spectre v2: using BPIALL workaroundTotal of 2 processors activated (12.00 BogoMIPS).[ 0.309812006539] CPU3CPU: thread -1, cpu 3, socket 0, mpidr 80000003All CPU(s) started in SVC mode.[ 0.309817007054] CPU3devtmpfs: Spectre v2: using BPIALL workaroundinitialized[ 0.309940016881] smpVFP support v0.3: Brought up 1 node, implementor 41 architecture 3 part 30 variant 9 rev 4 CPUs[ 0.309953017136] SMPclocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: Total of 4 processors activated (24.00 BogoMIPS).19112604462750000 ns[ 0.309962017166] CPUfutex hash table entries: All CPU512 (sorder: 3, 32768 bytes, linear) started in SVC mode.[ 0.310826017297] devtmpfspinctrl core: initializedpinctrl subsystem[ 0.320031018692] randomNET: get_random_u32 called from bucket_table_alloc+0x114Registered PF_NETLINK/0x23c with crng_init=PF_ROUTE protocol family[ 0.020262] DMA: preallocated 256 KiB pool for atomic coherent allocations[ 0.320288021370] VFP support v0.3thermal_sys: implementor 41 architecture 3 part 30 variant 9 rev 4Registered thermal governor 'step_wise'[ 0.320529021380] clocksourcethermal_sys: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 nsRegistered thermal governor 'user_space'[ 0.320554021858] futex hash table entriescpuidle: 1024 (order: 4, 65536 bytes)using governor menu[ 0.320780022059] pinctrl core: initialized pinctrl subsystem[ 0CPU identified as i.321564] NET: Registered protocol family 16[ 0.322642] DMA: preallocated 256 KiB pool for atomic coherent allocations[ 0.323581] cpuidle: using governor menu[ 0.323851] CPU identified as i.MX6QMX6DL, silicon rev 1.23[ 0.323981022184] Use WDOG2 as reset source[ 0.331904040952] vdd1p1: supplied by regulator-dummy[ 0.332387041596] vdd3p0: supplied by regulator-dummy[ 0.332808042182] vdd2p5: supplied by regulator-dummy[ 0.333281043602] vddarmmxs_phy 20c9000.usbphy: bypassed supply phy-3p0 not found, using dummy regulator has no supply![ 0.333292044272] vddarmmxs_phy 20ca000.usbphy: failed to get the current voltage(supply phy-517)3p0 not found, using dummy regulator[ 0.334011055146] vddsocplatform 21dc000.mipi: Fixing up cyclic dependency with 20e0000.iomuxc-gpr: bypassed regulator has no supply!ipu1_csi1_mux[ 0.334022055242] vddsocplatform 21dc000.mipi: failed to get the current voltage(Fixing up cyclic dependency with 20e0000.iomuxc-517)gpr:ipu1_csi0_mux[ 0.345764058129] hw-breakpointplatform 2400000.ipu: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.Fixing up cyclic dependency with ldb[ 0.345778058214] hw-breakpointplatform 2400000.ipu: maximum watchpoint size is 4 bytesFixing up cyclic dependency with 20e0000.iomuxc-gpr:ipu1_csi1_mux[ 0.346455058308] imx6q-pinctrl platform 2400000.ipu: Fixing up cyclic dependency with 20e0000.iomuxc-gpr: initialized IMX pinctrl driveripu1_csi0_mux[ 0.348809065672] imx rpmsg driver is registeredhw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.[ 0.371703065698] vgaarbhw-breakpoint: loadedmaximum watchpoint size is 4 bytes.[ 0.372451067095] SCSI subsystem imx6dl-pinctrl 20e0000.pinctrl: initializedIMX pinctrl driver[ 0.372843069441] usbcore: imx mu driver is registered new interface driver usbfs.[ 0.372898070035] usbcore: imx rpmsg driver is registered new interface driver hub.[ 0.372982104939] usbcorevgaarb: registered new device driver usbloaded[ 0.373170105773] usb_phy_generic 2000000.aips-bus:usbphy_nop1: 2000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulatorSCSI subsystem initialized[ 0.373331106317] usb_phy_generic 2000000.aips-bususbcore:usbphy_nop2: 2000000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulatorregistered new interface driver usbfs[ 0.374517106380] i2c i2c-1usbcore: IMX I2C adapter registerednew interface driver hub[ 0.374539106447] i2c i2c-1usbcore: can't use DMA, using PIO instead.registered new device driver usb[ 0.375041106607] i2c i2c-2usb_phy_generic usbphynop1: IMX I2C adapter registeredsupply vcc not found, using dummy regulator[ 0.375059106813] i2c i2c-2usb_phy_generic usbphynop1: can't use DMA, using PIO instead.dummy supplies not allowed for exclusive requests[ 0.375539106993] Linux video capture interfaceusb_phy_generic usbphynop2: v2.00supply vcc not found, using dummy regulator[ 0.375593107144] pps_coreusb_phy_generic usbphynop2: LinuxPPS API ver. 1 registereddummy supplies not allowed for exclusive requests[ 0.375603109073] pps_corei2c i2c-1: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>IMX I2C adapter registered[ 0.375624110055] PTP clock support i2c i2c-2: IMX I2C adapter registered[ 0.399618111084] imx-ipuv3 2400000.ipumc: IPU DMFC NORMAL modeLinux media interface: 1(0~1), 5B(4,5), 5F(6,7)v0.10[ 0.429612111136] imx-ipuv3 2800000.ipuvideodev: IPU DMFC NORMAL modeLinux video capture interface: 1(v2.00[ 0~.111229] pps_core: LinuxPPS API ver. 1), 5B(4,5), 5F(6,7)registered[ 0.430666111242] mxc_vdoa 21e4000pps_core: Software ver.vdoa: i5.MX Video Data Order Adapter(VDOA) driver probed[ 03.431161] mxc_mipi_csi2 21dc0006 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.mipi_csi: i.MX MIPI CSI2 driver probedit>[ 0.431176111266] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302aPTP clock support registered[ 0.431284139693] MIPI CSI2 driver module loadedimx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)[ 0.431451141664] Advanced Linux Sound Architecture Driver Initializedmxc_vdoa 21e4000.[ 0vdoa: i.432513] Bluetooth: Core ver 2.22MX Video Data Order Adapter(VDOA) driver probed[ 0.432554142256] NETmxc_mipi_csi2 21dc000.mipi: Registered protocol family 31i.MX MIPI CSI2 driver probed[ 0.432565142277] Bluetoothmxc_mipi_csi2 21dc000.mipi: HCI device and connection manager initializedi.MX MIPI CSI2 dphy version is 0x3130302a[ 0.432581142727] Bluetooth: HCI socket layer initializedMIPI CSI2 driver module loaded[ 0.432595142789] Bluetooth: L2CAP socket layer initializedAdvanced Linux Sound Architecture Driver Initialized.[ 0.432628144034] Bluetooth: SCO socket layer initializedCore ver 2.22[ 0.433601144096] clocksourceNET: Switched to clocksource mxc_timer1Registered PF_BLUETOOTH protocol family[ 0.433715144109] VFSBluetooth: Disk quotas dquot_6.6.0HCI device and connection manager initialized[ 0.433789144130] VFSBluetooth: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)HCI socket layer initialized[ 0.441858144147] NETBluetooth: Registered protocol family 2L2CAP socket layer initialized[ 0.442414144173] TCP established hash table entriesBluetooth: 16384 (order: 4, 65536 bytes)SCO socket layer initialized[ 0.442561144831] TCP bind hash table entriesclocksource: 16384 (order: 5, 131072 bytes)Switched to clocksource mxc_timer1[ 0.442820145019] TCPVFS: Hash tables configured (established 16384 bind 16384)Disk quotas dquot_6.6.0[ 0.442940145095] UDP VFS: Dquot-cache hash table entries: 1024 (order: 30, 32768 4096 bytes)[ 0.443022154738] NET: Registered PF_INET protocol family[ 0.155183] UDP-Lite IP idents hash table entries: 1024 16384 (order: 35, 32768 131072 bytes, linear)[ 0.443238156469] NETtcp_listen_portaddr_hash hash table entries: 512 (order: Registered protocol family 1[ 0.443719] RPC: Registered named UNIX socket transport module., 6144 bytes, linear)[ 0.443732156515] RPCTable-perturb hash table entries: 65536 (order: Registered udp transport module.6, 262144 bytes, linear)[ 0.443740156537] RPCTCP established hash table entries: Registered tcp transport module.[ 0.443749] RPC8192 (order: Registered tcp NFSv4.1 backchannel transport module.3, 32768 bytes, linear)[ 0.444440156630] hw perfeventsTCP bind hash table entries: 8192 (order: no interrupt-affinity property for /soc/pmu4, 65536 bytes, guessing.linear)[ 0.444677156774] hw perfeventsTCP: enabled with armv7_cortex_a9 PMU driver, 7 counters availableHash tables configured (established 8192 bind 8192)[ 0.446578156954] Bus freq driver module loadedUDP hash table entries: 512 (order: 2, 16384 bytes, linear)[ 0.447978157008] workingsetUDP-Lite hash table entries: timestamp_bits=30 max_order=19 bucket_order=0512 (order: 2, 16384 bytes, linear)[ 0.452091157210] NFSNET: Registering the id_resolver key typeRegistered PF_UNIX/PF_LOCAL protocol family[ 0.452123157938] Key type id_resolver registered[ 0RPC: Registered named UNIX socket transport module.452132] Key type id_legacy registered[ 0.452178157958] ntfsRPC: driver 2.1.32 [Flags: R/W]Registered udp transport module.[ 0.452495157968] fuse init (API version 7RPC: Registered tcp transport module.26)[ 0.457469157979] bounceRPC: pool size: 64 pagesRegistered tcp NFSv4.1 backchannel transport module.[ 0.457502158962] io scheduler noop registeredPCI: CLS 0 bytes, default 64[ 0.457516159649] io scheduler deadline registeredarmv7-pmu pmu: hw perfevents: no interrupt-affinity property, guessing.[ 0.457654159845] io scheduler cfq registered (default)hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available[ 0.457666162093] io scheduler mq-deadline registeredBus freq driver module loaded[ 0.457677163087] io scheduler kyber registeredInitialise system trusted keyrings[ 0.459875163373] imx6q-pcie 1ffc000.pcieworkingset: no reserved region node.timestamp_bits=30 max_order=18 bucket_order=0[ 0.459976168408] imx6q-pcie 1ffc000.pcieNFS: 1ffc000.pcie supply epdev_on not found, using dummy regulatorRegistering the id_resolver key type[ 0.460295168506] OF: PCI: host bridge /soc/pcie@1ffc000 ranges:Key type id_resolver registered[ 0.460330168519] OF: PCI: IO 0x01f80000..0x01f8ffff -> 0x00000000Key type id_legacy registered[ 0.460350168572] OFntfs: PCI: MEM 0x01000000driver 2.1.0x01efffff -> 0x0100000032 [ 0.709145Flags: R/W] imx6q-pcie 1ffc000.pcie: phy link never came up[ 0.712220168956] imx6q-pcie 1ffc000fuse: init (API version 7.pcie: failed to initialize host34)[ 0.712236261863] imx6q-pcie 1ffc000.pcie: unable to add pcie port.Key type asymmetric registered[ 0.712467261888] imx6q-pcie: probe of 1ffc000.pcie failed with error -110Asymmetric key parser 'x509' registered[ 0.714273261960] imxio scheduler mq-sdma 20ec000.sdma: no iram assigned, using external memdeadline registered[ 0.714488261976] imx-sdma 20ec000.sdma: Falling back to user helperio scheduler kyber registered[ 0.717918264977] mxsimx6q-dma 110000pcie 1ffc000.dma-apbhpcie: initializedsupply epdev_on not found, using dummy regulator[ 0.719823270095] imx-pgc-pd sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-pgcimx6q.bin failed with error -power2[ 0.270122] imx-domainsdma 20ec000.0sdma: Linked as a consumer Falling back to 20dc000sysfs fallback for: imx/sdma/sdma-imx6q.bin[ 0.272011] mxs-dma 110000.gpcdma-apbh: initialized[ 0.721571276897] pfuze100-regulator 1-0008: Full layer: 12, Metal layer: 1[ 0.722280277630] pfuze100-regulator 1-0008: FAB: 0, FIN: 0[ 0.722295277648] pfuze100-regulator 1-0008: pfuze100 found.[ 0.735642285079] SW4: Bringing 3150000uV into 1800000-1800000uV[ 0.743347291681] VGEN3: Bringing 2800000uV into 2500000-2500000uV[ 0.744792293173] VGEN4: Bringing 3000000uV into 1800000-1800000uV[ 0.746269294660] VGEN5: Bringing 3000000uV into 2800000-2800000uV[ 0.748140298233] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled[ 0.749911300686] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 7378, base_baud = 5000000) is a IMX[ 0.750419301529] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 7479, base_baud = 5000000) is a IMX[ 10.742762314935] imx6q-pcie 1ffc000.pcie: iATU unroll: disabled[ 0.323469] printk: console [ttymxc2] enabled[ 10.330535] imx6q-pcie 1ffc000.pcie: Detected iATU regions: 4 outbound, 4 inbound[ 0.747019339119] 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 7580, base_baud = 5000000) is a IMX[ 10.756230344096] 21f4000imx6q-pcie 1ffc000.serialpcie: ttymxc4 host bridge /soc/pcie@1ffc000 ranges:[ 0.349646] 21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 7681, base_baud = 5000000) is a IMX[ 10.355245] imx6q-pcie 1ffc000.pcie: IO 0x0001f80000..0x0001f8ffff -> 0x0000000000[ 0.767430364691] imx sema4 driver is registered.[ 10.772018370952] [drm] Initialized vivante 1imx6q-pcie 1ffc000.0.0 20120216 for platformpcie:Vivante GCCore on minor 0[ 1.780418] [drm] Initialized vivante 1 MEM 0x0001000000.0.0 20120216 on minor 00x0001efffff -> 0x0001000000[ 1.793647378805] brdimx6q-pcie 1ffc000.pcie: iATU unroll: module loadeddisabled[ 1.804250384312] loopimx6q-pcie 1ffc000.pcie: Detected iATU regions: 4 outbound, 4 inbound[ 1.388257] brd: module loaded[ 1.813447402561] randomloop: fast init donemodule loaded[ 1.406835] imx ahci driver is registered.[ 1.819491413536] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xdc0xd3[ 1.825890419941] nand: AMD/Spansion S34ML04G1S34ML08G1[ 1.829822423871] nand: 512 1024 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64[ 1.837551431827] Scanning device for bad blocks[ 1.491945] gpmiimx6q-nand 112000pcie 1ffc000.pcie: Link up[ 1.gpmi496292] imx6q-nandpcie 1ffc000.pcie: modeLink:4 ,failed in set feature.Gen2 disabled[ 1.844122501628] Scanning device for bad blocksimx6q-pcie 1ffc000.pcie: Link up, Gen1[ 21.243342624890] 9 cmdlinepart partitions found on MTD device gpmiimx6q-nandpcie 1ffc000.pcie: Link up[ 21.249556629418] Creating 9 MTD partitions on "gpmiimx6q-nand"pcie 1ffc000.pcie: PCI host bridge to bus 0000:00[ 21.254637635742] 0x000000000000-0x000000200000 pci_bus 0000:00: "nandroot bus resource [bus 00-SPL"ff][ 21.260611641256] 0x000000200000-0x000000800000 pci_bus 0000:00: "nandroot bus resource [io 0x0000-uboot"0xffff][ 21.266741647479] 0x000000800000-0x000000900000 pci_bus 0000:00: "nandroot bus resource [mem 0x01000000-env1"0x01efffff][ 21.272710654420] 0x000000900000-0x000000a00000 pci 0000:00:00.0: [16c3: "nand-env2"abcd] type 01 class 0x060400[ 21.278708660482] 0x000000a00000-0x000000b00000 pci 0000:00:00.0: reg 0x10: "nand[mem 0x00000000-fdt"0x000fffff][ 21.284578666805] 0x000000b00000-0x000000c00000 pci 0000:00:00.0: reg 0x38: "nand[mem 0x00000000-spare"0x0000ffff pref][ 21.290601673563] 0x000000c00000-0x000001400000 pci 0000:00:00.0: "nand-kernel"Limiting cfg_size to 512[ 21.296862678790] 0x000001400000-0x000001800000 pci 0000:00: "nand-splash"00.0: supports D1[ 21.303028682832] 0x000001800000-0x000020000000 pci 0000:00:00.0: "nand-ubi"PME# supported from D0 D1 D3hot D3cold[ 21.315400694249] gpmi-nand 112000.gpmi-nandPCI: bus0: driver registered.Fast back to back transfers disabled[ 21.323157700199] m25p80 spi0pci 0000:01:00.0: unrecognized JEDEC id bytes[8086: 08b1] type 00, 00, 00class 0x028000[ 21.329385706358] m25p80pci 0000:01: probe of spi000.0 failed with error : reg 0x10: [mem 0x00000000-20x00001fff 64bit][ 21.334745713717] spi_imx 2008000pci 0000:01:00.ecspi0: probedPME# supported from D0 D3hot D3cold[ 21.339816749639] spi_imx 2014000.ecspiPCI: bus1: probedFast back to back transfers disabled[ 21.344665755310] libphypci 0000:00:00.0: Fixed MDIO BusBAR 0: probedassigned [ 2.349093mem 0x01000000-0x010fffff] CAN device driver interface[ 21.353185762134] flexcan 2090000pci 0000:00:00.flexcan0: 2090000.flexcan supply xceiver not found, using dummy regulatorBAR 8: assigned [mem 0x01100000-0x011fffff][ 21.363075768973] flexcan 2090000pci 0000:00:00.flexcan0: BAR 6: device registered (reg_base=e735c000, irq=35)assigned [mem 0x01200000-0x0120ffff pref][ 21.372508776246] fec 2188000pci 0000:01:00.ethernet0: 2188000.ethernet supply phy not found, using dummy regulatorBAR 0: assigned [ 2.381579mem 0x01100000-0x01101fff 64bit] pps pps0: new PPS source ptp0[ 21.386594783628] libphypci 0000:00: fec_enet_mii_bus00.0: probedPCI bridge to [bus 01-ff][ 21.392442788898] fec 2188000pci 0000:00:00.ethernet eth00: registered PHC device 0 bridge window [mem 0x01100000-0x011fffff][ 2.399482270333] usbcore: registered new interface driver asixBad eraseblock 3499 at 0x00001b560000[ 2.404960649841] usbcorerandom: registered new interface driver ax88179_178acrng init done[ 23.411093147591] usbcore: registered new interface driver cdc_etherBad eraseblock 7942 at 0x00003e0c0000[ 23.416989152573] usbcore: registered new interface driver cdc_eemBad eraseblock 7944 at 0x00003e100000[ 23.422683205411] usbcore: registered new interface driver net10809 cmdlinepart partitions found on MTD device gpmi-nand[ 23.428403211602] usbcoreCreating 9 MTD partitions on "gpmi-nand": registered new interface driver cdc_subset[ 23.434437216695] usbcore0x000000000000-0x000000200000 : registered new interface driver zaurus"nand-SPL"[ 23.440068223362] usbcore0x000000200000-0x000000800000 : registered new interface driver cdc_ncm"nand-uboot"[ 23.445795230192] usbcore0x000000800000-0x000000900000 : registered new interface driver cdc_mbim"nand-env1"[ 23.451548236938] ehci_hcd0x000000900000-0x000000a00000 : USB 2.0 'Enhanced' Host Controller (EHCI) Driver"nand-env2"[ 23.458114243610] ehci0x000000a00000-pci0x000000b00000 : EHCI PCI platform driver"nand-fdt"[ 23.462917250271] usbcore0x000000b00000-0x000000c00000 : registered new interface driver cdc_wdm"nand-spare"[ 23.468680257063] usbcore0x000000c00000-0x000001400000 : registered new interface driver usb"nand-storagekernel"[ 23.475949263925] usbmisc_imx 2184800.usbmisc0x000001400000-0x000001800000 : 2184800.usbmisc supply vbus"nand-wakeup not found, using dummy regulatorsplash"[ 23.495369270816] ci_hdrc ci_hdrc.10x000001800000-0x000040000000 : EHCI Host Controller"nand-ubi"[ 23.500279281008] ci_hdrc ci_hdrcgpmi-nand 112000.1nand-controller: new USB bus driver registered, assigned bus number 1.[ 23.533638288013] ci_hdrc ci_hdrcSPI driver spidev has no spi_device_id for spidev[ 3.1: USB 2.0 started293771] SPI driver spidev has no spi_device_id for dave, EHCI 1.00sbcx-exp[ 23.539255301118] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002spinor@0 enforce active low on chipselect handle[ 23.546080307625] usb usb1spi-nor spi0.0: New USB device stringsunrecognized JEDEC id bytes: Mfr=00 00 00 00 00 00[ 3, Product=.314519] spi-nor: probe of spi0.0 failed with error -2, SerialNumber=1[ 23.553311320566] usb usb1: Product: EHCI Host Controllerspidev@0 enforce active low on chipselect handle[ 23.558216329245] usb usb1tun: Manufacturer: Linux 4.14.98-desk-mx6-l-Universal TUN/TAP device driver, 1.06[ 3.0 ehci_hcd334518] CAN device driver interface[ 23.565548342322] usb usb1pps pps0: SerialNumber: ci_hdrc.1new PPS source ptp0[ 23.570440349702] hub 1-0fec 2188000.ethernet eth0:1.registered PHC device 0: USB hub found[ 23.574271356978] hub 1-0usbcore:1registered new interface driver asix[ 3.0362432] usbcore: 1 port detectedregistered new interface driver ax88179_178a[ 23.581320368655] snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc coreusbcore: registered 20cc000.snvs:snvs-rtc-lp as rtc0new interface driver cdc_ether[ 23.590651374532] i2c /dev entries usbcore: registered new interface drivercdc_eem[ 23.595188380306] i2c i2c-1usbcore: Added multiplexed i2c bus registered new interface driver net1080[ 3.386046] usbcore: registered new interface driver cdc_subset[ 23.601590392006] inputusbcore: TSC2007 Touchscreen as /devices/soc0/soc/2100000registered new interface driver zaurus[ 3.aips-bus/21a4000.i2c/i2c-1/i2c-4/4-0048/input/input0397707] usbcore: registered new interface driver cdc_ncm[ 23.613137403410] i2c i2c-1usbcore: Added multiplexed i2c bus 4registered new interface driver cdc_mbim[ 23.618003409228] i2c-mux-gpio i2c2muxusbcore: registered new interface driver r8153_ecm[ 3.415120] ehci_hcd: USB 2 port mux on 21a4000.i2c adapter0 'Enhanced' Host Controller (EHCI) Driver[ 23.625461421680] pwmehci-backlight backlightpci: backlight supply power not found, using dummy regulatorEHCI PCI platform driver[ 23.635794426295] mxc_hdmi 20e0000.hdmi_videousbcore: 20e0000.hdmi_video supply HDMI not found, using dummy regulatorregistered new interface driver cdc_wdm[ 23.646717432009] mxc_sdc_fb fb@0usbcore: registered mxc display new interface driver ldbusb-storage[ 23.652610443371] mxc_sdc_fb fb@0snvs_rtc 20cc000.snvs:snvs-rtc-lp: using reserved memory region at 0x8e000000, size 2 MiBregistered as rtc0[ 23.660311449555] mxc_sdc_fb fb@0: assigned reserved memory node splashscreen[ 2snvs_rtc 20cc000.666959] mxc_sdc_fb fb@0snvs: using memory region 0x8e000000 0x8e1fffffsnvs-rtc-lp: setting system clock to 1970-01-07T01:25:43 UTC (523543)[ 23.956221459232] IR NEC protocol handler initialized[ 2.960761] IR RC5(xi2c_dev: i2c /sz) protocol handler initializeddev entries driver[ 23.965851464660] IR RC6 protocol handler initializedi2c i2c-1: Added multiplexed i2c bus 4[ 23.970387471518] IR JVC protocol handler initializedinput: TSC2007 Touchscreen as /devices/platform/soc/2100000.bus/21a4000.i2c/i2c-1/i2c-5/5-0048/input/input0[ 23.974939483157] IR Sony protocol handler initializedi2c i2c-1: Added multiplexed i2c bus 5[ 23.979560488037] IR SANYO protocol handler initialized[ i2c-mux-gpio i2c2mux: 2port mux on 21a4000.984284] IR Sharp protocol handler initializedi2c adapter[ 23.988995495946] IR MCE Keyboard/mouse protocol handler initializedpwm-backlight backlight: supply power not found, using dummy regulator[ 23.994846506146] IR XMP protocol handler initializedmxc_hdmi 20e0000.hdmi_video: supply HDMI not found, using dummy regulator[ 23.999740515697] mxc_v4l2_output v4l2_outmxc_sdc_fb fb@0: V4L2 device registered as video16mxc display driver ldb[ 3.006511521612] mxc_v4l2_output v4l2_outmxc_sdc_fb fb@0: V4L2 device registered as video17using reserved memory region at 0x4fc00000, size 2 MiB[ 3.014794529367] VGEN3mxc_sdc_fb fb@0: voltage operation not allowedassigned reserved memory node splashscreen[ 3.373640536170] camera ov5640_mipi is foundmxc_sdc_fb fb@0: using memory region 0x4fc00000 0x4fdfffff[ 3.378370820348] BluetoothVGEN3: HCI UART driver ver 2voltage operation not allowed[ 4.3184871] camera ov5640_mipi is found[ 34.382824189328] Bluetoothmxc_v4l2_output v4l2_out: HCI UART protocol H4 V4L2 device registeredas video16[ 34.387998196138] Bluetoothmxc_v4l2_output v4l2_out: HCI UART protocol BCSP V4L2 device registeredas video17[ 34.393377203725] Bluetooth: HCI UART protocol LL driver ver 2.3[ 4.208222] Bluetooth: HCI UART protocol H4 registered[ 4.213372] Bluetooth: HCI UART protocol BCSP registered[ 4.218742] Bluetooth: HCI UART protocol LL registered[ 34.399047224457] sdhci: Secure Digital Host Controller Interface driver[ 34.405256230674] sdhci: Copyright(c) Pierre Ossman[ 34.409619235051] sdhci-pltfm: SDHCI platform and OF driver helper[ 34.416280242082] sdhci-esdhc-imx 2190000.usdhcmmc: Got CD GPIO[ 34.483806244294] mmc0caam 2100000.crypto: SDHCI controller on 2190000.usdhc Entropy delay = 3200[2190000 4.usdhc265773] using ADMAcaam 2100000.crypto: Instantiated RNG4 SH0[ 34.541275278249] mmc0caam 2100000.crypto: host does not support reading read-only switch, assuming write-enable[ Instantiated RNG4 SH1[ 34.555329283497] mmc0caam 2100000.crypto: new high speed SDHC card at address 59b4device ID = 0x0a16010000000100 (Era 4)[ 34.561459283599] mmcblk0: mmc0:59b4 USDU1 14SDHCI controller on 2190000.9 GiBmmc [ 32190000.567321mmc] mmcblk0: p1 p2using ADMA[ 34.723635290154] mmc1caam 2100000.crypto: SDHCI controller on 2194000.usdhc job rings = 2, qi = 0[2194000 4.usdhc321786] using ADMAcaam algorithms registered in /proc/crypto[ 34.736499328763] caam 2100000.caamcrypto: ERA source: CAAMVID.rng crypto API alg registered prng-caam[ 34.744500331974] caam 2100000.caammmc0: AXI pipeline throttling enabled.host does not support reading read-only switch, assuming write-enable[ 34.750842335534] sdhci-esdhc-imx 2194000caam 2100000.usdhccrypto: card claims to support voltages below defined rangeregistering rng-caam[ 34.760357347469] caam 2100000.caammmc0: device ID = 0x0a16010000000000 (Era 4)new high speed SDHC card at address aaaa[ 34.766838355176] caam 2100000mmcblk0: mmc0:aaaa SA32G 29.caam: job rings = 2, qi = 0, dpaa2 = no7 GiB [ 34.773748355563] caam_jr 2101000.jr0: Entropy delay = 3200Device caam-keygen registered[ 34.774441366688] mmc1 mmcblk0: new SDIO card at address 0001p1 p2[ 34.784437370481] wl12xx_driver wl12xxcaam-snvs 20cc000.0.autocaam-snvs: Falling back to user helperviolation handlers armed - non-secure state[ 34.839606379025] caam_jr 2101000.jr0usbcore: Instantiated RNG4 SH0.registered new interface driver usbhid[ 34.900365384611] caam_jr 2101000.jr0usbhid: Instantiated RNG4 SH1.USB HID core driver[ 34.910998395730] caam algorithms registered in /proc/cryptofsl-ssi-dai 2028000.ssi: No cache defaults, reading back from HW[ 34.920055416374] caam_jr 2101000.jr0NET: registering rng-caamRegistered PF_INET6 protocol family[ 34.926290422697] platform caam_sm: blkkey_ex: 4 keystore units availableSegment Routing with IPv6[ 34.932686426460] platform caam_sm: 64In-bit clear key:situ OAM (IOAM) with IPv6[ 34.937256430482] platform caam_smsit: [0000] 00 01 02 03 04 0f 06 07IPv6, IPv4 and MPLS over IPv4 tunneling driver[ 34.942923437116] platform caam_sm: 64-bit black keyNET:Registered PF_PACKET protocol family[ 34.947483442194] platform caam_smcan: [0000] 8c 27 2b 81 e1 7d 80 2ccontroller area network core[ 34.953153446705] platform caam_smNET: [0008] 45 cd 36 83 b5 5e 8e 6cRegistered PF_CAN protocol family[ 34.958915449124] platform caam_smmmc1: 128-bit clear key:SDHCI controller on 2194000.mmc [ 32194000.963544mmc] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07using ADMA[ 34.969233451506] platform caam_smcan: [0008] 08 09 0a 0b 0c 0d 0e 0fraw protocol[ 34.974913461410] platform caam_sm: 128-bit black keycan:broadcast manager protocol[ 34.979540465644] platform caam_smcan: [0000] d7 47 0f 49 e1 28 45 72netlink gateway - max_hops=1[ 34.985221470284] platform caam_smBluetooth: [0008] 57 98 10 88 2b a5 9f 5eRFCOMM TTY layer initialized[ 34.990887475264] platform caam_sm: 192-bit clear keyBluetooth:RFCOMM socket layer initialized[ 34.995542480210] platform caam_smmmc1: queuing unknown CIS tuple 0x01 [0000d9 01 ff] 00 01 02 03 04 0f 06 07(3 bytes)[ 4.001210480440] platform caam_smBluetooth: RFCOMM ver 1.11[0008 4.490673] 08 09 0a 0b 0c 0d 0e 0fBluetooth: BNEP (Ethernet Emulation) ver 1.3[ 4.006895495081] platform caam_smmmc1: queuing unknown CIS tuple 0x1a [001601 01 00 02 07] 10 11 12 13 14 15 16 17(5 bytes)[ 4.012560496012] platform caam_smBluetooth: 192-bit black keyBNEP filters:protocol multicast[ 4.017212506518] platform caam_smmmc1: queuing unknown CIS tuple 0x1b [0000c1 41 30 30 ff ff 32 00] 8c 71 fd 91 32 df 03 4b(8 bytes)[ 4.022880508200] platform caam_smBluetooth: [0008] 57 91 10 46 5a 43 2e 62BNEP socket layer initialized[ 4.028567516666] platform caam_smmmc1: queuing unknown CIS tuple 0x14 [0016] 5b 78 20 0a 42 7b ee 66(0 bytes)[ 4.034252520902] platform caam_smBluetooth: [0024] be b5 0b 4f fe 3d 2a 95HIDP (Human Interface Emulation) ver 1.2[ 4.039916529671] platform caam_sm: 256-bit clear keymmc1:new high speed SDIO card at address 0001[ 4.044557532586] platform caam_smBluetooth: [0000] 00 01 02 03 04 0f 06 07HIDP socket layer initialized[ 4.050225543116] platform caam_sm8021q: [0008] 08 09 0a 0b 0c 0d 0e 0f802.1Q VLAN Support v1.8[ 4.055907547364] platform caam_smlib80211: [0016] 10 common routines for IEEE802.11 12 13 14 15 16 17drivers[ 4.061575553588] platform caam_smrfkill_gpio bt_rfkill: [0024] 18 19 1a 1b 1c 1d 1e 1fbt_rfkill device registered.[ 4.067256559718] platform caam_sm: 256-bit black key:Key type dns_resolver registered[ 4.071882564753] platform caam_sm: [0000] e5 aa 13 13 93 90 5e c7Registering SWP/SWPB emulation handler[ 4.077566569806] platform caam_sm: [0008] a0 97 30 1d c4 55 2b 90Loading compiled-in X.509 certificates[ 4.083233603541] platform caam_smvddarm: [0016] 36 b4 90 2e 6f a7 e9 06bypassed regulator has no supply![ 4.088916608652] platform caam_smvddarm: failed to get the current voltage: [0024] 91 a3 2d e6 c0 25 cc 32-EPROBE_DEFER[ 4.094595615060] platform caam_sm: 64-bit unwritten blobvddarm:supplied by SW1AB[ 4.099570619552] platform caam_smvddpu: [0000] 00 00 00 00 00 00 00 00supplied by SW1C[ 4.105252623316] platform caam_smvddsoc: [0008] 00 00 00 00 00 00 00 00bypassed regulator has no supply![ 4.110919628413] platform caam_smvddsoc: [0016] 00 00 00 00 00 00 00 00failed to get the current voltage: -EPROBE_DEFER[ 4.116602634789] platform caam_smvddsoc: [0024] 00 00 00 00 00 00 00 00supplied by SW1C[ 4.122271650011] platform caam_smci_hdrc ci_hdrc.1: [0032] 00 00 00 00 00 00 00 00EHCI Host Controller[ 4.127953655041] platform caam_sm: [0040] 00 00 00 00 00 00 00 00ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1[ 4.133635684862] platform caam_smci_hdrc ci_hdrc.1: [0048] 00 00 00 00 00 00 00 USB 2.0 started, EHCI 1.00[ 4.139302690539] platform caam_smusb usb1: [0056] 00 00 00 00 00 00 00 00[ 4New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.144984] platform caam_sm: [0064] 00 00 00 00 00 00 00 0015[ 4.150650698879] platform caam_smusb usb1: [0072] 00 00 00 00 00 00 00 00New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 4.156332706153] platform caam_smusb usb1: Product: [0080] 00 00 00 00 00 00 00 00EHCI Host Controller[ 4.161999711041] platform caam_smusb usb1: [0088] 00 00 00 00 00 00 00 00Manufacturer: Linux 5.15.71-desk-mx6-l-4.0.0 ehci_hcd[ 4.167679718050] platform caam_smusb usb1: 128-bit unwritten blobSerialNumber:ci_hdrc.1[ 4.172738723105] platform caam_smhub 1-0: [0000] 00 00 00 00 00 00 00 001.0: USB hub found[ 4.178423726933] platform caam_smhub 1-0:1.0: [0008] 00 00 00 00 00 00 00 001 port detected[ 4.184106732934] platform caam_smgalcore: clk_get vg clock failed, disable vg![0016 4.739339] 00 00 00 00 00 00 00 00Galcore version 6.4.3.p4.398061[ 4.189772880105] platform caam_sm: [0024drm] 00 00 00 00 00 00 00 00Initialized vivante 1.0.0 20170808 for 130000.gpu on minor 0[ 4.195455889128] platform caam_smmxc_vpu 2040000.vpu_fsl: VPU initialized[0032 4.896767] 00 00 00 00 00 00 00 00imx_thermal 20c8000.anatop:tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C[ 4.201124907552] platform caam_sm: [0040] 00 00 00 00 00 00 00 00Hot alarm is canceled. GPU3D clock will return to 64/64[ 4.206805933919] platform caam_smimx_epdc_fb 20f4000.epdc: can't get/select pinctrl[0048 5.028305] 00 00 00 00 00 00 00 00[ 4Micrel KSZ9031 Gigabit PHY 2188000.ethernet-1:07: attached PHY driver (mii_bus:phy_addr=2188000.212473] platform caam_smethernet-1: [0056] 00 00 00 00 00 00 00 0007, irq=POLL)[ 47.218155115394] platform caam_smfec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx[0064 7.134953] 00 00 00 00 00 00 00 00IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready[ 47.223839164920] platform caam_smIP-Config: Complete: [0072] 00 00 00 00 00 00 00 00 [ 47.229505168174] platform caam_sm device=eth0, hwaddr=32:91:96:65: [0080] 00 00 00 00 00 00 00 00[ 4.235187] platform caam_smf9: [0088] 00 00 00 00 00 00 00 00[ 4b8, ipaddr=192.168.0.165, mask=255.255.255.0, gw=255.255.255.240852] platform caam_sm: 196-bit unwritten blob:255[ 47.245928178931] platform caam_sm: [0000] 00 00 00 00 00 00 00 00 host=xelk, domain=, nis-domain=(none)[ 47.251595184103] platform caam_sm: [0008] 00 00 00 00 00 00 00 00 bootserver=192.168.0.167, rootserver=192.168.0.167, rootpath=[ 47.257277184439] platform caam_smcfg80211: Loading compiled-in X.509 certificates for regulatory database[0016 7.204128] 00 00 00 00 00 00 00 00cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'[ 47.262945211234] platform caam_smregulatory.0: [0024] 00 00 00 00 00 00 00 00Direct firmware load for regulatory.db failed with error -2[ 47.268627220744] platform caam_smALSA device list: [0032 7.223740] 00 00 00 00 00 00 00 00 #0: sbcx-audio-tlv320aic3100[ 47.274316228107] platform caam_smregulatory.0: [0040] 00 00 00 00 00 00 00 00Falling back to sysfs fallback for: regulatory.db[ 47.279984283586] platform caam_smVFS: Mounted root (nfs filesystem) on device 0: [0048] 00 00 00 00 00 00 00 0014.[ 47.285670294800] platform caam_smdevtmpfs: mounted[0056 7.301196] 00 00 00 00 00 00 00 00Freeing unused kernel image (initmem) memory: 1024K[ 47.291337325727] platform caam_sm: [0064] 00 00 00 00 00 00 00 00Run /sbin/init as init process[ 47.297019916979] platform caam_sm: systemd[00721] 00 00 00 00 00 00 00 00: System time before build time, advancing clock.[ 47.302688957056] platform caam_sm: systemd[0080] 00 00 00 00 00 00 00 00[ 4.3083691] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4systemd 250.314050] platform caam_sm: 2565+ running in system mode (-PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -bit unwritten blob:[ 4.319110] platform caam_sm: [0000] 00 00 00 00 00 00 00 00[ 4.324794] platform caam_sm: [0008] 00 00 00 00 00 00 00 00[ 4.330462] platform caam_sm: [0016] 00 00 00 00 00 00 00 00[ 4.336144] platform caam_sm: [0024] 00 00 00 00 00 00 00 00[ 4.341812] platform caam_sm: [0032] 00 00 00 00 00 00 00 00[ 4.347494] platform caam_sm: [0040] 00 00 00 00 00 00 00 00[ 4.353161] platform caam_sm: [0048] 00 00 00 00 00 00 00 00[ 4.358842] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.364524] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.370191] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.375873] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.381539] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.387381] platform caam_sm: 64-bit black key in blob:[ 4.392617] platform caam_sm: [0000] 54 28 88 21 a2 9e b8 df[ 4.398310] platform caam_sm: [0008] 0e ef 5c cb 41 fb e2 8f[ 4.403998] platform caam_sm: [0016] 95 5d ac 4a 95 a1 88 25[ 4.409667] platform caam_sm: [0024] 69 70 87 a2 ed f5 f8 85[ 4.415351] platform caam_sm: [0032] ca ba 17 34 f9 e0 de 6b[ 4.421019] platform caam_sm: [0040] 7b 38 9f 05 95 58 af 3f[ 4.426701] platform caam_sm: [0048] 65 a9 18 99 e6 6a bd 2d[ 4.432370] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.438052] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.443734] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.449401] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.455084] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.460749] platform caam_sm: 128-bit black key in blob:[ 4.466085] platform caam_sm: [0000] 9e e6 ae ce dd ae ad b3[ 4.471752] platform caam_sm: [0008] 49 a5 65 3e 9d c1 b5 16[ 4.477436] platform caam_sm: [0016] e8 9e be 14 50 34 21 56[ 4.483103] platform caam_sm: [0024] a1 d6 59 db 53 cb 00 39[ 4.488819] platform caam_sm: [0032] 8b d6 eb 76 a3 88 46 9f[ 4.494504] platform caam_sm: [0040] 4d 86 66 1e ed ec b4 74[ 4.500171] platform caam_sm: [0048] 54 77 9b 6f 85 70 77 89[ 4.505855] platform caam_sm: [0056] 56 ae 21 fc 7c cd 52 29[ 4.511523] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.517204] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.522873] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.528556] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.534244] platform caam_sm: 192-bit black key in blob:[ 4.539567] platform caam_sm: [0000] 5d 6d 44 15 1f 9b 20 5b[ 4.545253] platform caam_sm: [0008] 67 60 06 7e 96 c8 80 a6[ 4.550920] platform caam_sm: [0016] 18 be 81 47 9d ac c4 e5[ 4.556603] platform caam_sm: [0024] b9 57 bf b1 38 44 61 cd[ 4.562271] platform caam_sm: [0032] 78 21 08 d8 e6 70 27 4f[ 4.567953] platform caam_sm: [0040] 11 b9 7d 64 3c 9b 34 46[ 4.573638] platform caam_sm: [0048] fe 80 e8 c8 53 d7 4a 18[ 4.579305] platform caam_sm: [0056] d8 e8 e1 04 01 20 0b c2[ 4.584989] platform caam_sm: [0064] c9 b2 8c 56 b3 0b 63 cd[ 4.590656] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.596338] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.602006] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.607685] platform caam_sm: 256-bit black key in blob:[ 4.613008] platform caam_sm: [0000] c6 a3 12 6c 0a 23 11 16[ 4.618691] platform caam_sm: [0008] 14 ed 6c f9 64 6c 5c 8e[ 4.624374] platform caam_sm: [0016] 66 fd 1b df 64 2c a5 09[ 4.630041] platform caam_sm: [0024] e0 9c 97 df 8b 15 a5 3f[ 4.635724] platform caam_sm: [0032] 30 cf c3 57 24 26 96 cc[ 4.641392] platform caam_sm: [0040] 09 43 26 f0 76 25 23 c4[ 4.647076] platform caam_sm: [0048] 14 aa a2 84 30 6b 1 [ 7.364285] fec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx[ 7.383840] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready[ 7.413781] IP-Config: Complete:[ 7.417007] device=eth0, hwaddr=fa:2a:07:88:45:42, ipaddr=192.168.0.90, mask=255.255.255.0, gw=255.255.255.255[ 7.427509] host=xelk, domain=, nis-domain=(none)[ 7.432673] bootserver=192.168.0.125, rootserver=192.168.0.125, rootpath=[ 7.441102] usb_otg_vbus: disabling[ 7.444725] wlan-en-regulator: disabling[ 7.449269] VGEN1: disabling[ 7.452711] VGEN6: disabling[ 7.456242] ALSA device list:[ 7.459220] #0: sbcx-audio-tlv320aic3100[ 7.529614] VFS: Mounted root (nfs filesystem) on device 0:13.[ 7.536224] devtmpfs: mounted[ 7.540093] Freeing unused kernel memory: 1024K[ 7.566197] random: crng init done[ 7.984731] systemd[1]: System time before build time, advancing clock.[ 8.034184] systemd[1]: systemd 237 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)[ 87.056360989605] systemd[1]: Detected architecture arm.
Welcome to NXP i.MX Release Distro 45.1415-sumo kirkstone (sumokirkstone)!
[ 8.107503041227] systemd[1]: Set hostname Hostname set to <imx6qdlxelkdesk-mx6>.[ 8.125889246912] systemd-sysv-generator[1184]: Initializing machine ID from random SysV service '/etc/init.d/single' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.[ 8.307259] systemd-sysv-generator[184]: SysV service '/etc/init.d/halt' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.[ 8.464501351573] systemd-sysv-generator[1184]: File SysV service '/libetc/init.d/sendsigs' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemdunit file, in order to make it more safe and robust.[ 8.378863] systemd-sysv-generator[184]: SysV service '/etc/systeminit.d/umountfs' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.[ 8.412370] systemd-journaldsysv-generator[184]: SysV service '/etc/init.d/alignment.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.[ 8.442092] systemd-sysv-generator[184]: SysV service'/etc/init.d/rc.local' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.[ 8.467572] systemd-sysv-generator[184]:35 configures an IP firewall (IPAddressDeny=any)SysV service '/etc/init.d/reboot' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, but the local in order to make it more safe and robust.[ 8.494613] systemd-sysv-generator[184]: SysV service '/etc/init.d/umountnfs.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.[ 8.520862] systemd-sysv-generator[184]: SysV service '/etc/init.d/save-rtc.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.[ 8.582466] systemd[175]: /lib/systemd/system does not support BPF-generators/cgroup based firewallingsystemd-gpt-auto-generator failed with exit status 1.[ 89.481603618764] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown Queued start job for the first loaded unit using IP firewallingdefault target Multi-User System.[ 9.630514] systemd[1]: Created slice Slice /system/getty.[ OK ] Created slice Slice /system/getty.[ 9.666853] systemd[1]: Created slice Slice /system/modprobe.[ OK ] Created slice Slice /system/modprobe.[ 9.707865] systemd[1]: Created slice Slice /system/serial-getty.[ OK ] Created slice Slice /system/serial-getty.[ 9.747004] systemd[1]: Created slice User and Session Slice.[ OK ] Created slice User and Session Slice.[ 9.786116] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.[ OK ] Started Dispatch Password …ts to Console Directory Watch.[ 9.825968] systemd[1]: Started Forward Password Requests to Wall Directory Watch.[ OK ] Started Forward Password R…uests to Wall Directory Watch.)[ 9.046238866372] systemd[1]: Reached target Host and Network Name Lookups.
[ OK ] Reached target Host and Network Name Lookups.
[ 9.084367905390] systemd[1]: Created slice User and Session SliceReached target Path Units.[ OK ] Created slice User and Session SliceReached target Path Units.[ 9.114014935542] systemd[1]: Started Forward Password Requests to Wall Directory WatchReached target Remote File Systems.[ OK ] Started Forward Password Requests to Wall Directory WatchReached target Remote File Systems.[ 9.154805975450] systemd[1]: Created slice System Reached target SliceUnits.[ OK ] Created slice System Reached target SliceUnits.[ 10.005633] systemd[1]: Reached target Swaps.[ OK ] Reached target Swaps.[ 10.042114] systemd[1]: Listening on RPCbind Server Activation Socket.[ OK ] Listening on RPCbind Server Activation Socket.[ 10.075548] systemd[1]: Reached target RPC Port Mapper.[ OK ] Reached target RPC Port Mapper.[ 10.119903] systemd[1]: Listening on Syslog Socket.[ OK ] Listening on Syslog Socket.[ 10.156305] systemd[1]: Listening on initctl Compatibility Named Pipe.[ OK ] Listening on initctl Compatibility Named Pipe.[ 10.256487] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).[ 10.269045] systemd[1]: Listening on Journal Socket (/dev/log).[ OK ] Listening on Journal Socket (/dev/log).[ 10.307050] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
Starting Load Kernel Modules.[ 10.348551] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 10.391578] systemd[1]: Listening on udev Control Socket.[ OK ] Listening on Syslog udev Control Socket.[ 10.426745] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ OK 10.467836] systemd[1] Started Dispatch Password Requests to Console Directory Watch: Listening on User Database Manager Socket.[ OK ] Created slice system-gettyListening on User Database Manager Socket.slice[ 10.506632] systemd[ OK 1] Reached target Swap. Mounting Temporary Directory : Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/tmphugepages)...[ OK 10.520788] Reached target Paths.systemd[ OK 1] Reached target Slices. Starting Setup Virtual Console..: POSIX Message Queue File System was skipped because of a failed condition check (ConditionPathExists=/proc/sys/fs/mqueue).[ OK ] Created slice system-serial\x2dgetty 10.slice.[ OK 541960] Listening on /dev/initctl Compatibility Named Pipe.systemd[ OK 1] Reached target Remote File Systems. Starting Remount Root and : Mounting Kernel Debug File Systems...[ OK ] Listening on udev Control Socket. Starting udev Coldplug all DevicesSystem...
Mounting Kernel Debug File System...
[ OK 10.577036] Listening systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).[ 10.604010] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp...[ 10.638407] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/5.15.71-desk-mx6-l-4.0.0/modules.devname).[ 10.665326] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs...[ 10.706855] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm...[ 10.751458] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse...[ 10.797447] systemd[1]: Starting RPC Bind... Starting RPC Bind...[ 10.839301] systemd[1]: File System Check on Journal Socket Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/dev).[ 10.853960] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/logcgroup firewalling.[ 10.867032] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)[ 10.879444] systemd[1]: Starting Journal Service...
Starting Journal Service...
[FAILED 10.937041] systemd[1] Failed to start : Load Kernel Moduleswas skipped because all trigger condition checks failed.[ 10.951016] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network …ts from Kernel command line...[ 11.003651] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems...See 'systemctl status [ 11.049746] systemd-modules-load[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables..service' for details.[ OK 11.098154] systemd[1] Mounted Temporary Directory (/tmp): Starting Coldplug All udev Devices... Starting Coldplug All udev Devices...[ OK 11.172565] systemd[1] : Started Setup Virtual ConsoleRPC Bind.[ OK ] Started Remount Root and RPC Bind.[ 11.218103] systemd[1]: Mounted Kernel Debug File SystemsSystem.
[ OK ] Mounted Kernel Debug File System.
Starting Rebuild Hardware Database[ 11.236271] systemd[1]: Mounted Temporary Directory /tmp.[ OK ] Mounted Temporary Directory /tmp.[ 11.256985] systemd[1]: modprobe@configfs.service: Deactivated successfully. Starting Create System Users[ 11.275912] systemd[1]: Finished Load Kernel Module configfs.[ OK ] Finished Load Kernel Module configfs.[ 11.317000] systemd[1]: modprobe@drm.service: Deactivated successfully.[ 11.335630] systemd[1]: Finished Load Kernel Module drm.[ OK ] Finished Load Kernel Module drm.[ 11.377088] systemd[1]: modprobe@fuse.service: Deactivated successfully.[ 11.395652] systemd[1]: Finished Load Kernel Module fuse.[ OK ] Finished Load Kernel Module fuse.[ 11.436772] systemd[1]: Finished Generate network units from Kernel command line.[ OK ] Finished Generate network units from Kernel command line.[ 11.486737] systemd[1]: Finished Remount Root and Kernel File Systems.[ OK ] Finished Remount Root and Kernel File Systems.[ 11.525808] systemd[1]: Started Journal Service.[ OK ] Started Journal Service.[ OK ] Finished Apply Kernel Variables.
Mounting FUSE Control File System...
Starting Apply Kernel Variables...
Mounting Kernel Configuration File System...
Starting Flush Journal to Persistent Storage... Starting Create Static Device Nodes in /dev...[ 11.762901] systemd-journald[ OK 192] Started Journal Service: Received client request to flush runtime journal.
[ OK ] Mounted FUSE Control File System.
[ OK ] Started Apply Kernel Variables.
[ OK ] Mounted Kernel Configuration File System.
Starting Flush Journal to Persistent Storage...[ OK ] Started Create System Users.[ OK ] Started udev Coldplug all Devices. Starting Create Static Device Nodes in /dev...[ 10.525553] systemd-journald[186]: Received request to flush runtime journal from PID 1[ OK ] Started Finished Flush Journal to Persistent Storage.[ OK ] Started Finished Create Static Device Nodes in /dev.[ OK ] Reached target Preparation for Local File Systems (Pre).
Mounting /var/volatile...
[ OK ] Reached target Containers Starting Rule-based Manage…for Device Events and Files...
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Rebuild Journal Catalog...
Starting Rebuild Dynamic Linker Cache...
Starting Create Volatile Files and Directories...
[ OK ] Started Finished Coldplug All udev Devices.[ OK ] Finished Load/Save Random Seed.[ OK ] Started Rebuild Journal CatalogRule-based Manager for Device Events and Files.[ OK ] Started Finished Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting [FAILED] Failed to start Network Time Synchronization...[ OK ] Started Update UTMP about System Boot/ShutdownSee 'systemctl status systemd-timesyncd.[ OK ] Started Rebuild Hardware Database.[ OK ] Started Network Time Synchronizationservice' for details.[ OK ] Reached target System Time SynchronizedSet. Starting udev Kernel Device ManagerRecord System Boot/Shutdown in UTMP...[ OK ] Started udev Kernel Device Manager. Starting Stopped Network Service... Starting Start Psplash Boot Screen..Time Synchronization.[ OK FAILED] Started Start Psplash Boot Screen.[ OK ] Started Failed to start Network ServiceTime Synchronization.[ 13.920507] imxSee 'systemctl status systemd-sdma 20ec000timesyncd.sdma: loaded firmware 3service' for details.4[ 14.177573] ERROR: v4l2 capture: slave not found![ OK ] Found device Finished Record System Boot/dev/ttymxc2.[ 14.444428] wlcore: WARNING Detected unconfigured mac address Shutdown in nvs, derive from fuse instead.[ 14.444428][ 14.455445] wlcore: WARNING Your device performance is not optimized.[ 14.455445][ 14.466030] wlcore: WARNING Please use the calibrator tool to configure your device.[ 14.466030][ 14.477967] wlcore: loaded[ 15.716519] EXT4-fs (mmcblk0p2): recovery complete[ 15.724926] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)[ 15.804086] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsckUTMP.[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Load Kernel Modules...[ OK ] Created slice system-systemd\x2dbacklight.slice. Starting Load/Save Screen Backlight…ightness of backlight:backlight..Stopped Network Time Synchronization.[FAILED] Failed to start Load Kernel ModulesNetwork Time Synchronization.See 'systemctl status systemd-modules-loadtimesyncd.service' for details.[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight. Starting Load/Save RF Kill Switch Status...[ OK ] Started Load/Save RF Kill Switch Status.[ OK ] Started Rebuild Dynamic Linker Cache. Starting Update is Completed...[ OK ] Started Update is Completed.
[ OK ] Reached target System Initialization.
[ OK ] Started dnf makecache timer.[ OK ] Started dnf-automatic-install timer.[ OK ] Listening on RPCbind Server Activation Socket.[ OK ] Started dnf-automatic-download timer.[ OK ] Listening on dropbear.socketDaily rotation of log files.
[ OK ] Started Daily Cleanup of Temporary Directories.
Starting Console System Startup Logging[ OK ] Reached target Timer Units.[ 13.308002] mtdblock: MTD device 'nand-SPL' is NAND, please consider using UBI block devices instead.[ OK ] Started Daily rotation of log filesListening on Avahi mDNS/DNS-SD Stack Activation Socket.[ 13.336362] mtdblock: MTD device 'nand-env1' is NAND, please consider using UBI block devices instead.[ 13.340860] mtdblock: MTD device 'nand-uboot' is NAND, please consider using UBI block devices instead.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ 13.377647] mtdblock: MTD device 'nand-env2' is NAND, please consider using UBI block devices instead. Starting sshd.socket...[ 13.416268] mtdblock: MTD device 'nand-fdt' is NAND, please consider using UBI block devices instead.[ 13.601631] mtdblock: MTD device 'nand-spare' is NAND, please consider using UBI block devices instead.[ 13.704748] mtdblock: MTD device 'nand-kernel' is NAND, please consider using UBI block devices instead.[ OK ] Listening on Avahi mDNS/DNSsshd.socket.[ 13.743782] mtdblock: MTD device 'nand-SD Stack Activation Socketsplash' is NAND, please consider using UBI block devices instead.[ OK ] Reached target SocketsCreated slice Slice /system/systemd-backlight.[ OK ] Started dnf-automatic-notifyonly timerReached target Socket Units.[ OK 14.056270] Started dnfmtdblock: MTD device 'nand-automatic timerubi' is NAND, please consider using UBI block devices instead.
[ OK ] Reached target Basic System.
Starting Telephony service..[ OK ] Started Job spooling tools.
[ OK ] Started Periodic Command Scheduler.
Starting Generate options for connection serviceD-Bus System Message Bus...[ OK ] Started Linux Firmware Loader Daemon.[ OK ] Started Job spooling toolsConfiguration for i.MX GPU (Former rc_gpu.S). Starting Login ServiceIPv6 Packet Filtering Framework... Starting RPC Bind ServiceIPv4 Packet Filtering Framework...
Starting Network Time Service (one-shot ntpdate mode)...
Starting Telephony service...
[ OK ] Started System Logging Service.
[ 14.685678] imx-sdma 20ec000.sdma: firmware found.
Starting Load/Save Screen …ness of backlight:backlight...
[ 14.718755] imx-sdma 20ec000.sdma: loaded firmware 3.6
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
[ OK ] Stopped Network Time Synchronization.
syslogd[313]: Error opening log file: /var/log/auth.log: No such file or directory
syslogd[313]: Error opening log file: /var/log/syslog: No such file or directory
syslogd[313]: Error opening log file: /var/log/kern.log: No such file or directory
syslogd[313]: Error opening log file: /var/log/mail.log: No such file or directory
syslogd[313]: Error opening log file: /var/log/mail.err: No such file or directory
syslogd[313]: Error opening log file: /var/log/messages: No such file or directory
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
Starting OpenSSH Key Generation...
[ OK ] Started D-Bus System Message Bus.
[ OK ] Started Login ServiceFinished IPv6 Packet Filtering Framework.[ OK ] Started Xserver startup without a display managerFinished IPv4 Packet Filtering Framework. Starting System Logging [ OK ] Finished Network Time Service..(one-shot ntpdate mode). Starting Avahi mDNS[ OK ] Finished Load/DNS-SD Stack.Save Screen …htness of backlight:backlight.[ OK ] Started Telephony service.[ OK ] Started Updates psplash to basicFinished OpenSSH Key Generation.[ OK ] Started Configuration Reached target Preparation for i.MX GPU (Former rc_gpu.S)Network.[ OK ] Reached target TimersHardware activated USB gadget.
Starting Save/Restore Sound Card State...
[ OK ] Started Console System Startup Logging.
[ OK ] Started Generate options for connection service.
[ OK ] Started RPC Bind Service.
[ OK ] Started Network Time Service (one-shot ntpdate mode).
[ OK ] Started System Logging Service.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Telephony service.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Reached target Sound Card.
Starting Kernel Logging Service...
Starting Connection service...
[ OK ] Started Stopped User Login Management. Starting Load Kernel Logging ServiceModule drm... Starting Network Configuration...[ OK ] Stopped Network Time Synchronization.[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Finished Load Kernel Module drm.[ OK ] Finished Save/Restore Sound Card State.
[ OK ] Started Connection service.
[ OK ] Reached target Sound Card.[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. Starting Avahi mDNS/DNS-SD Stack...[FAILED] Failed to start User Login Management.See 'systemctl status systemd-logind.service' for details.[ OK ] Stopped Network Time Synchronization.[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Started Network Configuration.[ OK ] Started Avahi mDNS/DNS-SD Stack.[FAILED] Failed to start Hostname Service.See 'systemctl status systemd-hostnamed.service' for details.[ OK ] Stopped User Login Management. Starting Load Kernel Module drm... Starting Load/Save RF Kill Switch Status...
Starting WPA supplicant...
[ OK ] Finished Load Kernel Module drm.
[ OK ] Started Load/Save RF Kill Switch Status.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
[ OK ] Stopped User Login Management.
Starting Load Kernel Module drm...
[ OK ] Started WPA supplicant.
[ OK ] Started Hostname ServiceFinished Load Kernel Module drm.
[ OK ] Reached target Network.
[ OK ] Started NFS status monitor for NFSv2/3 locking..
[ OK FAILED] Started Target Communication Framework agent.[ OK ] Started Update psplash Failed to start Respond to networkIPv6 Node Information Queries. Starting Terminate Psplash Boot Screen.See 'systemctl status ninfod.service' for details.
Starting /etc/rc.local Compatibility...
[ OK FAILED] Started Terminate Psplash Boot ScreenFailed to start Network Router Discovery Daemon.See 'systemctl status rdisc.service' for details.[FAILED] Failed to start User Login Management.See 'systemctl status systemd-logind.service' for details.
[ OK ] Started /etc/rc.local Compatibility.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttymxc2.
[ OK ] Started Getty Reached target Login Prompts.[ OK ] Stopped User Login Management. Starting Load Kernel Module drm...[ OK ] Finished Load Kernel Module drm.[ OK ] Created slice Slice /system/systemd-fsck. Starting File System Check on tty1/dev/mmcblk0p1... Starting Bluetooth File System Check on /dev/mmcblk0p2...[FAILED] Failed to start User Login Management.See 'systemctl status systemd-logind.service' for details.[ OK ] Reached target Multi-User System. Starting Record Runlevel Change in UTMP...[ OK ] Stopped User Login Management. Starting Load Kernel Module drm...[ OK ] Finished Load Kernel Module drm.[ OK ] Started Bluetooth Finished Record Runlevel Change in UTMP.[FAILED] Failed to start User Login Management.See 'systemctl status systemd-logind.service' for details.[ OK ] Finished File System Check on /dev/mmcblk0p2. Mounting /run/media/root-mmcblk0p2...[ 22.602715] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.[ OK ] Mounted /run/media/root-mmcblk0p2.[ OK ] Finished File System Check on /dev/mmcblk0p1. Mounting /run/media/boot-mmcblk0p1...[ OK ] Mounted /run/media/boot-mmcblk0p1.
NXP i.MX Release Distro 45.1415-sumo imx6qdlxelk kirkstone desk-mx6 ttymxc2
imx6qdlxelk desk-mx6 login:rootroot@desk-mx6:~# uname -aLinux desk-mx6 5.15.71-desk-mx6-l-4.0.0 #1 SMP PREEMPT Mon Apr 3 18:04:15 CEST 2023 armv7l armv7l armv7l GNU/Linuxroot@desk-mx6:~#
</pre>
8,226
edits