Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX6UL-L/General/Booting from NFS

47,990 bytes added, 11 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"|{{oldid|14307|1.0.02021/04/21}}|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"|Apr 2021|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; borderFirst DESK-bottom:solid 2px #73B2C7; backgroundMX6UL-color:#edf8fb; padding:5px; color:#000000"|First DESK L release
|-
|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"|2{{oldid|16338|2022/03/16}}|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-MX6UL-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"|Mar 20222023/05/05|! 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"|DESK 3-MX6UL-L 4.0.0 release
|-
|}
The [[DESK-MX6UL-L | DESK-MX6UL-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 describe 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-netcfgwiki.yaml network: version: 2 ethernets: eth0: dhcp4: false addresses: - 192dave.168.0.125eu/24 gateway4: 192.168.0index.254 nameservers: addresses: [8.8.8.8, 1.1.1.1]dvdk@vagrant:~$ <php/pre> and restart it: <pre class="workstation-terminal">dvdk@vagrant:~$ sudo netplan applydvdk@vagrant:~$ </pre> Check or re-configure the Host IP address <pre class="workstation-terminal">dvdk@vagrant:~$ ip addr1: 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 forever2: 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 foreverdvdk@vagrant:~$ </pre> ==== nfs server ====The NFS server should exports the correct file system directory (in our example) <pre>dvdk@vagrant:~$ cat /etc/exports /home 0.0.0.0/0.0.0.0(rw,async,no_root_squash,no_subtree_check,crossmnt)dvdk@vagrant:~$ </pre> otherwise, change its configuration and then restart the nfs server: <pre>dvdk@vagrant:~$ sudo /etc/init.d/nfs-kernel-server restart[sudoVirtualBox_Network_Configuration VirtualBox Network Configuration] password for dvdk: * Stopping NFS kernel daemon [ OK ] * Unexporting directories for NFS kernel daemon... [ OK ] * Exporting directories for NFS kernel daemon... [ OK ] * Starting NFS kernel daemon [ OK ] dvdk@vagrant:~$ </pre>
=== Target configuration ===
<pre>
=> setenv bootfile /tftpboot/desk-mx-l/desk-mx6ul-l-1.0.0_uImageuImage=> setenv fdtfile /tftpboot/desk-mx-l/desk-mx6ul-l-1.0.0_imx6ulimx6ul-lynx-som0013-cb002f.dtb
</pre>
<pre class="mw-collapsible mw-collapsed workstation-terminal">
U-Boot SPL 20182022.0304-desk-mx6ul-l-14.0.1 0 (Apr 20 2021 14 2023 - 1210:4413:32 15 +0200)SOM ConfigID#: 0000001300000014
Trying to boot from MMC1
U-Boot 20182022.0304-desk-mx6ul-l-14.0.1 0 (Apr 20 2021 14 2023 - 1210:4413:32 15 +0200), Build: desk-mx6ul-l-1.0.1
CPU: Freescale i.MX6UL rev1.2 528 MHz (running at 396 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 43C58CReset cause: PORWDOG
I2C: ready
DRAM: 512 256 MiBRelocating to 9ff4f0008ff57000, new gd at 9df4eeb08fb56ec0, sp at 9df4ee908fb56ea0Core: 2 devices, 2 uclasses
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
NAND: 1024 128 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... OK*** Warning - bad CRC, using default environment No panel detected: default to MI0700AJT-30Display: MI0700AJT-30 (800x480)Video: 800x480x18
In: serial
Out: serial
switch to partitions #0, OK
mmc0 is current device (SD)
SOM ConfigID#: 0000001300000014SOM UniqueID#: e933585dee6ac309:0f2f21d42f3211d4CB ConfigID#: 0000002f0000003a
CB UniqueID#: 00000000:00000000
Board: MX6UL SBC LynxAXEL ULite rev.A on SDV04
Net: FEC0
Warning: FEC0 (eth0) using random MAC address - 7a12:f5bd:7c8b:8655:e3c9:acfd
Normal Boot
Hit ENTER within 3 seconds any key to stop autoboot: 3 ��� 0
=> run net_nfs
Using FEC0 device
TFTP from server 192.168.0.125; our IP address is 192.168.0.90
Filename 'desk-mxmx6ul-l/desk-mx6ul-l-1.0.0_uImageuImage'.
Load address: 0x80800000
Loading: #################################################################
################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###### 585 KiB 1.9 MiB/s
done
Bytes transferred = 7056696 8016520 (6bad38 7a5288 hex)
Using FEC0 device
TFTP from server 192.168.0.125167; our IP address is 192.168.0.90165Filename 'desk-mxmx6ul-l/desk-mx6ul-l-1.0.0_imx6ul-lynximx6ul-som0013axelulite-cb002fcb003a.dtb'.
Load address: 0x83000000
Loading: #######
546 1.9 KiB5 MiB/s
done
Bytes transferred = 34211 32964 (85a3 80c4 hex)FDT: override 'som_uniqueid' with 'e933585dee6ac309:0f2f21d42f3211d4'
FDT: override 'cb_uniqueid' with '00000000:00000000'
## Booting kernel from Legacy Image at 80800000 ...
Image Name: Linux-45.1415.9871-desk-mx6ul-l-14.0.0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 7056632 8016456 Bytes = 7.6.7 MiB
Load Address: 80008000
Entry Point: 80008000
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
Loading Kernel Image ... OK reserving fdt memory region: addr=83000000 size=9000
Using Device Tree in place at 83000000, end 8300bfff
Modify /soc/aips-bus@02000000/bee@02044000:status disabled
ft_system_setup for mx6
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 45.1415.9871-desk-mx6ul-l-14.0.0 (jenkins@xenialbakeryfocalbakery) (arm-poky-linux-gnueabi-gcc version 7(GCC) 11.3.0 , GNU ld (GCCGNU Binutils)2.38.20220708) #1 SMP PREEMPT Mon Apr 12 133 18:0611:54 32 CEST 20212023[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Freescale i.MX6 UltraLite LYNX BoardAxelULite on SFCZG
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Zone ranges:[ 0.000000] Normal [mem 0x0000000080000000-0x000000008fffffff][ 0.000000] HighMem empty[ 0.000000] Movable zone start for each node[ 0.000000] Early memory node ranges[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008fffffff][ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000008fffffff][ 0.000000] percpu: Embedded 16 12 pages/cpu @9fbcf000 s35596 s17036 r8192 d21748 u65536d23924 u49152[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 13004865024[ 0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.0.125167:/home/dvdk/desk-mx-l/rfs/desk-mx6ul-l/,v3,tcp ip=192.168.0.90165:192.168.0.125167::255.255.255.0:lynx:eth0:off panic=1 fec_mac= 12:bd:8b:55:c9:fd console=ttymxc0,115200 vmalloc=400M 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 hash table entriesUnknown kernel command line parameters "fec_mac=12:bd:8b:55: 2048 (orderc9: 1fd", 8192 bytes)will be passed to user space.[ 0.000000] Dentry cache hash table entries: 65536 32768 (order: 65, 262144 131072 bytes, linear)[ 0.000000] Inode-cache hash table entries: 32768 16384 (order: 54, 131072 65536 bytes, linear)[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off[ 0.000000] Memory: 505116K241540K/524288K 262144K available (9216K 12288K kernel code, 662K 1353K rwdata, 2556K 2332K rodata, 1024K init, 426K 407K bss, 19172K 20604K reserved, 0K cma-reserved, 0K highmem)[ 0.000000] Virtual kernel memory layout:[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)[ 0.000000] vmalloc : 0xa0800000 - 0xff800000 (1520 MB)[ 0.000000] lowmem : 0x80000000 - 0xa0000000 ( 512 MB)[ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)[ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)[ 0.000000] .text : 0x80008000 - 0x80a00000 (10208 kB)[ 0.000000] .init : 0x80d00000 - 0x80e00000 (1024 kB)[ 0.000000] .data : 0x80e00000 - 0x80ea58f8 ( 663 kB)[ 0.000000] .bss : 0x80eae730 - 0x80f19048 ( 427 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.[ 0.000000] rcu: RCU event tracing is enabled.[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.[ 0.000000] Trampoline variant of Tasks RCU enabled.[ 0.000000] rcu: RCUcalculated value of scheduler-enlistment delay is 10 jiffies.[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] Switching to timer-based delay loop, resolution 333ns41ns[ 0.000017000003] sched_clock: 32 bits at 3000kHz24MHz, resolution 333ns41ns, wraps every 715827882841ns89478484971ns[ 0.000059000056] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 79635851949 ns[ 0.003068002940] Console: colour dummy device 80x30[ 0.003126003055] Calibrating delay loop (skipped), value calculated using timer frequency.. 648.00 BogoMIPS (lpj=30000240000)[ 0.003167003114] pid_max: default: 32768 minimum: 301[ 0.003446003496] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)[ 0.003482003561] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)[ 0.004713005206] CPU: Testing write buffer coherency: ok[ 0.005302005901] /cpus/cpu@0 missing clock-frequency propertyCPU0: update cpu_capacity 1024[ 0.005341005957] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000[ 0.040538008385] Setting up static identity map for 0x80100000 - 0x80100060[ 0.060541008814] rcu: Hierarchical SRCU implementation.[ 0.100783011506] smp: Bringing up secondary CPUs ...[ 0.100824011557] smp: Brought up 1 node, 1 CPU[ 0.100851011592] SMP: Total of 1 processors activated (648.00 BogoMIPS).[ 0.100870011623] CPU: All CPU(s) started in SVC mode.[ 0.102452012672] devtmpfs: initialized[ 0.118845025295] random: get_random_u32 called from bucket_table_alloc+0x114/0x23c with crng_init=0Duplicate name in lcdif@21c8000, renamed to "display#1"[ 0.119329029731] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5[ 0.119922030464] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns[ 0.119977030541] futex hash table entries: 256 (order: 2, 16384 bytes, linear)[ 0.120319030796] pinctrl core: initialized pinctrl subsystem[ 0.122467034466] NET: Registered PF_NETLINK/PF_ROUTE protocol family 16[ 0.123341035249] DMA: preallocated 256 KiB pool for atomic coherent allocations[ 0.131145038239] cpuidlethermal_sys: using Registered thermal governor menu'step_wise'[ 0.146216038271] vdd3p0thermal_sys: supplied Registered thermal governor 'user_space'[ 0.039142] cpuidle: using governor menu[ 0.039595] CPU identified as i.MX6UL, silicon rev 1.2[ 0.039637] Use WDOG1 as reset source[ 0.067130] vdd3p0: supplied by regulator-dummy[ 0.147452068251] cpu: supplied by regulator-dummy[ 0.148621069846] vddsoc: supplied by regulator-dummy[ 0.168907104132] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.[ 0.168941104200] hw-breakpoint: maximum watchpoint size is 8 bytes.[ 0.171853107255] imx6ul-pinctrl 20e0000.iomuxcpinctrl: initialized IMX pinctrl driver[ 0.174945110386] imx mu driver is registered.[ 0.111452] imx rpmsg driver is registered.[ 0.255208195510] vgaarb: loaded[ 0.256647196988] SCSI subsystem initialized[ 0.262856198278] usbcore: registered new interface driver usbfs[ 0.263013198431] usbcore: registered new interface driver hub[ 0.263231198569] usbcore: registered new device driver usb[ 0.265540201260] i2c i2c-0: IMX I2C adapter registered[ 0.265589203230] i2c i2c-1: IMX I2C adapter registered[ 0.204124] mc: can't use DMA, using PIO insteadLinux media interface: v0.10[ 0.266643204248] videodev: Linux video capture interface: v2.00[ 0.266805204463] pps_core: LinuxPPS API ver. 1 registered[ 0.266828204496] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>[ 0.266886204559] PTP clock support registered[ 0.268580206556] MIPI CSI2 driver module loaded[ 0.268990206704] Advanced Linux Sound Architecture Driver Initialized.[ 0.270559208560] Bluetooth: Core ver 2.22[ 0.270674208720] NET: Registered PF_BLUETOOTH protocol family 31[ 0.270700208750] Bluetooth: HCI device and connection manager initialized[ 0.270741208805] Bluetooth: HCI socket layer initialized[ 0.270773208840] Bluetooth: L2CAP socket layer initialized[ 0.270852208945] Bluetooth: SCO socket layer initialized[ 0.283043210477] clocksource: Switched to clocksource mxc_timer1[ 0.283288210925] VFS: Disk quotas dquot_6.6.0[ 0.283432211118] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)[ 0.304798233278] NET: Registered PF_INET protocol family 2[ 0.306182233839] TCP established IP idents hash table entries: 4096 (order: 23, 16384 32768 bytes, linear)[ 0.306313235590] TCP bind tcp_listen_portaddr_hash hash table entries: 4096 512 (order: 30, 32768 6144 bytes, linear)[ 0.306474235700] TCPTable-perturb hash table entries: Hash tables configured 65536 (established 4096 bind 4096order: 6, 262144 bytes, linear)[ 0.306687235747] UDP TCP established hash table entries: 256 2048 (order: 1, 8192 bytes, linear)[ 0.306754235829] UDP-Lite TCP bind hash table entries: 256 2048 (order: 12, 8192 16384 bytes, linear)[ 0.307088235936] NETTCP: Registered protocol family 1Hash tables configured (established 2048 bind 2048)[ 0.328254236145] RPCUDP hash table entries: 256 (order: Registered named UNIX socket transport module.1, 8192 bytes, linear)[ 0.328290236232] RPCUDP-Lite hash table entries: Registered udp transport module256 (order: 1, 8192 bytes, linear)[ 0.236660] NET: Registered PF_UNIX/PF_LOCAL protocol family[ 0.328310238380] RPC: Registered tcp named UNIX socket transport module.[ 0.328330238438] RPC: Registered tcp NFSv4.1 backchannel udp transport module.[ 0.332910238466] Bus freq driver RPC: Registered tcp transport module loaded.[ 0.336018238491] workingsetRPC: timestamp_bits=30 max_order=17 bucket_order=0Registered tcp NFSv4.1 backchannel transport module.[ 0.357713240914] NFSPCI: Registering the id_resolver key typeCLS 0 bytes, default 64[ 0.357791242146] Key type id_resolver registeredhw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available[ 0.357814245880] Key type id_legacy registeredBus freq driver module loaded[ 0.357913248247] ntfs: driver 2.1.32 [Flags: R/W].Initialise system trusted keyrings[ 0.358766249569] fuse init (API version 7.26)[ workingset: timestamp_bits=30 max_order=16 bucket_order=0.372952] io scheduler noop registered[ 0.372988263190] io scheduler deadline registeredNFS: Registering the id_resolver key type[ 0.373486263347] io scheduler cfq Key type id_resolver registered (default)[ 0.373518263378] io scheduler mq-deadline Key type id_legacy registered[ 0.373540263496] io scheduler kyber registered[ 0ntfs: driver 2.374817] imx-weim 21b80001.weim: Driver registered32 [Flags: R/W].[ 0.380420264336] imx-sdma 20ec000fuse: init (API version 7.sdma: Falling back to user helper34)[ 0.390475497238] mxs-dma 1804000.dma-apbh: initializedKey type asymmetric registered[ 0.395891497298] pfuze100-regulator Asymmetric key parser 'x509' registered[ 0.497468] io scheduler mq-0008: Full layer: 1, Metal layer: 1deadline registered[ 0.396686497506] pfuze100-regulator 0-0008: FAB: 0, FIN: 0io scheduler kyber registered[ 0.396715512527] pfuze100imx-regulator 0-0008: pfuze3000 foundsdma 20ec000.[ 0.420815] Serialsdma: 8250Direct firmware load for imx/sdma/16550 driver, 4 ports, IRQ sharing disabledsdma-imx6q.bin failed with error -2[ 0.424628512600] 2020000imx-sdma 20ec000.serialsdma: ttymxc0 at MMIO 0x2020000 (irq = 21, base_baud = 5000000) is a IMXFalling back to sysfs fallback for: imx/sdma/sdma-imx6q.bin[ 10.136528517038] console [ttymxc0] enabledmxs-dma 1804000.dma-apbh: initialized[ 10.141708527760] 2024000.serialpfuze100-regulator 0-0008: Full layer: ttymxc7 at MMIO 0x2024000 (irq = 221, base_baud = 5000000) is a IMXMetal layer: 1[ 10.152381528598] 21e8000.serialpfuze100-regulator 0-0008: FAB: ttymxc1 at MMIO 0x21e8000 (irq = 580, base_baud = 5000000) is a IMXFIN: 0[ 10.162520528644] 21ec000pfuze100-regulator 0-0008: pfuze3000 found.serial: ttymxc2 at MMIO 0x21ec000 (irq = 59, base_baud = 5000000) is a IMX[ 10.177058556142] imx sema4 Serial: 8250/16550 driver , 4 ports, IRQ sharing disabled[ 0.561409] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 30, base_baud = 5000000) is registered.a IMX[ 1.182468351768] printk: console [drmttymxc0] Initialized vivante enabled[ 1.0358703] 21ec000.0 20120216 for platformserial:Vivante GCCore on minor 0ttymxc2 at MMIO 0x21ec000 (irq = 65, base_baud = 5000000) is a IMX[ 1.191086371437] [drm] Initialized vivante 1.0imx sema4 driver is registered.0 20120216 on minor 0[ 1.220062401639] brd: module loaded[ 1.241103421792] loop: module loaded[ 1.251977426809] random: fast init doneimx ahci driver is registered.[ 1.262824436066] nand: device found, Manufacturer ID: 0x010xef, Chip ID: 0xd30xf1[ 1.269278442574] nand: AMD/Spansion S34ML08G1Winbond W29N01HV[ 1.273292446004] nand: 1024 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64[ 1.281269] gpmi-nand 1806000.gpmi-nand: mode:4 ,failed in set feature.[ 1.288014454321] Scanning device for bad blocks[ 1.932505] random: crng init done[ 2.523810562971] 9 cmdlinepart partitions found on MTD device gpmi-nand[ 21.530038569208] Creating 9 MTD partitions on "gpmi-nand":[ 21.535215574349] 0x000000000000-0x000000200000 : "nand-SPL"[ 21.542653583269] 0x000000200000-0x000000800000 : "nand-uboot"[ 21.550399592447] 0x000000800000-0x000000900000 : "nand-env1"[ 21.557857601383] 0x000000900000-0x000000a00000 : "nand-env2"[ 21.565334610260] 0x000000a00000-0x000000b00000 : "nand-fdt"[ 21.572591619181] 0x000000b00000-0x000000c00000 : "nand-spare"[ 21.580220628426] 0x000000c00000-0x000001400000 : "nand-kernel"[ 21.588089637659] 0x000001400000-0x000001800000 : "nand-splash"[ 21.595842646905] 0x000001800000-0x000040000000 0x000008000000 : "nand-ubi"[ 21.636516656711] gpmi-nand 1806000.gpminand-nandcontroller: driver registered.[ 21.647294664474] m25p80 spi0SPI driver spidev has no spi_device_id for spidev[ 1.672200] spinor@0: s25fl256s1 (32768 Kbytes)enforce active low on chipselect handle[ 21.652326681402] 8 spi-nor spi0.0: is25lp128 (16384 Kbytes)[ 1.686458] 8 cmdlinepart partitions found on MTD device spi0.0[ 21.658409692531] Creating 8 MTD partitions on "spi0.0":[ 21.663320697362] 0x000000000000-0x000000010000 : "spi-SPL"[ 21.670626706315] 0x000000010000-0x000000100000 : "spi-uboot"[ 21.678045715406] 0x000000100000-0x000000140000 : "spi-env1"[ 21.685454724389] 0x000000140000-0x000000180000 : "spi-env2"[ 21.692714733394] 0x000000180000-0x000000200000 : "spi-dtb"[ 21.700224742250] 0x000000200000-0x000000a00000 : "spi-kernel"[ 21.707722751430] 0x000000a00000-0x000000e00000 : "spi-splash"[ 21.715284760849] 0x000000e00000-0x000002000000 0x000001000000 : "spi-free"[ 21.722616775112] spi_imx 2008000.ecspi: probedCAN device driver interface[ 21.728453783237] libphypps pps0: Fixed MDIO Bus: probednew PPS source ptp0[ 21.733598793611] CAN fec 2188000.ethernet eth0: registered PHC device driver interface0[ 21.738109802098] flexcan 2090000.flexcanusbcore: 2090000.flexcan supply xceiver not found, using dummy regulatorregistered new interface driver asix[ 21.749101807657] flexcan 2090000.flexcanusbcore: device registered (reg_base=a099c000, irq=24)new interface driver ax88179_178a[ 21.759546814196] fec 2188000.ethernetusbcore: 2188000.ethernet supply phy not found, using dummy regulatorregistered new interface driver cdc_ether[ 31.284059820193] pps pps0usbcore: registered new PPS source ptp0interface driver cdc_eem[ 31.289388826165] libphyusbcore: fec_enet_mii_bus: probedregistered new interface driver net1080[ 31.306637] fec 2188000.ethernet eth0: registered PHC device 0[ 3.314997832060] usbcore: registered new interface driver asixcdc_subset[ 31.320566838095] usbcore: registered new interface driver ax88179_178azaurus[ 31.327020844061] usbcore: registered new interface driver cdc_ethercdc_ncm[ 31.332986849846] usbcore: registered new interface driver cdc_eemcdc_mbim[ 31.338987855875] usbcore: registered new interface driver net1080r8153_ecm[ 31.344928861821] usbcoreehci_hcd: registered new interface driver cdc_subsetUSB 2.0 'Enhanced' Host Controller (EHCI) Driver[ 31.350998868428] usbcoreehci-pci: registered new interface EHCI PCI platform driver zaurus[ 31.356897873300] usbcore: registered new interface driver cdc_ncmcdc_wdm[ 31.362691879123] usbcore: registered new interface driver cdc_mbimusb-storage[ 31.368547894801] ehci_hcdsnvs_rtc 20cc000.snvs: USB 2.0 'Enhanced' Host Controller (EHCI) Driver[ 3.375200] ehcisnvs-rtc-pcilp: EHCI PCI platform driverregistered as rtc0[ 31.380508901156] usbcoresnvs_rtc 20cc000.snvs: registered new interface driver cdc_wdmsnvs-rtc-lp: setting system clock to 1970-01-01T00:08:16 UTC (496)[ 31.386456910853] usbcorei2c_dev: registered new interface i2c /dev entries driver usb-storage[ 31.395184917875] usbmisc_imx 2184800.usbmiscpwm-backlight backlight: 2184800.usbmisc supply vbus-wakeup power not found, using dummy regulator[ 31.407348933187] usb_otg1_vbusmxsfb 21c8000.lcdif: supplied by SWBSTsupply lcd not found, using dummy regulator[ 32.439240031501] usb_otg2_vbus: supplied by SWBSTsii902x bound to mxs-lcdif from 21c8000.lcdif[ 32.447845360531] ci_hdrc ci_hdrcmxsfb 21c8000.1lcdif: EHCI Host Controllerinitialized[ 32.452985367599] ci_hdrc ci_hdrc.1pxp-v4l2 pxp_v4l2: new USB bus registered, assigned bus number 1initialized[ 32.483099375281] ci_hdrc ci_hdrc.1Bluetooth: USB HCI UART driver ver 2.0 started, EHCI 1.003[ 32.489135379781] usb usb1Bluetooth: New USB device found, idVendor=1d6b, idProduct=0002HCI UART protocol H4 registered[ 32.496098385053] usb usb1Bluetooth: New USB device strings: Mfr=3, Product=2, SerialNumber=1HCI UART protocol BCSP registered[ 32.503415390527] usb usb1Bluetooth: Product: EHCI Host ControllerHCI UART protocol LL registered[ 32.508331396675] usb usb1sdhci: Manufacturer: Linux 4.14.98-desk-mx6ul-l-1.0.0 ehci_hcdSecure Digital Host Controller Interface driver[ 32.515550402978] usb usb1sdhci: SerialNumber: ci_hdrc.1Copyright(c) Pierre Ossman[ 32.521368407357] hub 1sdhci-0pltfm:1.0: USB hub foundSDHCI platform and OF driver helper[ 32.525438415527] hub 1sdhci-esdhc-0:1imx 2190000.0mmc: 1 port detectedGot CD GPIO[ 32.544738424029] input: 20cc000caam 2140000.snvscrypto:snvs-powerkey as /devices/soc0/soc/2000000Entropy delay = 3200[ 2.aips-bus/20cc000441655] caam 2140000.snvs/20cc000.snvscrypto:snvs-powerkey/input/input0Instantiated RNG4 SH0[ 32.560856454128] snvs_rtc 20cc000caam 2140000.snvscrypto:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-rtc-lp as rtc0Instantiated RNG4 SH1[ 32.570568459322] i2c /dev entries drivercaam 2140000.crypto: device ID = 0x0a16030000000000 (Era 8)[ 32.580606466378] IR NEC protocol handler initializedcaam 2140000.crypto: job rings = 3, qi = 0[ 32.585402471959] IR RC5(x/sz) protocol handler initializedmmc0: SDHCI controller on 2190000.mmc [ 32190000.590491mmc] IR RC6 protocol handler initializedusing ADMA[ 32.595111514454] IR JVC protocol handler initializedcaam algorithms registered in /proc/crypto[ 32.599672522658] IR Sony protocol handler initializedmmc0: host does not support reading read-only switch, assuming write-enable[ 32.604363535086] IR SANYO protocol handler initialized[ 3caam 2140000.609096] IR Sharp protocol handler initializedcrypto: caam pkc algorithms registered in /proc/crypto[ 32.613924543250] IR MCE Keyboard/mouse protocol handler initializedmmc0: new high speed SDHC card at address aaaa[ 32.619790550792] IR XMP protocol handler initializedmmcblk0: mmc0:aaaa SA32G 29.7 GiB [ 32.628803556994] imx2-wdt 20bc000caam 2140000.wdogcrypto: timeout 60 sec (nowayout=0)rng crypto API alg registered prng-caam[ 32.636234566576] Bluetoothcaam 2140000.crypto: HCI UART driver ver registering rng-caam[ 2.3572162] mmcblk0: p1 p2[ 32.640729579021] Bluetooth: HCI UART protocol H4 Device caam-keygen registered[ 32.646005591251] Bluetoothcaam-snvs 20cc000.caam-snvs: HCI UART protocol BCSP registeredviolation handlers armed - non-secure state[ 32.651708600369] Bluetoothusbcore: HCI UART protocol LL registerednew interface driver usbhid[ 32.658163606441] sdhciusbhid: Secure Digital Host Controller Interface USB HID core driver[ 32.664497613201] sdhcirandom: Copyright(c) Pierre Ossmancrng init done[ 32.669023631392] sdhci-pltfmNET: SDHCI platform and OF driver helperRegistered PF_INET6 protocol family[ 32.676846639064] sdhci-esdhc-imx 2190000.usdhc: Got CD GPIOSegment Routing with IPv6[ 32.693113643116] ci_hdrc ci_hdrc.0: there is a vbus glitchIn-situ OAM (IOAM) with IPv6[ 32.743583647271] mmc0sit: SDHCI controller on 2190000.usdhc IPv6, IPv4 and MPLS over IPv4 tunneling driver[2190000 2.usdhc654938] using ADMANET: Registered PF_PACKET protocol family[ 32.801199660072] mmc0can: host does not support reading read-only switch, assuming write-enablecontroller area network core[ 32.815510664822] mmc0NET: new high speed SDHC card at address 59b4Registered PF_CAN protocol family[ 32.822630669658] mmcblk0can: mmc0:59b4 USDU1 14.9 GiBraw protocol[ 32.839776672817] mmcblk0can: p1 p2broadcast manager protocol[ 32.903139677053] mmc1can: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMAnetlink gateway - max_hops=1[ 32.922141682148] caam 2140000.caamBluetooth: ERA source: CCBVID.RFCOMM TTY layer initialized[ 32.934780687108] caam 2140000.caamBluetooth: device ID = 0x0a16030000000000 (Era 8)RFCOMM socket layer initialized[ 32.941283692597] caam 2140000Bluetooth: RFCOMM ver 1.caam: job rings = 3, qi = 0, dpaa2 = no11[ 32.949372696443] caam_jr 2141000.jr0Bluetooth: Entropy delay = 3200BNEP (Ethernet Emulation) ver 1.3[ 42.015423701937] caam_jr 2141000.jr0Bluetooth: BNEP filters: Instantiated RNG4 SH0.protocol multicast[ 42.076166707221] caam_jr 2141000.jr0Bluetooth: Instantiated RNG4 SH1.BNEP socket layer initialized[ 42.108598712261] caam algorithms registered in /proc/cryptoBluetooth: HIDP (Human Interface Emulation) ver 1.2[ 42.120572718221] caam_jr 2141000Bluetooth: HIDP socket layer initialized[ 2.jr0723364] 8021q: registering rng-caam802.1Q VLAN Support v1.8[ 42.126870727620] caam 2140000lib80211: common routines for IEEE802.caam: caam pkc algorithms 11 drivers[ 2.733983] Key type dns_resolver registered in /proc/crypto[ 42.136562764709] platform caam_sm: blkkey_ex: 8 keystore units availableRegistering SWP/SWPB emulation handler[ 42.143394770398] platform caam_sm: 64Loading compiled-bit clear key:in X.509 certificates[ 42.147981822772] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07[ 4ci_hdrc ci_hdrc.153816] platform caam_sm: 64-bit black key0:EHCI Host Controller[ 42.158396827751] platform caam_smci_hdrc ci_hdrc.0: [0000] ea 7c 2a 3c 7d 2f d2 c7new USB bus registered, assigned bus number 1[ 42.164236860763] platform caam_smci_hdrc ci_hdrc.0: [0008] 33 49 46 7a 30 73 26 8fUSB 2.0 started, EHCI 1.00[ 42.169932867185] platform caam_sm: 128-bit clear keyusb usb1:New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15[ 42.174703875925] platform caam_smusb usb1: [0000] 00 01 02 03 04 0f 06 07New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 42.180402883520] platform caam_smusb usb1: Product: [0008] 08 09 0a 0b 0c 0d 0e 0fEHCI Host Controller[ 42.186269888423] platform caam_smusb usb1: 128-bit black keyManufacturer:[ Linux 5.15.71-desk-mx6ul-l-4.190932] platform caam_sm: [0000] 3b 02 06 05 9b 44 d8 9a0.0 ehci_hcd[ 42.196733895627] platform caam_smusb usb1: SerialNumber: [0008] 92 05 c4 26 2f 22 fe 63ci_hdrc.0[ 42.202430901330] platform caam_smhub 1-0: 192-bit clear key1.0:USB hub found[ 42.207139905212] platform caam_smhub 1-0:1.0: [0000] 00 01 02 03 04 0f 06 071 port detected[ 42.212838916959] platform caam_smci_hdrc ci_hdrc.1: [0008] 08 09 0a 0b 0c 0d 0e 0fEHCI Host Controller[ 42.218580922094] platform caam_smci_hdrc ci_hdrc.1: [0016] 10 11 12 13 14 15 16 17new USB bus registered, assigned bus number 2[ 42.226391950560] platform caam_sm: 192-bit black keyci_hdrc ci_hdrc.1:USB 2.0 started, EHCI 1.00[ 42.231052956510] platform caam_smusb usb2: [0000] 54 bf 35 b6 79 69 05 f3New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15[ 42.236803964895] platform caam_smusb usb2: New USB device strings: [0008] 32 7f 40 92 c9 86 e4 c6Mfr=3, Product=2, SerialNumber=1[ 42.242503972186] platform caam_smusb usb2: Product: [0016] 5a e1 06 b3 cd ef e0 7cEHCI Host Controller[ 42.248243977083] platform caam_smusb usb2: Manufacturer: [0024] 7e b7 19 b9 45 66 ff 83Linux 5.15.71-desk-mx6ul-l-4.0.0 ehci_hcd[ 42.254043984288] platform caam_smusb usb2: 256-bit clear keySerialNumber:ci_hdrc.1[ 42.258853989889] platform caam_smhub 2-0:1.0: [0000] 00 01 02 03 04 0f 06 07USB hub found[ 42.266791993924] platform caam_smhub 2-0:1.0: [0008] 08 09 0a 0b 0c 0d 0e 0f1 port detected[ 43.275602001639] platform caam_smimx_thermal 20c8000.anatop: [0016] 10 11 12 13 14 15 16 17tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C[ 43.281444015050] input: gpio-power-fail as /devices/platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f/gpio-power-fail/input/input0[ 43.287341103349] platform caam_smMicrel KSZ8081 or KSZ8091 2188000.ethernet-1:03: attached PHY driver (mii_bus: 256phy_addr=2188000.ethernet-bit black key1:03, irq=POLL)[ 46.292132251258] platform caam_smfec 2188000.ethernet eth0: [0000] 9a 35 bc d7 bb 81 1a 61[ Link is Up - 100Mbps/Full - flow control rx/tx[ 46.298029259389] platform caam_smIPv6: ADDRCONF(NETDEV_CHANGE): eth0: [0008] b0 0f 8f e8 9e f7 17 d4link becomes ready[ 46.303933280651] platform caam_smIP-Config: Complete: [0016] 56 c8 b3 e1 51 fb a0 35[ 46.309761283964] platform caam_sm device=eth0, hwaddr=12:bd:8b: [0024] 40 f8 ef e7 b1 ae 99 6b[ 4.315654] platform caam_sm55: 64-bit unwritten blobc9:[ 4fd, ipaddr=192.168.320791] platform caam_sm: [0000] 00 00 00 00 00 00 00 00[ 40.165, mask=255.255.255.0, gw=255.255.255.327759] platform caam_sm: [0008] 00 00 00 00 00 00 00 00255[ 46.334734295060] platform caam_sm: [0016] 00 00 00 00 00 00 00 00 host=lynx, domain=, nis-domain=(none)[ 46.340439300335] platform caam_sm: [0024] 00 00 00 00 00 00 00 00 bootserver=192.168.0.167, rootserver=192.168.0.167, rootpath=[ 46.346196301393] platform caam_smcfg80211: Loading compiled-in X.509 certificates for regulatory database[0032 6.322125] 00 00 00 00 00 00 00 00cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'[ 46.351895328965] platform caam_smregulatory.0: [0040] 00 00 00 00 00 00 00 00Direct firmware load for regulatory.db failed with error -2[ 46.357647338227] platform caam_smALSA device list: [0048 6.341409] 00 00 00 00 00 00 00 00 No soundcards found.[ 46.363398346528] platform caam_smregulatory.0: [0056] 00 00 00 00 00 00 00 00Falling back to sysfs fallback for: regulatory.db[ 46.369096422692] platform caam_smVFS: Mounted root (nfs filesystem) on device 0: [0064] 00 00 00 00 00 00 00 0013.[ 46.374835430250] platform caam_smdevtmpfs: [0072] 00 00 00 00 00 00 00 00mounted[ 46.380529436107] platform caam_smFreeing unused kernel image (initmem) memory: 1024K[0080 6.451127] 00 00 00 00 00 00 00 00Run /sbin/init as init process[ 47.386264321198] platform caam_sm: systemd[00881] 00 00 00 00 00 00 00 00: System time before build time, advancing clock.[ 47.391953402408] platform caam_sm: 128-bit unwritten blob:systemd[ 4.3970841] platform caam_sm: [0000] 00 00 00 00 00 00 00 00[ 4.402779] platform caam_sm: [0008] 00 00 00 00 00 00 00 00systemd 250.5+ running in system mode (-PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -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 default-hierarchy=hybrid)[ 4.408516] platform caam_sm: [0016] 00 00 00 00 00 00 00 00[ 4.414251] platform caam_sm: [0024] 00 00 00 00 00 00 00 00[ 4.419946] platform caam_sm: [0032] 00 00 00 00 00 00 00 00[ 4.425751] platform caam_sm: [0040] 00 00 00 00 00 00 00 00[ 4.431513] platform caam_sm: [0048] 00 00 00 00 00 00 00 00[ 4.437265] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.442963] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.448708] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.456517] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.462217] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.467963] platform caam_sm: 196-bit unwritten blob:[ 4.473102] platform caam_sm: [0000] 00 00 00 00 00 00 00 00[ 4.478798] platform caam_sm: [0008] 00 00 00 00 00 00 00 00[ 4.484596] platform caam_sm: [0016] 00 00 00 00 00 00 00 00[ 4.490463] platform caam_sm: [0024] 00 00 00 00 00 00 00 00[ 4.498419] platform caam_sm: [0032] 00 00 00 00 00 00 00 00[ 4.507299] platform caam_sm: [0040] 00 00 00 00 00 00 00 00[ 4.513238] platform caam_sm: [0048] 00 00 00 00 00 00 00 00[ 4.519090] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.525031] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.530891] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.536827] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.542690] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.548619] platform caam_sm: 256-bit unwritten blob:[ 4.553938] platform caam_sm: [0000] 00 00 00 00 00 00 00 00[ 4.560816] platform caam_sm: [0008] 00 00 00 00 00 00 00 00[ 4.567840] platform caam_sm: [0016] 00 00 00 00 00 00 00 00[ 4.573602] platform caam_sm: [0024] 00 00 00 00 00 00 00 00[ 4.579297] platform caam_sm: [0032] 00 00 00 00 00 00 00 00[ 4.585038] platform caam_sm: [0040] 00 00 00 00 00 00 00 00[ 4.590732] platform caam_sm: [0048] 00 00 00 00 00 00 00 00[ 4.596467] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.602162] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.607896] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.613632] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.619326] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.625414] platform caam_sm: 64-bit black key in blob:[ 4.630687] platform caam_sm: [0000] 02 ec ef 04 5a 5d d0 d8[ 4.636447] platform caam_sm: [0008] 5c 56 96 08 cb 8a 58 49[ 4.642147] platform caam_sm: [0016] 5e 92 53 a3 7a 1f 52 35[ 4.647897] platform caam_sm: [0024] d6 8b 9f ba 70 fa 14 63[ 4.653639] platform caam_sm: [0032] bd 52 c4 d8 9d 2d 79 e7[ 4.659335] platform caam_sm: [0040] cd 5d e3 14 a9 a1 4d e6[ 4.665070] platform caam_sm: [0048] 64 e5 de c6 71 ac 9e e7[ 4.670766] platform caam_sm: [0056] 00 00 00 00 00 00 00 00[ 4.676502] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.682198] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.687947] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.693685] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.699374] platform caam_sm: 128-bit black key in blob:[ 4.704765] platform caam_sm: [0000] ee 0b f0 19 94 a7 bf 8d[ 4.710461] platform caam_sm: [0008] 70 d7 b0 45 5d ce 13 9c[ 4.716196] platform caam_sm: [0016] d4 8d ac 98 27 db cf aa[ 4.721891] platform caam_sm: [0024] 6e f4 41 b8 e8 71 25 7c[ 4.727624] platform caam_sm: [0032] ee 39 41 2c be c4 20 e0[ 4.733357] platform caam_sm: [0040] 05 4c 11 27 2c 5a a0 3c[ 4.739053] platform caam_sm: [0048] bf c9 0e d5 bd 9a 50 8f[ 4.744784] platform caam_sm: [0056] d9 be 78 a3 69 a3 2f 19[ 4.750478] platform caam_sm: [0064] 00 00 00 00 00 00 00 00[ 4.756208] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.761903] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.767634] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.773363] platform caam_sm: 192-bit black key in blob:[ 4.778712] platform caam_sm: [0000] 76 a1 b8 39 1c b5 50 d0[ 4.784450] platform caam_sm: [0008] 2c a3 78 e9 2c c4 33 98[ 4.790145] platform caam_sm: [0016] 41 26 ca d7 5d a6 1b cf[ 4.795880] platform caam_sm: [0024] c3 b6 ab 48 a6 3c 0f 2f[ 4.801575] platform caam_sm: [0032] 09 88 f1 0e 00 4c 1c d8[ 4.807310] platform caam_sm: [0040] 2b 6f c0 7b a5 61 36 e4[ 4.813005] platform caam_sm: [0048] 75 fd 36 b4 74 93 b7 d3[ 4.818754] platform caam_sm: [0056] 82 cb 29 fa 4b 57 96 06[ 4.824498] platform caam_sm: [0064] 5a ec 6e 80 3a 18 76 f3[ 4.830192] platform caam_sm: [0072] 00 00 00 00 00 00 00 00[ 4.835923] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.841617] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.847341] platform caam_sm: 256-bit black key in blob:[ 4.852690] platform caam_sm: [0000] 08 68 07 2a 8f f7 98 19[ 4.858423] platform caam_sm: [0008] 22 ea 84 88 4a 34 0b 15[ 4.864164] platform caam_sm: [0016] 0f 4a d4 91 96 ce 3a 10[ 4.869859] platform caam_sm: [0024] 59 25 01 fc d5 76 aa 14[ 4.875596] platform caam_sm: [0032] 1c 24 47 da 40 61 1e 6f[ 4.881292] platform caam_sm: [0040] 26 22 25 5f 6d 1b cb 6c[ 4.887028] platform caam_sm: [0048] d8 fc 7b b6 cb a4 f7 2b[ 4.892724] platform caam_sm: [0056] c2 69 83 61 7e ce 57 ee[ 4.898457] platform caam_sm: [0064] cd 48 87 4b 42 38 e6 f3[ 4.904192] platform caam_sm: [0072] b1 7f 6f 8a bb 0e 59 29[ 4.909887] platform caam_sm: [0080] 00 00 00 00 00 00 00 00[ 4.915617] platform caam_sm: [0088] 00 00 00 00 00 00 00 00[ 4.921560] platform caam_sm: restored 64-bit black key:[ 4.926976] platform caam_sm: [0000] d6 43 66 a9 65 43 cc fd[ 4.932678] platform caam_sm: [0008] 81 30 02 f0 57 52 7a 0f[ 4.938415] platform caam_sm: restored 128-bit black key:[ 4.943893] platform caam_sm: [0000] 3b 02 06 05 9b 44 d8 9a[ 4.949589] platform caam_sm: [0008] 92 05 c4 26 2f 22 fe 63[ 4.955320] platform caam_sm: restored 192-bit black key:[ 4.960756] platform caam_sm: [0000] 54 bf 35 b6 79 69 05 f3[ 4.966492] platform caam_sm: [0008] 32 7f 40 92 c9 86 e4 c6[ 4.972189] platform caam_sm: [0016] e7 02 74 89 3a 43 22 e5[ 4.977928] platform caam_sm: [0024] 6f 94 ee 3b a0 0d e4 7b[ 4.983661] platform caam_sm: restored 256-bit black key:[ 4.989095] platform caam_sm: [0000] 9a 35 bc d7 bb 81 1a 61[ 4.994829] platform caam_sm: [0008] b0 0f 8f e8 9e f7 17 d4[ 5.000524] platform caam_sm: [0016] 56 c8 b3 e1 51 fb a0 35[ 5.006262] platform caam_sm: [0024] 40 f8 ef e7 b1 ae 99 6b[ 5.012561] caam-snvs 20cc000.caam-snvs: can't get snvs clock[ 5.018588] caam-snvs 20cc000.caam-snvs: violation handlers armed - non-secure state[ 5.027919] usbcore: registered new interface driver usbhid[ 5.033637] usbhid: USB HID core driver[ 5.053976] NET: Registered protocol family 10[ 5.070956] Segment Routing with IPv6[ 5.074995] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver[ 5.082374] NET: Registered protocol family 17[ 5.087008] can: controller area network core (rev 20170425 abi 9)[ 5.093497] NET: Registered protocol family 29[ 5.098009] can: raw protocol (rev 20170425)[ 5.102307] can: broadcast manager protocol (rev 20170425 t)[ 5.108092] can: netlink gateway (rev 20170425) max_hops=1[ 5.114246] Bluetooth: RFCOMM TTY layer initialized[ 5.119197] Bluetooth: RFCOMM socket layer initialized[ 5.124705] Bluetooth: RFCOMM ver 1.11[ 5.128513] Bluetooth: BNEP (Ethernet Emulation) ver 1.3[ 5.133933] Bluetooth: BNEP filters: protocol multicast[ 5.139213] Bluetooth: BNEP socket layer initialized[ 5.144264] Bluetooth: HIDP (Human Interface Emulation) ver 1.2[ 5.150234] Bluetooth: HIDP socket layer initialized[ 5.155388] 8021q: 802.1Q VLAN Support v1.8[ 5.160707] rfkill_gpio bt_rfkill: bt_rfkill device registered.[ 5.167104] Key type dns_resolver registered[ 5.225327] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().[ 5.238273] imx_thermal 2000000.aips-bus:tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C[ 5.250678] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-02 00:22:46 UTC (87766)[ 5.364419] Micrel KSZ8081 or KSZ8091 2188000.ethernet-1:03: attached PHY driver [Micrel KSZ8081 or KSZ8091] (mii_bus:phy_addr=2188000.ethernet-1:03, irq=POLL)[ 5.379853] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready[ 8.484212] fec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx[ 8.503432] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready[ 8.533460] IP-Config: Complete:[ 8.536967] device=eth0, hwaddr=7a:f5:7c:86:e3:ac, ipaddr=192.168.0.90, mask=255.255.255.0, gw=255.255.255.255[ 8.547711] host=lynx, domain=, nis-domain=(none)[ 8.552929] bootserver=192.168.0.125, rootserver=192.168.0.125, rootpath=[ 8.561684] wilink-wl-en: disabling[ 8.565415] usb_otg1_vbus: disabling[ 8.569041] ALSA device list:[ 8.572109] No soundcards found.[ 8.687222] VFS: Mounted root (nfs filesystem) on device 0:13.[ 8.706486] devtmpfs: mounted[ 8.715426] Freeing unused kernel memory: 1024K[ 9.672106] systemd[1]: System time before build time, advancing clock.[ 9.801075] systemd[1]: systemd 237 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)[ 97.824291435349] systemd[1]: Detected architecture arm.
Welcome to NXP i.MX Release Distro 45.1415-sumo kirkstone (sumokirkstone)!
[ 97.882609496555] systemd[1]: Set hostname Hostname set to <desk-mx6ul-axelulite>.[ 11 7.083579518512] systemd[1]: File Initializing machine ID from random generator.[ 8.134086] systemd[159]: /lib/systemd/system-generators/systemd-journaldgpt-auto-generator failed with exit status 1.[ 8.157430] systemd-sysv-generator[168]: 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.189714] systemd-sysv-generator[168]: 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.241994] systemd-sysv-generator[168]: SysV service '/etc/init.d/sendsigs' 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.270763] systemd-sysv-generator[168]: SysV service '/etc/init.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.311128] systemd-sysv-generator[168]: 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.350093] systemd-sysv-generator[168]: 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, in order to make it more safe and robust.[ 8.382027] systemd-sysv-generator[168]: 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.410658] systemd-sysv-generator[168]:35 configures an IP firewall (IPAddressDeny=any)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, but the local in order to make it more safe and robust.[ 10.404113] systemd[1]: Queued start job for default target Multi-User System.[ 10.418814] systemd[1]: Created slice Slice /system does not support BPF/cgroup based firewallinggetty.[ OK ] Created slice Slice /system/getty.[ 1110.100999463702] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewallingCreated slice Slice /system/modprobe.[ OK ] Created slice Slice /system/modprobe.[ 10.503539] systemd[1]: Created slice Slice /system/serial-getty.[ OK ] Created slice Slice /system/serial-getty.[ 10.542401] systemd[1]: Created slice User and Session Slice.[ OK ] Created slice User and Session Slice.[ 10.581713] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.[ OK ] Started Dispatch Password …ts to Console Directory Watch.[ 10.621727] systemd[1]: Started Forward Password Requests to Wall Directory Watch.[ OK ] Started Forward Password R…uests to Wall Directory Watch.[ 10.661786] systemd[1]: Reached target Path Units.[ OK ] Reached target Path Units.)[ 1310.555698691117] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 1310.595145731065] systemd[1]: Created slice System Reached target SliceUnits.[ OK ] Created slice System Reached target SliceUnits.[ 1310.634523761209] systemd[1]: Listening on udev Kernel SocketReached target Swaps.[ OK ] Listening on udev Kernel SocketReached target Swaps.[ 1310.676246797029] systemd[1]: Created slice system-serial\x2dgetty.sliceListening on RPCbind Server Activation Socket.[ OK ] Created slice system-serial\x2dgetty.sliceListening on RPCbind Server Activation Socket.[ 1310.718935831138] systemd[1]: Listening on udev Control SocketReached target RPC Port Mapper.[ OK ] Listening on udev Control SocketReached target RPC Port Mapper.[ OK 10.878019] systemd[1] Created slice system-getty.slice: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ OK 10.911798] systemd[1] Started Dispatch Password Requests to Console Directory Watch: Listening on initctl Compatibility Named Pipe.[ OK ] Created slice User and Session SliceListening on initctl Compatibility Named Pipe.[ OK 11.065417] systemd[1] Reached target Slices: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).[ OK 11.080009] systemd[1] : Listening on Network Service Netlink Journal Socket(/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ OK 11.123853] Started Forward Password Requests to Wall Directory Watch.systemd[ OK 1] : Listening on /dev/initctl Compatibility Named PipeJournal Socket.
[ OK ] Listening on Journal Socket.
Starting [ 11.165305] systemd[1]: Listening on Network Service Netlink Socket.[ OK ] Listening on Network Service Netlink Socket.[ 11.209587] systemd[1]: Listening on udev Coldplug all DevicesControl Socket.[ OK ] Listening on udev Control Socket.[ 11.254725] systemd[1]: Listening on udev Kernel Socket.[ OK ] Listening on udev Kernel Socket.[ 11.296977] systemd[1]: Listening on User Database Manager Socket.[ OK ] Listening on User Database Manager Socket.[ 11.334158] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).[ 11.350012] systemd[1]: POSIX Message Queue File System was skipped because of a failed condition check (ConditionPathExists=/proc/sys/fs/mqueue).[ 11.376329] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 11.422770] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 11.465477] systemd[1]: Mounting Temporary Directory /tmp...
Mounting Temporary Directory /tmp...
[ 11.503822] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/5.15.71-desk-mx6ul-l-4.0.0/modules.devname).
[ 11.529298] systemd[1]: Starting Load Kernel Module configfs...
Starting Load Kernel Module configfs...
[ 11.578800] systemd[1]: Starting Load Kernel Module drm...
Starting Load Kernel Module drm...
[ 11.621669] systemd[1]: Starting Load Kernel Module fuse...
Starting Load Kernel Module fuse...
[ 11.681748] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 11.724991] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 11.748030] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 11.762009] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 11.794737] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ OK 11.881169] Reached target Swapsystemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.[ 11.960921] systemd[1]: Starting Generate network units from Kernel command line... Mounting Temporary Directory (/tmp)Starting Generate network …ts from Kernel command line...[ OK 12.035818] systemd[1] Reached target Paths: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 12.132462] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 12.198301] systemd[1]: Starting Coldplug All udev Devices...
Starting Coldplug All udev Devices...
[ 12.394088] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 12.497681] systemd[1]: Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Debug File System.
[ 12.564197] systemd[1]: Mounted Temporary Directory /tmp.
[ OK ] Mounted Temporary Directory /tmp.
[ 12.605490] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 12.643402] systemd[1]: Finished Load Kernel Module configfs.
[ OK ] Finished Load Kernel Module configfs.
[ 12.664641] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 12.702982] systemd[1]: Finished Load Kernel Module drm.
[ OK ] Finished Load Kernel Module drm.
[ 12.724595] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 12.763178] systemd[1]: Finished Load Kernel Module fuse.
[ OK ] Finished Load Kernel Module fuse.
[ 12.803652] systemd[1]: Finished Generate network units from Kernel command line.
[ OK ] Finished Generate network units from Kernel command line.
[ 12.863898] systemd[1]: Finished Remount Root and Kernel File Systems.
[ OK ] Finished Remount Root and Kernel File Systems.
[ 12.923922] systemd[1]: Finished Apply Kernel Variables.
[ OK ] Finished Apply Kernel Variables.
[ 12.981956] systemd[1]: Mounting FUSE Control File System...
Mounting FUSE Control File System...
[ 13.038665] systemd[1]: Mounting Kernel Configuration File System...
Mounting Kernel Configuration File System...
Mounting FUSE Control File System[ 13...133432] systemd[ OK 1] Mounted Kernel Debug File System: Rebuild Hardware Database was skipped because all trigger condition checks failed.[ 1413.827586171701] systemd[1]: Mounted Temporary Directory Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/tmp).[ OK ] Mounted Temporary Directory (fs/tmppstore).[ 1413.953992245498] systemd[1]: Started Remount Root and Kernel File SystemsStarting Create System Users...[ OK ] Started Remount Root and Kernel File Systems Starting Create System Users...[ 1413.983736366841] systemd[1]: Started Apply Kernel VariablesMounted FUSE Control File System.[ OK ] Started Apply Kernel VariablesMounted FUSE Control File System.[ 1513.014976432182] systemd[1]: Mounted Kernel Configuration File System.
[ OK ] Mounted Kernel Configuration File System.
[ 1513.054657688577] systemd[1]: Mounted FUSE Control File SystemStarted Journal Service.[ OK ] Mounted FUSE Control File SystemStarted Journal Service.[ 15 OK ] Finished Create System Users.095111] systemd[1]: Starting Create Static Device Nodes in /devFlush Journal to Persistent Storage...
Starting Create Static Device Nodes in /dev...
[ 1513.743694993774] systemd-journald[1176]: Started Create Static Device Nodes in /devReceived client request to flush runtime journal.[ OK ] Finished Flush Journal to Persistent Storage.[ OK ] Started Finished Create Static Device Nodes in /dev.[ 15.779524] systemd[1]: Starting udev Kernel Device Manager... Starting udev Kernel Device Manager...[ 15.833591] systemd[1]: Reached target Local File Systems (Pre).[ OK ] Reached target Preparation for Local File Systems (Pre).[ 15.900540] systemd[1]: Mounting /var/volatile...
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 Dynamic Linker Cache... Starting Create Volatile Files and Directories...[ OK ] Finished Load/Save Random Seed.[ OK ] Started Rule-based Manager for Device Events and Files.[ OK ] Finished Create Volatile Files and Directories. Starting Rebuild Journal Catalog...[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Reached target System Time Set. Starting Record System Boot/Shutdown in UTMP...[ OK ] Stopped Network Time Synchronization.[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Stopped Network Time Synchronization.[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Finished Record System Boot/Shutdown in UTMP.[ OK ] Stopped Network Time Synchronization.[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Stopped Network Time Synchronization.[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Finished Rebuild Journal Catalog.[ OK ] Stopped Network Time Synchronization.[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Finished Coldplug All udev Devices.[ OK ] Created slice Slice /system/systemd-backlight. Starting Load/Save Screen …ness of backlight:backlight...[ 22.835294] mtdblock: MTD device 'nand-SPL' is NAND, please consider using UBI block devices instead.[ 22.855168] mtdblock: MTD device 'nand-uboot' is NAND, please consider using UBI block devices instead.[ 22.953822] mtdblock: MTD device 'nand-env1' is NAND, please consider using UBI block devices instead.[ 23.066964] mtdblock: MTD device 'nand-env2' is NAND, please consider using UBI block devices instead.[ OK ] Finished Load/Save Screen …htness[ 23.215382] mtdblock: MTD device 'nand-fdt' is NAND, please consider using UBI block devices instead. of backlight:backlight.[ 23.363765] mtdblock: MTD device 'nand-spare' is NAND, please consider using UBI block devices instead.[ 23.471561] mtdblock: MTD device 'nand-kernel' is NAND, please consider using UBI block devices instead.[ 23.551389] mtdblock: MTD device 'nand-splash' is NAND, please consider using UBI block devices instead.[ 23.661672] mtdblock: MTD device 'nand-ubi' is NAND, please consider using UBI block devices instead.[ OK ] Finished Rebuild Dynamic Linker Cache.[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. Starting Update is Completed...[ OK ] Finished Update is Completed.[ OK ] Reached target System Initialization.[ OK ] Started Daily rotation of log files.[ OK ] Started Daily Cleanup of Temporary Directories.[ OK ] Reached target Timer Units.[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.[ OK ] Listening on D-Bus System Message Bus Socket.[ OK ] Listening on dropbear.socket.[ OK ] Reached target Socket Units.[ OK ] Reached target Basic System.[ OK ] Started Job spooling tools.[ OK ] Started Periodic Command Scheduler. Starting D-Bus System Message Bus...[ OK ] Started Getty on tty1. Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... Starting Network Time Service (one-shot ntpdate mode)... Starting Telephony service...[ OK ] Started Serial Getty on ttymxc0.[ OK ] Reached target Login Prompts.[ OK ] Started System Logging Service.[FAILED] Failed to start User Login Management.See 'systemctl status systemd-logind.service' for details.syslogd[243]: Error opening log file: /var/log/auth.log: No such file or directorysyslogd[243]: Error opening log file: /var/log/syslog: No such file or directorysyslogd[243]: Error opening log file: /var/log/kern.log: No such file or directory[ OK ] Finished IPv6 Packet Filtering Framework.syslogd[243]: Error opening log file: /var/log/mail.log: No such file or directorysyslogd[243]: Error opening log file: /var/log/mail.err: No such file or directorysyslogd[243]: Error opening log file: /var/log/messages: No such file or directory[ OK ] Started D-Bus System Message Bus.[ OK ] Finished IPv4 Packet Filtering Framework.[ OK ] Finished Network Time Service (one-shot ntpdate mode).[ OK ] Reached target Preparation for Network.[ OK ] Stopped User Login Management. Starting Load Kernel Module drm... Starting Network Configuration...[ OK ] Started Telephony service.[ OK ] Finished Load Kernel Module drm.[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 ] Finished Load Kernel Module drm.[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 ] Finished Load Kernel Module drm.[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 ] Finished Load Kernel Module drm.[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 Network Configuration.[FAILED] Failed to start Network Name Resolution.See 'systemctl status systemd-resolved.service' for details.[ OK ] Reached target Network.[ OK ] Reached target Host and Network Name Lookups. Starting Avahi mDNS/DNS-SD Stack...[ OK ] Started NFS status monitor for NFSv2/3 locking..[FAILED] Failed to start Respond to IPv6 Node Information Queries.See 'systemctl status ninfod.service' for details.[FAILED] Failed to start Network Router Discovery Daemon.See 'systemctl status rdisc.service' for details. Starting Target Communication Framework agent...[ OK ] Started Xinetd A Powerful Replacement For Inetd.[ OK ] Finished Load Kernel Module drm.[ OK ] Started Avahi mDNS/DNS-SD Stack.[FAILED] Failed to start User Login Management.See 'systemctl status systemd-logind.service' for details.[ OK ] Stopped Network Name Resolution.[FAILED] Failed to start Network Name Resolution.See 'systemctl status systemd-resolved.service' for details.[ OK ] Started Target Communication Framework agent.[ OK ] Reached target Multi-User System.[ OK ] Stopped Network Name Resolution.[FAILED] Failed to start Network Name Resolution.See 'systemctl status systemd-resolved.service' for details. Starting Record Runlevel Change in UTMP...[ OK ] Stopped Network Name Resolution.[FAILED] Failed to start Network Name Resolution.See 'systemctl status systemd-resolved.service' for details.[ OK ] Finished Record Runlevel Change in UTMP.[ OK ] Stopped Network Name Resolution.[FAILED] Failed to start Network Name Resolution.See 'systemctl status systemd-resolved.service' for details. NXP i.MX Release Distro 5.15-kirkstone desk-mx6ul-axelulite ttymxc0 desk-mx6ul-axelulite login: rootroot@desk-mx6ul-axelulite:~# uname -aLinux desk-mx6ul-axelulite 5.15.71-desk-mx6ul-l-4.0.0 #1 SMP PREEMPT Mon Apr 3 18:11:32 CEST 2023 armv7l armv7l armv7l GNU/Linuxroot@desk-mx6ul-axelulite:~# ls -l /lib/modules/$(uname -r)total 296lrwxrwxrwx 1 541 502 65 Apr 3 2023 build -> /home/jenkins/workspace/workspace/DESK-MX6UL-L-4.x.x_Linux-kerneldrwxr-xr-x 6 541 502 4096 Apr 3 2023 kernel-rw-r--r-- 1 541 502 2718 Apr 3 2023 modules.alias-rw-r--r-- 1 541 502 4768 Apr 3 2023 modules.alias.bin-rw-r--r-- 1 541 502 14878 Apr 3 2023 modules.builtin-rw-r--r-- 1 541 502 34704 Apr 3 2023 modules.builtin.alias.bin-rw-r--r-- 1 541 502 17778 Apr 3 2023 modules.builtin.bin-rw-r--r-- 1 541 502 105373 Apr 3 2023 modules.builtin.modinfo-rw-r--r-- 1 541 502 10689 Apr 3 2023 modules.dep-rw-r--r-- 1 541 502 21666 Apr 3 2023 modules.dep.bin-rw-r--r-- 1 541 502 0 Apr 3 2023 modules.devname-rw-r--r-- 1 541 502 8657 Apr 3 2023 modules.order-rw-r--r-- 1 541 502 85 Apr 3 2023 modules.softdep-rw-r--r-- 1 541 502 16970 Apr 3 2023 modules.symbols-rw-r--r-- 1 541 502 23964 Apr 3 2023 modules.symbols.binlrwxrwxrwx 1 541 502 65 Apr 3 2023 source -> /home/jenkins/workspace/workspace/DESK-MX6UL-L-4.x.x_Linux-kernelroot@desk-mx6ul-axelulite:~# rebootroot@desk-mx6ul-axelulite:~# [ OK ] Removed slice Slice /system/modprobe.[ OK ] Stopped target Multi-User System.[ OK ] Stopped target Login Prompts.[ OK ] Stopped target Remote File Systems.[ OK ] Stopped target RPC Port Mapper.[ OK ] Stopped target Timer Units.[ OK ] Stopped Daily rotation of log files.[ OK ] Stopped Daily Cleanup of Temporary Directories.[ OK ] Stopped target System Time Set.[ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch. Stopping Job spooling tools... Stopping Avahi mDNS/DNS-SD Stack... Stopping Periodic Command Scheduler... Stopping D-Bus System Message Bus... Stopping Getty on tty1... Stopping NFS status monitor for NFSv2/3 locking....[ OK ] Stopped Network Time Service (one-shot ntpdate mode). Stopping Telephony service... Stopping Serial Getty on ttymxc0... Stopping System Logging Service... Stopping Load/Save Random Seed... Stopping Target Communication Framework agent... Stopping Xinetd A Powerful Replacement For Inetd...[ OK ] Stopped Job spooling tools.[ OK ] Stopped Periodic Command Scheduler.[ OK ] Stopped D-Bus System Message Bus.[ OK ] Stopped Getty on tty1.[ OK ] Stopped Telephony service.[ OK ] Stopped Serial Getty on ttymxc0.[ OK ] Stopped System Logging Service.[ OK ] Stopped Avahi mDNS/DNS-SD Stack.[ OK ] Stopped NFS status monitor for NFSv2/3 locking..[ OK ] Stopped Xinetd A Powerful Replacement For Inetd.[ OK ] Stopped Target Communication Framework agent.[ OK ] Stopped Load/Save Random Seed.[ OK ] Removed slice Slice /system/getty.[ OK ] Removed slice Slice /system/serial-getty.[ OK ] Stopped target Network.[ OK ] Stopped target Host and Network Name Lookups. Stopping Network Configuration...[ OK ] Stopped Network Configuration.[ OK ] Stopped target Preparation for Network.[ OK ] Stopped IPv6 Packet Filtering Framework.[ OK ] Stopped IPv4 Packet Filtering Framework.[ OK ] Stopped target Basic System.[ OK ] Stopped target Path Units.[ OK ] Stopped Dispatch Password …ts to Console Directory Watch.[ OK ] Stopped Forward Password R…uests to Wall Directory Watch.[ OK ] Stopped target Slice Units.[ OK ] Removed slice User and Session Slice.[ OK ] Stopped target Socket Units.[ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.[ OK ] Closed D-Bus System Message Bus Socket.[ OK ] Closed dropbear.socket.[ OK ] Stopped target System Initialization.[ OK ] Closed Syslog Socket.[ OK ] Closed Network Service Netlink Socket. Stopping Load/Save Screen …ness of backlight:backlight...[ OK ] Stopped Apply Kernel Variables.[ OK ] Stopped Update is Completed.[ OK ] Stopped Rebuild Dynamic Linker Cache.[ OK ] Stopped Rebuild Journal Catalog. Stopping Record System Boot/Shutdown in UTMP...[ OK ] Stopped Load/Save Screen B…htness of backlight:backlight.[ OK ] Removed slice Slice /system/systemd-backlight.[ OK ] Stopped Record System Boot/Shutdown in UTMP.[ OK ] Stopped Create Volatile Files and Directories.[ OK ] Stopped target Local File Systems. Unmounting /run/credentials/systemd-sysusers.service... Unmounting Temporary Directory /tmp... Unmounting /var/volatile...[ OK ] Unmounted /run/credentials/systemd-sysusers.service.[ OK ] Unmounted Temporary Directory /tmp.[ OK ] Unmounted /var/volatile.[ OK ] Stopped target Preparation for Local File Systems.[ OK ] Stopped target Swaps.[ OK ] Reached target Unmount All Filesystems.[ OK ] Stopped Create Static Device Nodes in /dev.[ OK ] Stopped Create System Users.[ OK ] Stopped Remount Root and Kernel File Systems.[ OK ] Reached target System Shutdown.[ OK ] Reached target Late Shutdown Services.[ OK ] Finished System Reboot.[ OK ] Reached target System Reboot.[ 103.985305] watchdog: watchdog0: watchdog did not stop![ 104.067255] systemd-shutdown[1]: Using hardware watchdog 'imx2+ watchdog', version 0, device /dev/watchdog0[ 104.077397] systemd-shutdown[1]: Watchdog running with a timeout of 10min.[ 104.141355] systemd-shutdown[1]: Syncing filesystems and block devices.[ 104.152642] systemd-shutdown[1]: Sending SIGTERM to remaining processes...[ 104.186727] systemd-journald[176]: Received SIGTERM from PID 1 (systemd-shutdow).[ 104.228075] systemd-shutdown[1]: Sending SIGKILL to remaining processes...[ 104.275358] systemd-shutdown[1]: Unmounting file systems.[ 104.296546] systemd-shutdown[1]: All filesystems unmounted.[ 104.302430] systemd-shutdown[1]: Deactivating swaps.[ 104.307714] systemd-shutdown[1]: All swaps deactivated.[ 104.313212] systemd-shutdown[1]: Detaching loop devices.[ 104.334990] systemd-shutdown[1]: All loop devices detached.[ 104.341195] systemd-shutdown[1]: Stopping MD devices.[ 104.350769] systemd-shutdown[1]: All MD devices stopped.[ 104.356167] systemd-shutdown[1]: Detaching DM devices.[ 104.365560] systemd-shutdown[1]: All DM devices detached.[ 104.371271] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.[ 104.394367] systemd-shutdown[1]: Syncing filesystems and block devices.[ 104.404364] systemd-shutdown[1]: Rebooting.[ 104.434360] ci_hdrc ci_hdrc.1: remove, state 4[ 104.438874] usb usb2: USB disconnect, device number 1[ 104.445944] ci_hdrc ci_hdrc.1: USB bus 2 deregistered[ 104.455184] ci_hdrc ci_hdrc.0: remove, state 4[ 104.459691] usb usb1: USB disconnect, device number 1[ 104.466749] ci_hdrc ci_hdrc.0: USB bus 1 deregistered[ 104.487834] imx2-wdt 20bc000.watchdog: Device shutdown: Expect reboot![ 104.496743] reboot: Restarting system U-Boot SPL 2022.04-desk-mx6ul-l-4.0.0 (Apr 14 2023 - 10:13:15 +0200)SOM ConfigID#: 00000014Trying to boot from MMC1  U-Boot 2022.04-desk-mx6ul-l-4.0.0 (Apr 14 2023 - 10:13:15 +0200) CPU: Freescale i.MX6UL rev1.2 528 MHz (running at 396 MHz)CPU: Industrial temperature grade (-40C to 105C) at 51CReset cause: PORI2C: readyDRAM: 256 MiBRelocating to 8ff57000, new gd at 8fb56ec0, sp at 8fb56ea0Core: 2 devices, 2 uclassesPMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11NAND: 128 MiBMMC: FSL_SDHC: 0Loading Environment from MMC... *** Warning - bad CRC, using default environment No panel detected: default to MI0700AJT-30Display: MI0700AJT-30 (800x480)Video: 800x480x18In: serialOut: serialErr: serialswitch to partitions #0, OKmmc0 is current device (SD)SOM ConfigID#: 00000014SOM UniqueID#: ee6ac309:2f3211d4CB ConfigID#: 0000003aCB UniqueID#: 00000000:00000000Board: MX6UL AXEL ULite rev.A on SDV04Net: FEC0Warning: FEC0 (eth0) using random MAC address - 36:ac:92:f4:c0:77 Normal BootHit any key to stop autoboot: 3 ��� 0=> => => => edit serveripedit: 192.168.0.13� �� �167=> edit ipaddredit: 192.168.0.89� �� �165=> run net_nfsUsing FEC0 deviceTFTP from server 192.168.0.167; our IP address is 192.168.0.165Filename 'desk-mx6ul-l/uImage'.Load address: 0x80800000Loading: *�################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###### 1.9 MiB/sdoneBytes transferred = 8016520 (7a5288 hex)Using FEC0 deviceTFTP from server 192.168.0.167; our IP address is 192.168.0.165Filename 'desk-mx6ul-l/imx6ul-axelulite-cb003a.dtb'.Load address: 0x83000000Loading: *�####### 1.8 MiB/sdoneBytes transferred = 32964 (80c4 hex)FDT: override 'som_uniqueid' with 'ee6ac309:2f3211d4'FDT: override 'cb_uniqueid' with '00000000:00000000'## Booting kernel from Legacy Image at 80800000 ... Image Name: Linux-5.15.71-desk-mx6ul-l-4.0.0 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 8016456 Bytes = 7.6 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK## Flattened Device Tree blob at 83000000 Booting using the fdt blob at 0x83000000 Loading Kernel Image Using Device Tree in place at 83000000, end 8300bfff Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0[ 0.000000] Linux version 5.15.71-desk-mx6ul-l-4.0.0 (jenkins@focalbakery) (arm-poky-linux-gnueabi-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Apr 3 18:11:32 CEST 2023[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d[ 0.000000] CPU: div instructions available: patching division code[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache[ 0.000000] OF: fdt: Machine model: AxelULite on SFCZG[ 0.000000] Memory policy: Data cache writealloc[ 0.000000] Zone ranges:[ 0.000000] Normal [mem 0x0000000080000000-0x000000008fffffff][ 0.000000] HighMem empty[ 0.000000] Movable zone start for each node[ 0.000000] Early memory node ranges[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008fffffff][ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000008fffffff][ 0.000000] percpu: Embedded 12 pages/cpu s17036 r8192 d23924 u49152[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65024[ 0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.0.167:/home/dvdk/desk-mx-l/rfs/desk-mx6ul-l,v3,tcp ip=192.168.0.165:192.168.0.167::255.255.255.0:lynx:eth0:off panic=1 fec_mac=36:ac:92:f4:c0:77 console=ttymxc0,115200 vmalloc=400M 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] Unknown kernel command line parameters "fec_mac=36:ac:92:f4:c0:77", will be passed to user space.[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off[ 0.000000] Memory: 241540K/262144K available (12288K kernel code, 1353K rwdata, 2332K rodata, 1024K init, 407K bss, 20604K reserved, 0K cma-reserved, 0K highmem)[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1[ 0.000000] rcu: Preemptible hierarchical RCU implementation.[ 0.000000] rcu: RCU event tracing is enabled.[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.[ 0.000000] Trampoline variant of Tasks RCU enabled.[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16[ 0.000000] Switching to timer-based delay loop, resolution 41ns[ 0.000003] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns[ 0.000054] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns[ 0.002931] Console: colour dummy device 80x30[ 0.003048] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)[ 0.003105] pid_max: default: 32768 minimum: 301[ 0.003488] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)[ 0.003551] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)[ 0.005195] CPU: Testing write buffer coherency: ok[ 0.005878] CPU0: update cpu_capacity 1024[ 0.005932] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000[ 0.008375] Setting up static identity map for 0x80100000 - 0x80100060[ 0.008816] rcu: Hierarchical SRCU implementation.[ 0.011515] smp: Bringing up secondary CPUs ...[ 0.011566] smp: Brought up 1 node, 1 CPU[ 0.011602] SMP: Total of 1 processors activated (48.00 BogoMIPS).[ 0.011634] CPU: All CPU(s) started in SVC mode.[ 0.012685] devtmpfs: initialized[ 0.025285] Duplicate name in lcdif@21c8000, renamed to "display#1"[ 0.029713] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5[ 0.030455] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns[ 0.030530] futex hash table entries: 256 (order: 2, 16384 bytes, linear)[ 0.030790] pinctrl core: initialized pinctrl subsystem[ 0.034458] NET: Registered PF_NETLINK/PF_ROUTE protocol family[ 0.035245] DMA: preallocated 256 KiB pool for atomic coherent allocations[ 0.038222] thermal_sys: Registered thermal governor 'step_wise'[ 0.038256] thermal_sys: Registered thermal governor 'user_space'[ 0.039122] cpuidle: using governor menu[ 0.039579] CPU identified as i.MX6UL, silicon rev 1.2[ 0.039620] Use WDOG1 as reset source[ 0.067128] vdd3p0: supplied by regulator-dummy[ 0.068249] cpu: supplied by regulator-dummy[ 0.069844] vddsoc: supplied by regulator-dummy[ 0.103986] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.[ 0.104053] hw-breakpoint: maximum watchpoint size is 8 bytes.[ 0.107121] imx6ul-pinctrl 20e0000.pinctrl: initialized IMX pinctrl driver[ 0.110258] imx mu driver is registered.[ 0.111334] imx rpmsg driver is registered.[ 0.195129] vgaarb: loaded[ 0.196592] SCSI subsystem initialized[ 0.197880] usbcore: registered new interface driver usbfs[ 0.198035] usbcore: registered new interface driver hub[ 0.198171] usbcore: registered new device driver usb[ 0.200866] i2c i2c-0: IMX I2C adapter registered[ 0.202890] i2c i2c-1: IMX I2C adapter registered[ 0.203774] mc: Linux media interface: v0.10[ 0.203899] videodev: Linux video capture interface: v2.00[ 0.204112] pps_core: LinuxPPS API ver. 1 registered[ 0.204145] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>[ 0.204209] PTP clock support registered[ 0.206212] MIPI CSI2 driver module loaded[ 0.206359] Advanced Linux Sound Architecture Driver Initialized.[ 0.208224] Bluetooth: Core ver 2.22[ 0.208384] NET: Registered PF_BLUETOOTH protocol family[ 0.208416] Bluetooth: HCI device and connection manager initialized[ 0.208467] Bluetooth: HCI socket layer initialized[ 0.208508] Bluetooth: L2CAP socket layer initialized[ 0.208614] Bluetooth: SCO socket layer initialized[ 0.210148] clocksource: Switched to clocksource mxc_timer1[ 0.210590] VFS: Disk quotas dquot_6.6.0[ 0.210781] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)[ 0.232937] NET: Registered PF_INET protocol family[ 0.233495] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)[ 0.235230] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)[ 0.235343] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)[ 0.235392] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)[ 0.235476] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)[ 0.235582] TCP: Hash tables configured (established 2048 bind 2048)[ 0.235792] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)[ 0.235878] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)[ 0.236299] NET: Registered PF_UNIX/PF_LOCAL protocol family[ 0.238017] RPC: Registered named UNIX socket transport module.[ 0.238079] RPC: Registered udp transport module.[ 0.238107] RPC: Registered tcp transport module.[ 0.238133] RPC: Registered tcp NFSv4.1 backchannel transport module.[ 0.240548] PCI: CLS 0 bytes, default 64[ 0.241790] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available[ 0.245496] Bus freq driver module loaded[ 0.247867] Initialise system trusted keyrings[ 0.249143] workingset: timestamp_bits=30 max_order=16 bucket_order=0[ 0.262699] NFS: Registering the id_resolver key type[ 0.262853] Key type id_resolver registered[ 0.262885] Key type id_legacy registered[ 0.263007] ntfs: driver 2.1.32 [Flags: R/W].[ 0.263842] fuse: init (API version 7.34)[ 0.502750] Key type asymmetric registered[ 0.502808] Asymmetric key parser 'x509' registered[ 0.502978] io scheduler mq-deadline registered[ 0.503016] io scheduler kyber registered[ 0.517827] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2[ 0.517900] imx-sdma 20ec000.sdma: Falling back to sysfs fallback for: imx/sdma/sdma-imx6q.bin[ 0.522587] mxs-dma 1804000.dma-apbh: initialized[ 0.533692] pfuze100-regulator 0-0008: Full layer: 1, Metal layer: 1[ 0.534525] pfuze100-regulator 0-0008: FAB: 0, FIN: 0[ 0.534573] pfuze100-regulator 0-0008: pfuze3000 found.[ 0.561492] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled[ 0.566464] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 30, base_baud = 5000000) is a IMX[ 1.356961] printk: console [ttymxc0] enabled[ 1.363931] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 65, base_baud = 5000000) is a IMX[ 1.376433] imx sema4 driver is registered.[ 1.406612] brd: module loaded[ 1.426717] loop: module loaded[ 1.431869] imx ahci driver is registered.[ 1.441094] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xf1[ 1.447507] nand: Winbond W29N01HV[ 1.451110] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64[ 1.459289] Scanning device for bad blocks[ 1.567957] 9 cmdlinepart partitions found on MTD device gpmi-nand[ 1.574246] Creating 9 MTD partitions on "gpmi-nand":[ 1.579332] 0x000000000000-0x000000200000 : "nand-SPL"[ 1.588134] 0x000000200000-0x000000800000 : "nand-uboot"[ 1.597350] 0x000000800000-0x000000900000 : "nand-env1"[ 1.606262] 0x000000900000-0x000000a00000 : "nand-env2"[ 1.615282] 0x000000a00000-0x000000b00000 : "nand-fdt"[ 1.624181] 0x000000b00000-0x000000c00000 : "nand-spare"[ 1.633429] 0x000000c00000-0x000001400000 : "nand-kernel"[ 1.642653] 0x000001400000-0x000001800000 : "nand-splash"[ 1.651899] 0x000001800000-0x000008000000 : "nand-ubi"[ 1.661693] gpmi-nand 1806000.nand-controller: driver registered.[ 1.669330] SPI driver spidev has no spi_device_id for spidev[ 1.677051] spinor@0 enforce active low on chipselect handle[ 1.686455] spi-nor spi0.0: is25lp128 (16384 Kbytes)[ 1.691626] 8 cmdlinepart partitions found on MTD device spi0.0[ 1.697585] Creating 8 MTD partitions on "spi0.0":[ 1.702477] 0x000000000000-0x000000010000 : "spi-SPL"[ 1.711496] 0x000000010000-0x000000100000 : "spi-uboot"[ 1.720570] 0x000000100000-0x000000140000 : "spi-env1"[ 1.729401] 0x000000140000-0x000000180000 : "spi-env2"[ 1.738355] 0x000000180000-0x000000200000 : "spi-dtb"[ 1.747181] 0x000000200000-0x000000a00000 : "spi-kernel"[ 1.756295] 0x000000a00000-0x000000e00000 : "spi-splash"[ 1.765694] 0x000000e00000-0x000001000000 : "spi-free"[ 1.779960] CAN device driver interface[ 1.788085] pps pps0: new PPS source ptp0[ 1.798323] fec 2188000.ethernet eth0: registered PHC device 0[ 1.806736] usbcore: registered new interface driver asix[ 1.812612] usbcore: registered new interface driver ax88179_178a[ 1.818843] usbcore: registered new interface driver cdc_ether[ 1.825029] usbcore: registered new interface driver cdc_eem[ 1.830935] usbcore: registered new interface driver net1080[ 1.836715] usbcore: registered new interface driver cdc_subset[ 1.842899] usbcore: registered new interface driver zaurus[ 1.848719] usbcore: registered new interface driver cdc_ncm[ 1.854650] usbcore: registered new interface driver cdc_mbim[ 1.860628] usbcore: registered new interface driver r8153_ecm[ 1.866490] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver[ 1.873142] ehci-pci: EHCI PCI platform driver[ 1.877941] usbcore: registered new interface driver cdc_wdm[ 1.883834] usbcore: registered new interface driver usb-storage[ 1.899399] snvs_rtc 20cc000.snvs:snvs-rtc-lp: registered as rtc0[ 1.905747] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01T00:10:24 UTC (624)[ 1.915401] i2c_dev: i2c /dev entries driver[ 1.922695] pwm-backlight backlight: supply power not found, using dummy regulator[ 1.937734] mxsfb 21c8000.lcdif: supply lcd not found, using dummy regulator[ 2.036077] sii902x bound to mxs-lcdif from 21c8000.lcdif[ 2.360197] mxsfb 21c8000.lcdif: initialized[ 2.367239] pxp-v4l2 pxp_v4l2: initialized[ 2.374896] Bluetooth: HCI UART driver ver 2.3[ 2.379396] Bluetooth: HCI UART protocol H4 registered[ 2.384668] Bluetooth: HCI UART protocol BCSP registered[ 2.390089] Bluetooth: HCI UART protocol LL registered[ 2.396335] sdhci: Secure Digital Host Controller Interface driver[ 2.402630] sdhci: Copyright(c) Pierre Ossman[ 2.407007] sdhci-pltfm: SDHCI platform and OF driver helper[ 2.415169] sdhci-esdhc-imx 2190000.mmc: Got CD GPIO[ 2.423672] caam 2140000.crypto: Entropy delay = 3200[ 2.441297] caam 2140000.crypto: Instantiated RNG4 SH0[ 2.453770] caam 2140000.crypto: Instantiated RNG4 SH1[ 2.458964] caam 2140000.crypto: device ID = 0x0a16030000000000 (Era 8)[ 2.466008] caam 2140000.crypto: job rings = 3, qi = 0[ 2.471595] mmc0: SDHCI controller on 2190000.mmc [2190000.mmc] using ADMA[ 2.514007] caam algorithms registered in /proc/crypto[ 2.522167] mmc0: host does not support reading read-only switch, assuming write-enable[ 2.534408] caam 2140000.crypto: caam pkc algorithms registered in /proc/crypto[ 2.542638] mmc0: new high speed SDHC card at address aaaa[ 2.549915] mmcblk0: mmc0:aaaa SA32G 29.7 GiB [ 2.555438] caam 2140000.crypto: rng crypto API alg registered prng-caam[ 2.565905] caam 2140000.crypto: registering rng-caam[ 2.571501] mmcblk0: p1 p2[ 2.578358] Device caam-keygen registered[ 2.590581] caam-snvs 20cc000.caam-snvs: violation handlers armed - non-secure state[ 2.599702] usbcore: registered new interface driver usbhid[ 2.605773] usbhid: USB HID core driver[ 2.612554] random: crng init done[ 2.630804] NET: Registered PF_INET6 protocol family[ 2.638418] Segment Routing with IPv6[ 2.642456] In-situ OAM (IOAM) with IPv6[ 2.646608] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver[ 2.654217] NET: Registered PF_PACKET protocol family[ 2.659351] can: controller area network core[ 2.664100] NET: Registered PF_CAN protocol family[ 2.668938] can: raw protocol[ 2.672091] can: broadcast manager protocol[ 2.676325] can: netlink gateway - max_hops=1[ 2.681409] Bluetooth: RFCOMM TTY layer initialized[ 2.686365] Bluetooth: RFCOMM socket layer initialized[ 2.691858] Bluetooth: RFCOMM ver 1.11[ 2.695702] Bluetooth: BNEP (Ethernet Emulation) ver 1.3[ 2.701194] Bluetooth: BNEP filters: protocol multicast[ 2.706472] Bluetooth: BNEP socket layer initialized[ 2.711514] Bluetooth: HIDP (Human Interface Emulation) ver 1.2[ 2.717476] Bluetooth: HIDP socket layer initialized[ 2.722621] 8021q: 802.1Q VLAN Support v1.8[ 2.726879] lib80211: common routines for IEEE802.11 drivers[ 2.733251] Key type dns_resolver registered[ 2.764333] Registering SWP/SWPB emulation handler[ 2.770010] Loading compiled-in X.509 certificates[ 2.822306] ci_hdrc ci_hdrc.0: EHCI Host Controller[ 2.827288] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1[ 2.860427] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00[ 2.866815] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15[ 2.875552] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 2.883136] usb usb1: Product: EHCI Host Controller[ 2.888040] usb usb1: Manufacturer: Linux 5.15.71-desk-mx6ul-l-4.0.0 ehci_hcd[ 2.895248] usb usb1: SerialNumber: ci_hdrc.0[ 2.901035] hub 1-0:1.0: USB hub found[ 2.904916] hub 1-0:1.0: 1 port detected[ 2.916678] ci_hdrc ci_hdrc.1: EHCI Host Controller[ 2.921764] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2[ 2.950228] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00[ 2.956172] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15[ 2.964551] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 2.971835] usb usb2: Product: EHCI Host Controller[ 2.976732] usb usb2: Manufacturer: Linux 5.15.71-desk-mx6ul-l-4.0.0 ehci_hcd[ 2.983936] usb usb2: SerialNumber: ci_hdrc.1[ 2.989522] hub 2-0:1.0: USB hub found[ 2.993558] hub 2-0:1.0: 1 port detected[ 3.001229] imx_thermal 20c8000.anatop:tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C[ 3.014581] input: gpio-power-fail as /devices/platform/gpio-power-fail/input/input0[ 3.103028] Micrel KSZ8081 or KSZ8091 2188000.ethernet-1:03: attached PHY driver (mii_bus:phy_addr=2188000.ethernet-1:03, irq=POLL)[ 6.250935] fec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx[ 6.259066] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready[ 6.280292] IP-Config: Complete:[ 6.283604] device=eth0, hwaddr=36:ac:92:f4:c0:77, ipaddr=192.168.0.165, mask=255.255.255.0, gw=255.255.255.255[ 6.294681] host=lynx, domain=, nis-domain=(none)[ 6.299963] bootserver=192.168.0.167, rootserver=192.168.0.167, rootpath=[ 6.301033] cfg80211: Loading compiled-in X.509 certificates for regulatory database[ 6.321757] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'[ 6.328594] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2[ 6.337960] ALSA device list:[ 6.341164] No soundcards found.[ 6.346273] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db[ 6.395227] VFS: Mounted root (nfs filesystem) on device 0:13.[ 6.403142] devtmpfs: mounted[ 6.408695] Freeing unused kernel image (initmem) memory: 1024K[ 6.430627] Run /sbin/init as init process[ 7.298222] systemd[1]: System time before build time, advancing clock.[ 7.380452] systemd[1]: systemd 250.5+ running in system mode (-PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -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 default-hierarchy=hybrid)[ 7.413263] systemd[1]: Detected architecture arm. Welcome to NXP i.MX Release Distro 5.15-kirkstone (kirkstone)! [ 7.476156] systemd[1]: Hostname set to <desk-mx6ul-axelulite>.[ 8.098101] systemd-sysv-generator[169]: 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.131653] systemd-sysv-generator[169]: 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.184784] systemd-sysv-generator[169]: SysV service '/etc/init.d/sendsigs' 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.212959] systemd-sysv-generator[169]: SysV service '/etc/init.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.253410] systemd-sysv-generator[169]: 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.290636] systemd-sysv-generator[169]: 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, in order to make it more safe and robust.[ 8.322804] systemd-sysv-generator[169]: 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.351545] systemd-sysv-generator[169]: 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.458449] systemd[160]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.[ 10.304136] systemd[1]: Queued start job for default target Multi-User System.[ 10.318789] systemd[1]: Created slice Slice /system/getty.[ OK ] Created slice Slice /system/getty.[ 10.363281] systemd[1]: Created slice Slice /system/modprobe.[ OK ] Created slice Slice /system/modprobe.[ 10.403213] systemd[1]: Created slice Slice /system/serial-getty.[ OK ] Created slice Slice /system/serial-getty.[ 10.442128] systemd[1]: Created slice User and Session Slice.[ OK ] Created slice User and Session Slice.[ 10.481406] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.[ OK ] Started Dispatch Password …ts to Console Directory Watch.[ 10.521459] systemd[1]: Started Forward Password Requests to Wall Directory Watch.[ OK ] Started Forward Password R…uests to Wall Directory Watch.[ 10.561513] systemd[1]: Reached target Path Units.[ OK ] Reached target Path Units.[ 10.590794] systemd[1]: Reached target Remote File Systems.[ OK ] Reached target Remote File Systems.[ 10.630762] systemd[1]: Reached target Slice Units.[ OK ] Reached target Slice Units.[ 10.660873] systemd[1]: Reached target Swaps.[ OK ] Reached target Swaps.[ 10.695395] systemd[1]: Listening on RPCbind Server Activation Socket.[ OK ] Listening on RPCbind Server Activation Socket.[ 10.730772] systemd[1]: Reached target RPC Port Mapper.[ OK ] Reached target RPC Port Mapper.[ 10.774690] systemd[1]: Listening on Syslog Socket.[ OK ] Listening on Syslog Socket.[ 10.811488] systemd[1]: Listening on initctl Compatibility Named Pipe.[ OK ] Listening on initctl Compatibility Named Pipe.[ 10.958378] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).[ 10.973329] systemd[1]: Listening on Journal Socket (/dev/log).[ OK ] Listening on Journal Socket (/dev/log).[ 11.012261] systemd[1]: Listening on Journal Socket.[ OK ] Listening on Journal Socket.[ 11.054382] systemd[1]: Listening on Network Service Netlink Socket.[ OK ] Listening on Network Service Netlink Socket.[ 11.098757] systemd[1]: Listening on udev Control Socket.[ OK ] Listening on udev Control Socket.[ 11.142075] systemd[1]: Listening on udev Kernel Socket.[ OK ] Listening on udev Kernel Socket.[ 11.183884] systemd[1]: Listening on User Database Manager Socket.[ OK ] Listening on User Database Manager Socket.[ 11.221919] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).[ 11.236182] systemd[1]: POSIX Message Queue File System was skipped because of a failed condition check (ConditionPathExists=/proc/sys/fs/mqueue).[ 11.256398] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System...[ 11.301692] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).[ 11.333108] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp...[ 11.353528] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/5.15.71-desk-mx6ul-l-4.0.0/modules.devname).[ 11.397234] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs...[ 11.438935] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm...[ 11.498419] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse...[ 11.545063] systemd[1]: Starting RPC Bind... Starting RPC Bind...[ 11.592786] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).[ 11.622078] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.[ 11.635909] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)[ 11.669491] systemd[1]: Starting Journal Service... Starting Journal Service...[ 11.777650] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.[ 11.834654] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network …ts from Kernel command line...[ 11.898579] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems...[ 11.967631] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables...[ 12.058223] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices...[ 12.202451] systemd[1]: Started RPC Bind.[ OK ] Started RPC Bind.[ 12.259700] systemd[1]: Mounted Kernel Debug File System.[ OK ] Mounted Kernel Debug File System.[ 12.354650] systemd[1]: Mounted Temporary Directory /tmp.[ OK ] Mounted Temporary Directory /tmp.[ 12.394586] systemd[1]: modprobe@configfs.service: Deactivated successfully.[ 12.433379] systemd[1]: Finished Load Kernel Module configfs.[ OK ] Finished Load Kernel Module configfs.[ 12.482239] systemd[1]: modprobe@drm.service: Deactivated successfully.[ 12.521323] systemd[1]: Finished Load Kernel Module drm.[ OK ] Finished Load Kernel Module drm.[ 12.563907] systemd[1]: modprobe@fuse.service: Deactivated successfully.[ 12.592799] systemd[1]: Finished Load Kernel Module fuse.[ OK ] Finished Load Kernel Module fuse.[ 12.620762] systemd[1]: Finished Generate network units from Kernel command line.[ OK ] Finished Generate network units from Kernel command line.[ 12.653714] systemd[1]: Finished Remount Root and Kernel File Systems.[ OK ] Finished Remount Root and Kernel File Systems.[ 12.714306] systemd[1]: Finished Apply Kernel Variables.[ OK ] Finished Apply Kernel Variables.[ 12.774506] systemd[1]: Mounting FUSE Control File System... Mounting FUSE Control File System...[ 12.816964] systemd[1]: Mounting Kernel Configuration File System... Mounting Kernel Configuration File System...[ 12.885527] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).[ 12.941340] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).[ 12.983612] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).[ 13.035071] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device ManagerNodes in /dev...[ 13.111425] systemd[1]: Mounted FUSE Control File System.[ OK ] Mounted FUSE Control File System.[ 13.181975] systemd[1]: Mounted Kernel Configuration File System.[ OK ] Mounted Kernel Configuration File System.[ 13.533757] systemd[1]: Finished Create Static Device Nodes in /dev.[ OK ] Finished Create Static Device Nodes in /dev.[ 13.572532] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Reached target Preparation for Local File Systems.
Mounting /var/volatile...
Starting Flush Journal to Persistent Storage...
Starting Network ServiceRule-based Manage…for Device Events and Files...[ OK ] Mounted /var/volatile.[ 1713.010346934874] systemd-journald[145177]: Received client request to flush runtime journal from PID 1. Starting Load/Save Random Seed...[ OK ] Reached target Local File Systems.[ OK ] Started Finished Flush Journal to Persistent Storage.
Starting Create Volatile Files and Directories...
[ OK ] Finished Load/Save Random Seed.[ OK ] Started Network ServiceRule-based Manager for Device Events and Files.[ OK ] Started Finished Create Volatile Files and Directories. Starting [FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Reached target System Time Set. Starting Update UTMP about Record System Boot/Shutdownin UTMP... Starting [ OK ] Stopped Network Time Synchronization.[FAILED] Failed to start Network Name ResolutionTime Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Started Update UTMP about Finished Record System Boot/Shutdownin UTMP.[ OK ] Started Stopped Network Time Synchronization.[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Started udev Coldplug all DevicesStopped Network Time Synchronization.[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Started Stopped Network Name ResolutionTime Synchronization.[ 21FAILED] Failed to start Network Time Synchronization.273370] imxSee 'systemctl status systemd-sdma 20ec000timesyncd.sdma: loaded firmware 3service' for details.4[ OK ] Found device /dev/ttymxc0Stopped Network Time Synchronization.[FAILED] Failed to start Network Time Synchronization.See 'systemctl status systemd-timesyncd.service' for details.[ OK ] Listening on Created slice Slice /system/systemd-backlight. Starting Load/Save RF Kill Switch Status /dev/rfkill WatchScreen …ness of backlight:backlight...[ 18.058436] mtdblock: MTD device 'nand-SPL' is NAND, please consider using UBI block devices instead.[ 18.076749] mtdblock: MTD device 'nand-uboot' is NAND, please consider using UBI block devices instead.[ 18.135219] mtdblock: MTD device 'nand-env1' is NAND, please consider using UBI block devices instead.[ 18.209410] mtdblock: MTD device 'nand-env2' is NAND, please consider using UBI block devices instead.[ 18.266855] mtdblock: MTD device 'nand-fdt' is NAND, please consider using UBI block devices instead.[ 18.444165] mtdblock: MTD device 'nand-kernel' is NAND, please consider using UBI block devices instead.[ 18.487187] mtdblock: MTD device 'nand-spare' is NAND, please consider using UBI block devices instead.[ OK ] Reached target Host and Network Name LookupsFinished Coldplug All udev Devices.[ OK ] Reached target NetworkFinished Load/Save Screen …htness of backlight:backlight.[ 18.642841] mtdblock: MTD device 'nand-splash' is NAND, please consider using UBI block devices instead.[ 18.783339] mtdblock: MTD device 'nand-ubi' is NAND, please consider using UBI block devices instead.
[ OK ] Reached target System Initialization.
[ OK ] Listening on RPCbind Server Activation SocketStarted Daily rotation of log files.[ OK ] Started Daily Cleanup of Temporary Directories.[ OK ] Reached target Timer Units.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Started dnfListening on D-automatic-install timer.[ OK ] Started Daily Cleanup of Temporary Directories.[ OK ] Started dnf-automatic-notifyonly timerBus System Message Bus Socket.
[ OK ] Listening on dropbear.socket.
[ OK ] Started dnf-automatic timer.[ OK ] Started dnf-automatic-download timer.[ OK ] Started dnf makecache timer.[ OK ] Listening on D-Bus System Message Bus Socket.[ OK ] Reached target SocketsSocket Units.
[ OK ] Reached target Basic System.
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[ OK ] Started Job spooling tools.
[ OK ] Started Periodic Command Scheduler. Starting RPC Bind ServiceD-Bus System Message Bus...
[ OK ] Started Getty on tty1.
[ OK ] Started D Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... Starting Network Time Service (one-Bus System Message Busshot ntpdate mode)... Starting Telephony service...
[ OK ] Started Serial Getty on ttymxc0.
[ OK ] Reached target Login Prompts.
Starting [ OK ] Started System Logging Service.[FAILED] Failed to start User Login Management.See 'systemctl status systemd-logind.service' for details.syslogd[239]: Error opening log file: /var/log/auth.log: No such file or directorysyslogd[239]: Error opening log file: /var/log/syslog: No such file or directorysyslogd[239]: Error opening log file: /var/log/kern.log: No such file or directorysyslogd[239]: Error opening log file: /var/log/mail.log: No such file or directorysyslogd[239]: Error opening log file: /var/log/mail.err: No such file or directorysyslogd[239]: Error opening log file: /var/log/messages: No such file or directory[ OK ] Finished IPv6 Packet Filtering Framework.[ OK ] Started D-Bus System Message Bus.[ OK ] Finished IPv4 Packet Filtering Framework.[ OK ] Finished Network Time Service (one-shot ntpdate mode).[ OK ] Reached target Preparation for Network.[ OK ] Stopped User Login Management. Starting Load Kernel Module drm... Starting Network Configuration...[ OK ] Finished Load Kernel Module drm.[ OK ] Started Target Communication Framework agentTelephony service.[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 ] Finished Load Kernel Module drm.[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 ] Finished Load Kernel Module drm.[FAILED] Failed to start User Login Management.See 'systemctl status systemd-logind.service' for details.[ OK ] Stopped User Login Management. Starting Telephony Load Kernel Module drm...[ OK ] Finished Load Kernel Module drm.[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 Xinetd A Powerful Replacement For InetdNetwork Configuration.[FAILED] Failed to start Network Name Resolution.See 'systemctl status systemd-resolved.service' for details.[ OK ] Reached target Network.[ OK ] Reached target Host and Network Name Lookups.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Periodic Command Scheduler.
Starting System Logging Service...
Starting Login Service...
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Started RPC Bind Service.
[ OK ] Started Network Time Service (one-shot ntpdate mode).
Starting Load/Save RF Kill Switch Status...
[ OK ] Started NFS status monitor for NFSv2/3 locking..
[ OK FAILED] Failed to start Respond to IPv6 Node Information Queries.See 'systemctl status ninfod.service' for details.[FAILED] Started Telephony Failed to start Network Router Discovery Daemon.See 'systemctl status rdisc.service' for details. Starting Target Communication Framework agent...[ OK ] Started Load/Save RF Kill Switch StatusXinetd A Powerful Replacement For Inetd.[ OK ] Started Login ServiceFinished Load Kernel Module drm.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
[ OK ] Stopped Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[ OK ] Stopped Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[ OK ] Started Target Communication Framework agent.
[ OK ] Reached target Multi-User System.
[ OK ] Stopped Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
Starting Record Runlevel Change in UTMP...
[ OK ] Stopped Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[ OK ] Finished Record Runlevel Change in UTMP.
[ OK ] Stopped Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
NXP i.MX Release Distro 45.1415-sumo kirkstone desk-mx6ul-axelulite ttymxc0
root@desk-mx6ul-axelulite login: ~# </pre> ===Install Module=== Host side, transfer <code>~/desk-mx-l/rfs/desk-mx6ul-l-4.0.0_modules.tar.gz</code> file on target.  Target side execute the follow command: <pre>root@desk-mx6ul-axelulite:~# tar xvzf desk-mx6ul-l-4.0.0_modules.tar.gz -C / </pre> To check that everything went well, run the following command: <pre>root@desk-mx6ul-axelulite:~#ls -l /lib/modules/$(uname -r)total 296lrwxrwxrwx 1 541 502 65 Apr 3 2023 build -> /home/jenkins/workspace/workspace/DESK-MX6UL-L-4.x.x_Linux-kerneldrwxr-xr-x 6 541 502 4096 Apr 3 2023 kernel-rw-r--r-- 1 541 502 2718 Apr 3 2023 modules.alias-rw-r--r-- 1 541 502 4768 Apr 3 2023 modules.alias.bin-rw-r--r-- 1 541 502 14878 Apr 3 2023 modules.builtin-rw-r--r-- 1 541 502 34704 Apr 3 2023 modules.builtin.alias.bin-rw-r--r-- 1 541 502 17778 Apr 3 2023 modules.builtin.bin-rw-r--r-- 1 541 502 105373 Apr 3 2023 modules.builtin.modinfo-rw-r--r-- 1 541 502 10689 Apr 3 2023 modules.dep-rw-r--r-- 1 541 502 21666 Apr 3 2023 modules.dep.bin-rw-r--r-- 1 541 502 0 Apr 3 2023 modules.devname-rw-r--r-- 1 541 502 8657 Apr 3 2023 modules.order-rw-r--r-- 1 541 502 85 Apr 3 2023 modules.softdep-rw-r--r-- 1 541 502 16970 Apr 3 2023 modules.symbols-rw-r--r-- 1 541 502 23964 Apr 3 2023 modules.symbols.binlrwxrwxrwx 1 541 502 65 Apr 3 2023 source -> /home/jenkins/workspace/workspace/DESK-MX6UL-L-4.x.x_Linux-kernel
</pre>
8,226
edits