DESK-MX6UL-L/General/Booting from NFS

From DAVE Developer's Wiki
Jump to: navigation, search
History
Issue Date Notes

2021/04/21

First DESK-MX6UL-L release

2022/03/16

DESK-MX6UL-L 3.0.0 release
2023/05/05 DESK-MX6UL-L 4.0.0 release


Booting from NFS[edit | edit source]

This configuration is very helpful during the software development (both for kernel and applications). The kernel image is downloaded via TFTP while the root file system is remotely mounted via NFS from the host. It is assumed that the development host:

  • is connected with the target host board through an Ethernet LAN
  • exports the directory containing the root file system for the target through the NFS server
  • runs a TFTP server.
  • has a proper subnet IP address

net_nfs configuration[edit | edit source]

DESK-MX6UL-L Virtual Machine is properly configured for the TFTP and NFS debug.

In any case, some variables has to be configured on the target and the VM itself has to be configured for respect to the network environment.

Host (Virtual Machine) configuration[edit | edit source]

The 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 describe in VirtualBox Network Configuration

Target configuration[edit | edit source]

The IP address for server and target should be configured: an example (for a network subnet 192.168.0.x)

=> setenv serverip 192.168.0.125
=> setenv ipaddr 192.168.0.90
  • serverip is the IP address of the host machine running the tftp/nfs server
  • ipaddr is the IP address of the target

The kernel and device tree files has to be selected

=> setenv bootfile desk-mx-l/uImage
=> setenv fdtfile desk-mx-l/imx6ul-lynx-som0013-cb002f.dtb

finally, the root file system directory on the Virtual Machine should be configured for let the kernel to find the INIT

=> setenv rootpath /home/dvdk/desk-mx-l/rfs/desk-mx6ul-l/

To run this configuration just issue the net_nfs command which firstly download the kernel and device tree using the tftp protocol

U-Boot SPL 2022.04-desk-mx6ul-l-4.0.0 (Apr 14 2023 - 10:13:15 +0200)
SOM ConfigID#: 00000014
Trying 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 58C
Reset cause: WDOG
I2C:   ready
DRAM:  256 MiB
Relocating to 8ff57000, new gd at 8fb56ec0, sp at 8fb56ea0
Core:  2 devices, 2 uclasses
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
NAND:  128 MiB
MMC:   FSL_SDHC: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment

No panel detected: default to MI0700AJT-30
Display: MI0700AJT-30 (800x480)
Video: 800x480x18
In:    serial
Out:   serial
Err:   serial
switch to partitions #0, OK
mmc0 is current device (SD)
SOM ConfigID#: 00000014
SOM UniqueID#: ee6ac309:2f3211d4
CB ConfigID#: 0000003a
CB UniqueID#: 00000000:00000000
Board: MX6UL AXEL ULite rev.A on SDV04
Net:   FEC0
Warning: FEC0 (eth0) using random MAC address - 12:bd:8b:55:c9:fd

Normal Boot
Hit 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-mx6ul-l/uImage'.
Load address: 0x80800000
Loading: #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 ######
	 1.9 MiB/s
done
Bytes transferred = 8016520 (7a5288 hex)
Using FEC0 device
TFTP from server 192.168.0.167; our IP address is 192.168.0.165
Filename 'desk-mx6ul-l/imx6ul-axelulite-cb003a.dtb'.
Load address: 0x83000000
Loading: #######
	 1.5 MiB/s
done
Bytes 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=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] Unknown kernel command line parameters "fec_mac=12:bd:8b:55:c9:fd", 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.000056] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.002940] Console: colour dummy device 80x30
[    0.003055] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.003114] pid_max: default: 32768 minimum: 301
[    0.003496] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.003561] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.005206] CPU: Testing write buffer coherency: ok
[    0.005901] CPU0: update cpu_capacity 1024
[    0.005957] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.008385] Setting up static identity map for 0x80100000 - 0x80100060
[    0.008814] rcu: Hierarchical SRCU implementation.
[    0.011506] smp: Bringing up secondary CPUs ...
[    0.011557] smp: Brought up 1 node, 1 CPU
[    0.011592] SMP: Total of 1 processors activated (48.00 BogoMIPS).
[    0.011623] CPU: All CPU(s) started in SVC mode.
[    0.012672] devtmpfs: initialized
[    0.025295] Duplicate name in lcdif@21c8000, renamed to "display#1"
[    0.029731] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.030464] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.030541] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.030796] pinctrl core: initialized pinctrl subsystem
[    0.034466] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.035249] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.038239] thermal_sys: Registered thermal governor 'step_wise'
[    0.038271] thermal_sys: 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.068251] cpu: supplied by regulator-dummy
[    0.069846] vddsoc: supplied by regulator-dummy
[    0.104132] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.104200] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.107255] imx6ul-pinctrl 20e0000.pinctrl: initialized IMX pinctrl driver
[    0.110386] imx mu driver is registered.
[    0.111452] imx rpmsg driver is registered.
[    0.195510] vgaarb: loaded
[    0.196988] SCSI subsystem initialized
[    0.198278] usbcore: registered new interface driver usbfs
[    0.198431] usbcore: registered new interface driver hub
[    0.198569] usbcore: registered new device driver usb
[    0.201260] i2c i2c-0: IMX I2C adapter registered
[    0.203230] i2c i2c-1: IMX I2C adapter registered
[    0.204124] mc: Linux media interface: v0.10
[    0.204248] videodev: Linux video capture interface: v2.00
[    0.204463] pps_core: LinuxPPS API ver. 1 registered
[    0.204496] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.204559] PTP clock support registered
[    0.206556] MIPI CSI2 driver module loaded
[    0.206704] Advanced Linux Sound Architecture Driver Initialized.
[    0.208560] Bluetooth: Core ver 2.22
[    0.208720] NET: Registered PF_BLUETOOTH protocol family
[    0.208750] Bluetooth: HCI device and connection manager initialized
[    0.208805] Bluetooth: HCI socket layer initialized
[    0.208840] Bluetooth: L2CAP socket layer initialized
[    0.208945] Bluetooth: SCO socket layer initialized
[    0.210477] clocksource: Switched to clocksource mxc_timer1
[    0.210925] VFS: Disk quotas dquot_6.6.0
[    0.211118] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.233278] NET: Registered PF_INET protocol family
[    0.233839] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.235590] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.235700] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.235747] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.235829] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.235936] TCP: Hash tables configured (established 2048 bind 2048)
[    0.236145] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.236232] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.236660] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.238380] RPC: Registered named UNIX socket transport module.
[    0.238438] RPC: Registered udp transport module.
[    0.238466] RPC: Registered tcp transport module.
[    0.238491] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.240914] PCI: CLS 0 bytes, default 64
[    0.242146] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    0.245880] Bus freq driver module loaded
[    0.248247] Initialise system trusted keyrings
[    0.249569] workingset: timestamp_bits=30 max_order=16 bucket_order=0
[    0.263190] NFS: Registering the id_resolver key type
[    0.263347] Key type id_resolver registered
[    0.263378] Key type id_legacy registered
[    0.263496] ntfs: driver 2.1.32 [Flags: R/W].
[    0.264336] fuse: init (API version 7.34)
[    0.497238] Key type asymmetric registered
[    0.497298] Asymmetric key parser 'x509' registered
[    0.497468] io scheduler mq-deadline registered
[    0.497506] io scheduler kyber registered
[    0.512527] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2
[    0.512600] imx-sdma 20ec000.sdma: Falling back to sysfs fallback for: imx/sdma/sdma-imx6q.bin
[    0.517038] mxs-dma 1804000.dma-apbh: initialized
[    0.527760] pfuze100-regulator 0-0008: Full layer: 1, Metal layer: 1
[    0.528598] pfuze100-regulator 0-0008: FAB: 0, FIN: 0
[    0.528644] pfuze100-regulator 0-0008: pfuze3000 found.
[    0.556142] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.561409] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 30, base_baud = 5000000) is a IMX
[    1.351768] printk: console [ttymxc0] enabled
[    1.358703] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 65, base_baud = 5000000) is a IMX
[    1.371437] imx sema4 driver is registered.
[    1.401639] brd: module loaded
[    1.421792] loop: module loaded
[    1.426809] imx ahci driver is registered.
[    1.436066] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xf1
[    1.442574] nand: Winbond W29N01HV
[    1.446004] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    1.454321] Scanning device for bad blocks
[    1.562971] 9 cmdlinepart partitions found on MTD device gpmi-nand
[    1.569208] Creating 9 MTD partitions on "gpmi-nand":
[    1.574349] 0x000000000000-0x000000200000 : "nand-SPL"
[    1.583269] 0x000000200000-0x000000800000 : "nand-uboot"
[    1.592447] 0x000000800000-0x000000900000 : "nand-env1"
[    1.601383] 0x000000900000-0x000000a00000 : "nand-env2"
[    1.610260] 0x000000a00000-0x000000b00000 : "nand-fdt"
[    1.619181] 0x000000b00000-0x000000c00000 : "nand-spare"
[    1.628426] 0x000000c00000-0x000001400000 : "nand-kernel"
[    1.637659] 0x000001400000-0x000001800000 : "nand-splash"
[    1.646905] 0x000001800000-0x000008000000 : "nand-ubi"
[    1.656711] gpmi-nand 1806000.nand-controller: driver registered.
[    1.664474] SPI driver spidev has no spi_device_id for spidev
[    1.672200] spinor@0 enforce active low on chipselect handle
[    1.681402] spi-nor spi0.0: is25lp128 (16384 Kbytes)
[    1.686458] 8 cmdlinepart partitions found on MTD device spi0.0
[    1.692531] Creating 8 MTD partitions on "spi0.0":
[    1.697362] 0x000000000000-0x000000010000 : "spi-SPL"
[    1.706315] 0x000000010000-0x000000100000 : "spi-uboot"
[    1.715406] 0x000000100000-0x000000140000 : "spi-env1"
[    1.724389] 0x000000140000-0x000000180000 : "spi-env2"
[    1.733394] 0x000000180000-0x000000200000 : "spi-dtb"
[    1.742250] 0x000000200000-0x000000a00000 : "spi-kernel"
[    1.751430] 0x000000a00000-0x000000e00000 : "spi-splash"
[    1.760849] 0x000000e00000-0x000001000000 : "spi-free"
[    1.775112] CAN device driver interface
[    1.783237] pps pps0: new PPS source ptp0
[    1.793611] fec 2188000.ethernet eth0: registered PHC device 0
[    1.802098] usbcore: registered new interface driver asix
[    1.807657] usbcore: registered new interface driver ax88179_178a
[    1.814196] usbcore: registered new interface driver cdc_ether
[    1.820193] usbcore: registered new interface driver cdc_eem
[    1.826165] usbcore: registered new interface driver net1080
[    1.832060] usbcore: registered new interface driver cdc_subset
[    1.838095] usbcore: registered new interface driver zaurus
[    1.844061] usbcore: registered new interface driver cdc_ncm
[    1.849846] usbcore: registered new interface driver cdc_mbim
[    1.855875] usbcore: registered new interface driver r8153_ecm
[    1.861821] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.868428] ehci-pci: EHCI PCI platform driver
[    1.873300] usbcore: registered new interface driver cdc_wdm
[    1.879123] usbcore: registered new interface driver usb-storage
[    1.894801] snvs_rtc 20cc000.snvs:snvs-rtc-lp: registered as rtc0
[    1.901156] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01T00:08:16 UTC (496)
[    1.910853] i2c_dev: i2c /dev entries driver
[    1.917875] pwm-backlight backlight: supply power not found, using dummy regulator
[    1.933187] mxsfb 21c8000.lcdif: supply lcd not found, using dummy regulator
[    2.031501] sii902x bound to mxs-lcdif from 21c8000.lcdif
[    2.360531] mxsfb 21c8000.lcdif: initialized
[    2.367599] pxp-v4l2 pxp_v4l2: initialized
[    2.375281] Bluetooth: HCI UART driver ver 2.3
[    2.379781] Bluetooth: HCI UART protocol H4 registered
[    2.385053] Bluetooth: HCI UART protocol BCSP registered
[    2.390527] Bluetooth: HCI UART protocol LL registered
[    2.396675] sdhci: Secure Digital Host Controller Interface driver
[    2.402978] sdhci: Copyright(c) Pierre Ossman
[    2.407357] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.415527] sdhci-esdhc-imx 2190000.mmc: Got CD GPIO
[    2.424029] caam 2140000.crypto: Entropy delay = 3200
[    2.441655] caam 2140000.crypto: Instantiated RNG4 SH0
[    2.454128] caam 2140000.crypto: Instantiated RNG4 SH1
[    2.459322] caam 2140000.crypto: device ID = 0x0a16030000000000 (Era 8)
[    2.466378] caam 2140000.crypto: job rings = 3, qi = 0
[    2.471959] mmc0: SDHCI controller on 2190000.mmc [2190000.mmc] using ADMA
[    2.514454] caam algorithms registered in /proc/crypto
[    2.522658] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.535086] caam 2140000.crypto: caam pkc algorithms registered in /proc/crypto
[    2.543250] mmc0: new high speed SDHC card at address aaaa
[    2.550792] mmcblk0: mmc0:aaaa SA32G 29.7 GiB 
[    2.556994] caam 2140000.crypto: rng crypto API alg registered prng-caam
[    2.566576] caam 2140000.crypto: registering rng-caam
[    2.572162]  mmcblk0: p1 p2
[    2.579021] Device caam-keygen registered
[    2.591251] caam-snvs 20cc000.caam-snvs: violation handlers armed - non-secure state
[    2.600369] usbcore: registered new interface driver usbhid
[    2.606441] usbhid: USB HID core driver
[    2.613201] random: crng init done
[    2.631392] NET: Registered PF_INET6 protocol family
[    2.639064] Segment Routing with IPv6
[    2.643116] In-situ OAM (IOAM) with IPv6
[    2.647271] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.654938] NET: Registered PF_PACKET protocol family
[    2.660072] can: controller area network core
[    2.664822] NET: Registered PF_CAN protocol family
[    2.669658] can: raw protocol
[    2.672817] can: broadcast manager protocol
[    2.677053] can: netlink gateway - max_hops=1
[    2.682148] Bluetooth: RFCOMM TTY layer initialized
[    2.687108] Bluetooth: RFCOMM socket layer initialized
[    2.692597] Bluetooth: RFCOMM ver 1.11
[    2.696443] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.701937] Bluetooth: BNEP filters: protocol multicast
[    2.707221] Bluetooth: BNEP socket layer initialized
[    2.712261] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.718221] Bluetooth: HIDP socket layer initialized
[    2.723364] 8021q: 802.1Q VLAN Support v1.8
[    2.727620] lib80211: common routines for IEEE802.11 drivers
[    2.733983] Key type dns_resolver registered
[    2.764709] Registering SWP/SWPB emulation handler
[    2.770398] Loading compiled-in X.509 certificates
[    2.822772] ci_hdrc ci_hdrc.0: EHCI Host Controller
[    2.827751] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
[    2.860763] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
[    2.867185] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    2.875925] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.883520] usb usb1: Product: EHCI Host Controller
[    2.888423] usb usb1: Manufacturer: Linux 5.15.71-desk-mx6ul-l-4.0.0 ehci_hcd
[    2.895627] usb usb1: SerialNumber: ci_hdrc.0
[    2.901330] hub 1-0:1.0: USB hub found
[    2.905212] hub 1-0:1.0: 1 port detected
[    2.916959] ci_hdrc ci_hdrc.1: EHCI Host Controller
[    2.922094] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
[    2.950560] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[    2.956510] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    2.964895] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.972186] usb usb2: Product: EHCI Host Controller
[    2.977083] usb usb2: Manufacturer: Linux 5.15.71-desk-mx6ul-l-4.0.0 ehci_hcd
[    2.984288] usb usb2: SerialNumber: ci_hdrc.1
[    2.989889] hub 2-0:1.0: USB hub found
[    2.993924] hub 2-0:1.0: 1 port detected
[    3.001639] imx_thermal 20c8000.anatop:tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C
[    3.015050] input: gpio-power-fail as /devices/platform/gpio-power-fail/input/input0
[    3.103349] Micrel KSZ8081 or KSZ8091 2188000.ethernet-1:03: attached PHY driver (mii_bus:phy_addr=2188000.ethernet-1:03, irq=POLL)
[    6.251258] fec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[    6.259389] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    6.280651] IP-Config: Complete:
[    6.283964]      device=eth0, hwaddr=12:bd:8b:55:c9:fd, ipaddr=192.168.0.165, mask=255.255.255.0, gw=255.255.255.255
[    6.295060]      host=lynx, domain=, nis-domain=(none)
[    6.300335]      bootserver=192.168.0.167, rootserver=192.168.0.167, rootpath=
[    6.301393] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.322125] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.328965] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    6.338227] ALSA device list:
[    6.341409]   No soundcards found.
[    6.346528] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[    6.422692] VFS: Mounted root (nfs filesystem) on device 0:13.
[    6.430250] devtmpfs: mounted
[    6.436107] Freeing unused kernel image (initmem) memory: 1024K
[    6.451127] Run /sbin/init as init process
[    7.321198] systemd[1]: System time before build time, advancing clock.
[    7.402408] 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.435349] systemd[1]: Detected architecture arm.

Welcome to NXP i.MX Release Distro 5.15-kirkstone (kirkstone)!

[    7.496555] systemd[1]: Hostname set to <desk-mx6ul-axelulite>.
[    7.518512] systemd[1]: Initializing machine ID from random generator.
[    8.134086] systemd[159]: /lib/systemd/system-generators/systemd-gpt-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]: 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.
[   10.404113] systemd[1]: Queued start job for default target Multi-User System.
[   10.418814] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[   10.463702] systemd[1]: Created 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.
[   10.691117] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   10.731065] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[   10.761209] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[   10.797029] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   10.831138] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[   10.878019] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   10.911798] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   11.065417] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[   11.080009] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   11.123853] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   11.165305] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   11.209587] systemd[1]: Listening on udev Control 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...
[   11.881169] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
[   11.960921] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network …ts from Kernel command line...
[   12.035818] systemd[1]: 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...
[   13.133432] systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
[   13.171701] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[   13.245498] systemd[1]: Starting Create System Users...
         Starting Create System Users...
[   13.366841] systemd[1]: Mounted FUSE Control File System.
[  OK  ] Mounted FUSE Control File System.
[   13.432182] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[   13.688577] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Finished Create System Users.
         Starting Flush Journal to Persistent Storage...
         Starting Create Static Device Nodes in /dev...
[   13.993774] systemd-journald[176]: Received client request to flush runtime journal.
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Mounting /var/volatile...
         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 directory
syslogd[243]: Error opening log file: /var/log/syslog: No such file or directory
syslogd[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 directory
syslogd[243]: Error opening log file: /var/log/mail.err: No such file or directory
syslogd[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: root
root@desk-mx6ul-axelulite:~# uname -a
Linux 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/Linux
root@desk-mx6ul-axelulite:~# ls -l /lib/modules/$(uname -r)
total 296
lrwxrwxrwx 1 541 502     65 Apr  3  2023 build -> /home/jenkins/workspace/workspace/DESK-MX6UL-L-4.x.x_Linux-kernel
drwxr-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.bin
lrwxrwxrwx 1 541 502     65 Apr  3  2023 source -> /home/jenkins/workspace/workspace/DESK-MX6UL-L-4.x.x_Linux-kernel
root@desk-mx6ul-axelulite:~# reboot
root@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#: 00000014
Trying 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 51C
Reset cause: POR
I2C:   ready
DRAM:  256 MiB
Relocating to 8ff57000, new gd at 8fb56ec0, sp at 8fb56ea0
Core:  2 devices, 2 uclasses
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
NAND:  128 MiB
MMC:   FSL_SDHC: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment

No panel detected: default to MI0700AJT-30
Display: MI0700AJT-30 (800x480)
Video: 800x480x18
In:    serial
Out:   serial
Err:   serial
switch to partitions #0, OK
mmc0 is current device (SD)
SOM ConfigID#: 00000014
SOM UniqueID#: ee6ac309:2f3211d4
CB ConfigID#: 0000003a
CB UniqueID#: 00000000:00000000
Board: MX6UL AXEL ULite rev.A on SDV04
Net:   FEC0
Warning: FEC0 (eth0) using random MAC address - 36:ac:92:f4:c0:77

Normal Boot
Hit any key to stop autoboot:  3 ��� 0
=> 
=> 
=> 
=> edit serverip
edit: 192.168.0.13� �� �167
=> edit ipaddr
edit: 192.168.0.89� �� �165
=> run net_nfs
Using FEC0 device
TFTP from server 192.168.0.167; our IP address is 192.168.0.165
Filename 'desk-mx6ul-l/uImage'.
Load address: 0x80800000
Loading: *�#################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 ######
	 1.9 MiB/s
done
Bytes transferred = 8016520 (7a5288 hex)
Using FEC0 device
TFTP from server 192.168.0.167; our IP address is 192.168.0.165
Filename 'desk-mx6ul-l/imx6ul-axelulite-cb003a.dtb'.
Load address: 0x83000000
Loading: *�#######
	 1.8 MiB/s
done
Bytes 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 Nodes 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 Rule-based Manage…for Device Events and Files...
[  OK  ] Mounted /var/volatile.
[   13.934874] systemd-journald[177]: Received client request to flush runtime journal.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
[  OK  ] Finished Flush Journal to Persistent Storage.
         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.
[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  ] 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  ] 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  ] Created slice Slice /system/systemd-backlight.
         Starting Load/Save Screen …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  ] Finished Coldplug All udev Devices.
[  OK  ] Finished 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  ] 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  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[  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[239]: Error opening log file: /var/log/auth.log: No such file or directory
syslogd[239]: Error opening log file: /var/log/syslog: No such file or directory
syslogd[239]: Error opening log file: /var/log/kern.log: No such file or directory
syslogd[239]: Error opening log file: /var/log/mail.log: No such file or directory
syslogd[239]: Error opening log file: /var/log/mail.err: No such file or directory
syslogd[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 Telephony 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 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  ] 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

root@desk-mx6ul-axelulite:~# 

Install Module[edit | edit source]

Host side, transfer ~/desk-mx-l/rfs/desk-mx6ul-l-4.0.0_modules.tar.gz file on target.

Target side execute the follow command:

root@desk-mx6ul-axelulite:~# tar xvzf desk-mx6ul-l-4.0.0_modules.tar.gz -C /                                                                                                                 

To check that everything went well, run the following command:

root@desk-mx6ul-axelulite:~# ls -l /lib/modules/$(uname -r)
total 296
lrwxrwxrwx 1 541 502     65 Apr  3  2023 build -> /home/jenkins/workspace/workspace/DESK-MX6UL-L-4.x.x_Linux-kernel
drwxr-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.bin
lrwxrwxrwx 1 541 502     65 Apr  3  2023 source -> /home/jenkins/workspace/workspace/DESK-MX6UL-L-4.x.x_Linux-kernel