How to change boot option

I have two images on the Solidrun Humming Board Pulse card. MMC1 and MMC2 open /dev/mmcblk2p2 at first startup. When I change it from the environment area, /dev/mmcblk1p2 opens, but when I reset it, it returns to its previous state. (I use the saveenv method.) The S3 boot keys on the Humming board Pulse do not make any changes. How can I change /dev/mmcblk1p2 permanently?

My Env:
u-boot=> env print
arch=arm
baudrate=115200
board=imx8mp_solidrun
board_name=imx8mp_solidrun
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=no
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=mmc1 mmc2 usb0 pxe dhcp
bootcmd=run distro_bootcmd;run bsp_bootcmd
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UNDI:003000;setenv bootp_arch 0xb;if dhcp ${kernel_addr_r}; then tftpboot ${fdt_addr_r} dtb/${efi_fdtfile};if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r}; else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi;fi;setenv bootp_vci ${efi_old_vci};setenv bootp_arch ${efi_old_arch};setenv efi_fdtfile;setenv efi_old_arch;setenv efi_old_vci;
bootcmd_mfg=run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else booti ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; else echo “Run fastboot …”; fastboot 0; fi;
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_mmc2=devnum=2; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootm_size=0x10000000
bootscript=echo Running bootscript from mmc …; source
bsp_bootcmd=echo Running BSP bootcmd …; mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; else run netboot; fi; fi; fi;
bsp_script=boot.scr
carrier_name=hummingboard-pulse
carrier_rev=25
console=ttymxc1,115200
cpu=armv8
distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done
efi_dtb_prefixes=/ /dtb/ /dtb/current/
emmc_dev=2
eth1addr=ee:ff:aa:bb:cc:dd
ethact=ethernet@30bf0000
ethprime=eth1
fastboot_dev=mmc2
fdt_addr=0x43000000
fdt_addr_r=0x43000000
fdt_high=0xffffffffffffffff
fdtcontroladdr=bcee1300
fdtfile=imx8mp-hummingboard-pulse.dtb
image=Image
initrd_addr=0x43800000
initrd_high=0xffffffffffffffff
jh_clk=
jh_mmcboot=setenv fdtfile imx8mp-evk-root.dtb;setenv jh_clk clk_ignore_unused mem=2048MB; if run loadimage; then run mmcboot; else run jh_netboot; fi;
jh_netboot=setenv fdtfile ${jh_root_dtb}; setenv jh_clk clk_ignore_unused mem=2048MB; run netboot;
kboot=booti
kernel_addr_r=0x40400000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x40400000
loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bsp_script};
loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr_r} ${fdtfile}
loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}
mfgtool_args=setenv bootargs console=${console},${baudrate} rdinit=/linuxrc clk_ignore_unused
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcargs=setenv bootargs ${jh_clk} console=${console} root=${mmcroot}
mmcautodetect=yes
mmcboot=echo Booting from mmc …; run mmcargs; if test ${boot_fit} = yes || test ${boot_fit} = try; then bootm ${loadaddr}; else if run loadfdt; then booti ${loadaddr} - ${fdt_addr_r}; else echo WARN: Cannot load the DT; fi; fi;
mmcdev=2
mmcpart=2
mmcroot=/dev/mmcblk2p2 rootwait rw
nandfit_part=yes
netargs=setenv bootargs ${jh_clk} console=${console} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp
netboot=echo Booting from net …; run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; ${get_cmd} ${loadaddr} ${image}; if test ${boot_fit} = yes || test ${boot_fit} = try; then bootm ${loadaddr}; else if ${get_cmd} ${fdt_addr_r} ${fdtfile}; then booti ${loadaddr} - ${fdt_addr_r}; else echo WARN: Cannot load the DT; fi; fi;
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}…; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done; setenv devplist
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpart} efi/boot/bootaa64.efi; then echo Found EFI removable media binary efi/boot/bootaa64.efi; run boot_efi_binary; echo EFI LOAD FAILED: continuing…; fi; setenv efi_fdtfile
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo SCRIPT FAILED: continuing…; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing…; fi; done
scriptaddr=0x43500000
sd_dev=1
serial#=090dc8003a13b85e
soc=imx8m
soc_type=imx8mp
som_name=imx8mp
som_rev=12
splashimage=0x50000000
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=solidrun

Environment size: 5969/16380 bytes

you will need to post the console output of the bootloader. You should also check /boot/extlinux/extlinux.conf and verify that the bootargs are not being overriden there.

My /boot/extlinux/extlinux.conf:

Generic Distro Configuration file generated by OpenEmbedded

LABEL NXP i.MX Release Distro
KERNEL …/Image
FDTDIR …/
APPEND ${bootargs} root=${mmcroot} rootwait rw console=${console}

my bootloader output:

U-Boot SPL 2022.04-lf_v2022.04+gb0e86cfb6a (Nov 15 2022 - 06:28:05 +0000)
Training for 3GByte Micron
DDRINFO: start DRAM init
DDRINFO: DRAM rate 3000MTS
Training FAILED
Re-training for 1GByte Samsung memory
DDRINFO: start DRAM init
DDRINFO: DRAM rate 4000MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
SEC0: RNG instantiated
Normal Boot
Trying to boot from BOOTROM
Boot Stage: Recovery boot
image offset 0x8000, pagesize 0x200, ivt offset 0x0
NOTICE: BL31: v2.6(release):automotive-13.0.0_1.1.0-0-g3c1583ba0
NOTICE: BL31: Built : 11:00:38, Nov 21 2022

U-Boot 2022.04-lf_v2022.04+gb0e86cfb6a (Nov 15 2022 - 06:28:05 +0000)

CPU: i.MX8MP[8] rev1.1 1800 MHz (running at 1200 MHz)
CPU: Commercial temperature grade (0C to 95C) at 31C
Reset cause: POR
Model: NXP i.MX8MPlus LPDDR4 SolidRun board
DRAM: 992 MiB
Core: 79 devices, 25 uclasses, devicetree: separate
MMC: FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC… OK
[*]-Video Link 0fail to get display timings
probe video device failed, ret -22

    [0] lcd-controller@32e80000, video
    [1] mipi_dsi@32e60000, video_bridge

fail to get display timings
probe video device failed, ret -22
In: serial
Out: serial
Err: serial
SEC0: RNG instantiated

BuildInfo:

  • ATF 3c1583b

switch to partitions #0, OK
mmc1 is current device
flash target is MMC:1
Net: eth1: ethernet@30bf0000 [PRIME]
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0
u-boot=>

I also need the snippet where the boot loading starts.

I put the output on the serial channel while booting. I don’t know where I can find what you are talking about?

You have only included the serial console output up to the u-boot shell. I will also need to see the output after the boot command has run.

Part1:
U-Boot SPL 2022.04-lf_v2022.04+gb0e86cfb6a (Nov 15 2022 - 06:28:05 +0000)
Training for 3GByte Micron
DDRINFO: start DRAM init
DDRINFO: DRAM rate 3000MTS
Training FAILED
Re-training for 1GByte Samsung memory
DDRINFO: start DRAM init
DDRINFO: DRAM rate 4000MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
SEC0: RNG instantiated
Normal Boot
Trying to boot from BOOTROM
Boot Stage: Recovery boot
image offset 0x8000, pagesize 0x200, ivt offset 0x0
NOTICE: BL31: v2.6(release):automotive-13.0.0_1.1.0-0-g3c1583ba0
NOTICE: BL31: Built : 11:00:38, Nov 21 2022

U-Boot 2022.04-lf_v2022.04+gb0e86cfb6a (Nov 15 2022 - 06:28:05 +0000)

CPU: i.MX8MP[8] rev1.1 1800 MHz (running at 1200 MHz)
CPU: Commercial temperature grade (0C to 95C) at 35C
Reset cause: POR
Model: NXP i.MX8MPlus LPDDR4 SolidRun board
DRAM: 992 MiB
Core: 79 devices, 25 uclasses, devicetree: separate
MMC: FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC… OK
[*]-Video Link 0fail to get display timings
probe video device failed, ret -22

    [0] lcd-controller@32e80000, video
    [1] mipi_dsi@32e60000, video_bridge

fail to get display timings
probe video device failed, ret -22
In: serial
Out: serial
Err: serial
SEC0: RNG instantiated

BuildInfo:

  • ATF 3c1583b

switch to partitions #0, OK
mmc1 is current device
flash target is MMC:1
Net: eth1: ethernet@30bf0000 [PRIME]
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0
u-boot=>
u-boot=>
u-boot=>
u-boot=>
u-boot=> You have only included the serial console output up to the u-boot shell . I will also need to see the output after the boot command has run.

U-Boot SPL 2022.04-lf_v2022.04+gb0e86cfb6a (Nov 15 2022 - 06:28:05 +0000)
Training for 3GByte Micron
DDRINFO: start DRAM init
DDRINFO: DRAM rate 3000MTS
Training FAILED
Re-training for 1GByte Samsung memory
DDRINFO: start DRAM init
DDRINFO: DRAM rate 4000MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
SEC0: RNG instantiated
Normal Boot
Trying to boot from BOOTROM
Boot Stage: Recovery boot
image offset 0x8000, pagesize 0x200, ivt offset 0x0
NOTICE: BL31: v2.6(release):automotive-13.0.0_1.1.0-0-g3c1583ba0
NOTICE: BL31: Built : 11:00:38, Nov 21 2022

U-Boot 2022.04-lf_v2022.04+gb0e86cfb6a (Nov 15 2022 - 06:28:05 +0000)

CPU: i.MX8MP[8] rev1.1 1800 MHz (running at 1200 MHz)
CPU: Commercial temperature grade (0C to 95C) at 42C
Reset cause: POR
Model: NXP i.MX8MPlus LPDDR4 SolidRun board
DRAM: 992 MiB
Core: 79 devices, 25 uclasses, devicetree: separate
MMC: FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC… OK
[*]-Video Link 0fail to get display timings
probe video device failed, ret -22

    [0] lcd-controller@32e80000, video
    [1] mipi_dsi@32e60000, video_bridge

fail to get display timings
probe video device failed, ret -22
In: serial
Out: serial
Err: serial
SEC0: RNG instantiated

BuildInfo:

  • ATF 3c1583b

switch to partitions #0, OK
mmc1 is current device
flash target is MMC:1
Net: eth1: ethernet@30bf0000 [PRIME]
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1…
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
1: NXP i.MX Release Distro
Retrieving file: /extlinux/…/Image
append: root=/dev/mmcblk1p2 rootwait rw rootwait rw console=ttymxc1,115200
Retrieving file: /extlinux/…/imx8mp-hummingboard-pulse.dtb

Flattened Device Tree blob at 43000000

Booting using the fdt blob at 0x43000000
Using Device Tree in place at 0000000043000000, end 0000000043012752
fail to get display timings
probe video device failed, ret -22

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.15.71+g67085a1b4501 (oe-user@oe-host) (aarch64-po ky-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT W ed Feb 8 03:38:28 UTC 2023
[ 0.000000] Machine model: SolidRun i.MX8MP HummingBoard Pulse
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000060000000, s ize 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id share d-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000094300000, s ize 1 MiB
[ 0.000000] OF: reserved mem: initialized node vdev0buffer@94300000, compatib le id shared-dma-pool
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007fffffff ]
[ 0.000000] NUMA: NODE_DATA [mem 0x5fdb9800-0x5fdbbfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000055ffffff]
[ 0.000000] node 0: [mem 0x0000000058000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] On node 0, zone DMA: 8192 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 19 pages/cpu s40792 r8192 d28840 u77824
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 249856
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: root=/dev/mmcblk1p2 rootwait rw rootwait rw console=ttymxc1,115200
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, li near)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 443768K/1015808K available (16256K kernel code, 1406K rwd ata, 6232K rodata, 2560K init, 498K bss, 47752K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jif fies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 160 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000
[ 0.000000] ITS: No ITS available, not enabling LPIs
[ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[ 0.000000] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 21990 23255500ns
[ 0.000430] Console: colour dummy device 80x25
[ 0.000490] Calibrating delay loop (skipped), value calculated using timer fr equency… 16.00 BogoMIPS (lpj=32000)
[ 0.000503] pid_max: default: 32768 minimum: 301
[ 0.000560] LSM: Security Framework initializing
[ 0.000642] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, line ar)
[ 0.000654] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.001962] rcu: Hierarchical SRCU implementation.
[ 0.003093] EFI services will not be available.
[ 0.003286] smp: Bringing up secondary CPUs …
[ 0.003702] Detected VIPT I-cache on CPU1
[ 0.003728] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
[ 0.003762] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.004243] Detected VIPT I-cache on CPU2
[ 0.004263] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
[ 0.004281] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.004696] Detected VIPT I-cache on CPU3
[ 0.004715] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
[ 0.004733] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.004791] smp: Brought up 1 node, 4 CPUs
[ 0.004816] SMP: Total of 4 processors activated.
[ 0.004824] CPU features: detected: 32-bit EL0 Support
[ 0.004828] CPU features: detected: 32-bit EL1 Support
[ 0.004836] CPU features: detected: CRC32 instructions
[ 0.011651] CPU: All CPU(s) started at EL2
[ 0.011685] alternatives: patching kernel code
[ 0.012594] devtmpfs: initialized
[ 0.020662] KASLR disabled due to lack of seed
[ 0.020795] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 7645041785100000 ns
[ 0.020814] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.034886] pinctrl core: initialized pinctrl subsystem
[ 0.035363] DMI not present or invalid.
[ 0.035927] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.040684] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.041015] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allo cations
[ 0.041336] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic al locations
[ 0.041390] audit: initializing netlink subsys (disabled)
[ 0.041573] audit: type=2000 audit(0.040:1): state=initialized audit_enabled= 0 res=1
[ 0.042036] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.042040] thermal_sys: Registered thermal governor ‘power_allocator’
[ 0.042315] cpuidle: using governor menu
[ 0.042535] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.042614] ASID allocator initialised with 65536 entries
[ 0.043607] Serial: AMBA PL011 UART driver
[ 0.043663] imx mu driver is registered.
[ 0.043692] imx rpmsg driver is registered.
[ 0.054133] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver
[ 0.063096] platform 32e80000.lcd-controller: Fixing up cyclic dependency wit h 32e60000.mipi_dsi
[ 0.069463] platform 32fd8000.hdmi: Fixing up cyclic dependency with 32fc6000 .lcd-controller
[ 0.090265] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.090283] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.090289] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.090297] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.091415] cryptd: max_cpu_qlen set to 1000
[ 0.094906] iommu: Default domain type: Translated
[ 0.094920] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.095067] vgaarb: loaded
[ 0.095311] SCSI subsystem initialized
[ 0.095587] usbcore: registered new interface driver usbfs
[ 0.095620] usbcore: registered new interface driver hub
[ 0.095646] usbcore: registered new device driver usb
[ 0.096473] mc: Linux media interface: v0.10
[ 0.096500] videodev: Linux video capture interface: v2.00
[ 0.096567] pps_core: LinuxPPS API ver. 1 registered
[ 0.096573] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome tti giometti@linux.it
[ 0.096588] PTP clock support registered
[ 0.096750] EDAC MC: Ver: 3.0.0
[ 0.097722] FPGA manager framework
[ 0.098125] Bluetooth: Core ver 2.22
[ 0.098150] NET: Registered PF_BLUETOOTH protocol family
[ 0.098157] Bluetooth: HCI device and connection manager initialized
[ 0.098167] Bluetooth: HCT protocol family
[ 0.105023] IP idents hash table entries: 16384 (order: 5, 131072 bytes, line ar)
[ 0.105602] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 0.105626] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.105663] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.105724] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear )
[ 0.105832] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.105907] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.105935] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.106039] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.106367] RPC: Registered named UNIX socket transport module.
[ 0.106374] RPC: Registered udp transport module.
[ 0.106381] RPC: Registered tcp transport module.
[ 0.106387] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.107079] PCI: CLS 0 bytes, default 64
[ 0.107699] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counte rs available
[ 0.108402] kvm [1]: IPA Size Limit: 40 bits
[ 0.109667] kvm [1]: GICv3: no GICV resource entry
[ 0.109674] kvm [1]: disabling GICv2 emulation
[ 0.109685] kvm [1]: GIC system register CPU interface enabled
[ 0.109763] kvm [1]: vgic interrupt IRQ9
[ 0.109869] kvm [1]: Hyp mode initialized successfully
[ 0.113174] Initialise system trusted keyrings
[ 0.113297] workingset: timestamp_bits=42 max_order=18 bucket_order=0
[ 0.118983] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.119547] NFS: Registering the id_resolver key type
[ 0.119587] Key type id_resolver registered
[ 0.119593] Key type id_legacy registered
[ 0.119659] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 0.119666] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering …
[ 0.119685] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.119998] 9p: Installing v9fs 9p2000 file system support
[ 0.156037] Key type asymmetric registered
[ 0.156047] Asymmetric key parser ‘x509’ registered
[ 0.156096] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 41)
[ 0.156104] io scheduler mq-deadline registered
[ 0.156111] io scheduler kyber registered
[ 0.169181] mxs-dma 33000000.dma-apbh: initialized
[ 0.170232] SoC: i.MX8MP revision 1.1
[ 0.170740] Bus freq driver module loaded
[ 0.176888] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.179023] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 32, base_baud = 5000000) is a IMX
[ 0.179139] serial serial0: tty port ttymxc0 registered
[ 0.179579] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 33, base_baud = 5000000) is a IMX
[ 0.179995] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 34, base_baud = 1500000) is a IMX
[ 1.208681] printk: console [ttymxc1] enabled
[ 1.227015] loop: module loaded
[ 1.231465] megasas: 07.717.02.00-rc1
[ 1.236551] imx ahci driver is registered.
[ 1.243886] tun: Universal TUN/TAP device driver, 1.6
[ 1.249102] thunder_xcv, ver 1.0
[ 1.252375] thunder_bgx, ver 1.0
[ 1.256688] e1000: Intel(R) PRO/1000 Network Driver
[ 1.261574] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.267355] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.272325] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.278287] igb: Intec) 2009 - 2012 Intel Corporation.
[ 1.301549] usbcore: registered new interface driver r8152
[ 1.307107] usbcore: registered new interface driver qmi_wwan
[ 1.313069] VFIO - User Level meta-driver version: 0.3
[ 1.323112] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.329658] ehci-pci: EHCI PCI platform driver
[ 1.334147] ehci-platform: EHCI generic platform driver
[ 1.339584] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 1.345790] ohci-pci: OHCI PCI platform driver
[ 1.350272] ohci-platform: OHCI generic platform driver
[ 1.356150] usbcore: registered new interface driver cdc_wdm
[ 1.361971] usbcore: registered new interface driver uas
[ 1.367327] usbcore: registered new interface driver usb-storage
[ 1.373405] usbcore: registered new interface driver usbserial_generic
[ 1.379956] usbserial: USB Serial support registered for generic
[ 1.385990] usbcore: registered new interface driver ftdi_sio
[ 1.391757] usbserial: USB Serial support registered for FTDI USB Serial Devi ce
[ 1.399096] usbcore: registered new interface driver usb_serial_simple
[ 1.405642] usbserial: USB Serial support registered for carelink
[ 1.411755] usbserial: USB Serial support registered for zio
[ 1.417434] usbserial: USB Serial support registered for funsoft
[ 1.423462] usbserial: USB Serial support registered for flashloader
[ 1.429834] usbserial: USB Serial support registered for google
[ 1.435777] usbserial: USB Serial support registered for libtransistor
[ 1.442324] usbserial: USB Serial support registered for vivopay
[ 1.448359] usbserial: USB Serial support registered for moto_modem
[ 1.454647] usbserial: USB Serial support registered for motorola_tetra
[ 1.461279] usbserial: USB Serial support registered for nokia
[ 1.467135] usbserial: USB Serial support registered for novatel_gps
[ 1.473514] usbserial: USB Serial support registered for hp4x
[ 1.479279] usbserial: USB Serial support registered for suunto
[ 1.485218] usbserial: USB Serial support registered for siemens_mpi
[ 1.491604] usbcore: registered new interface driver usb_ehset_test
[ 1.501677] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc1
[ 1.508020] i2c_dev: i2c /dev entries driver
[ 1.516398] EDAC MC: ECC not enabled
[ 1.521227] sdhci: Secure Digital Host Controller Interface driver
[ 1.527433] sdhci: Copyright(c) Pierre Ossman
[ 1.532434] Synopsys Designware Multimedia Card Interface Driver
[ 1.539110] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.546911] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.553692] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping …
[ 1.560569] usbcore: registered new interface driver usbhid
[ 1.566154] usbhid: USB HID core driver
[ 1.574381] cs_system_cfg: CoreSight Configuration manager initialised
[ 1.582431] optee: probing for conduit method.
[ 1.586905] optee: revision 3.19 (00919403)
[ 1.587745] optee: dynamic shared memory is enabled
[ 1.597157] optee: initialized driver
[ 1.603682] Galcore version 6.4.3.p4.398061
[ 1.708889] [drm] Initialized vivante 1.0.0 20170808 for 40000000.mix_gpu_ml on minor 0
[ 1.718517] hantrodec 0 : module inserted. Major = 508
[ 1.724122] hantrodec 1 : module inserted. Major = 508
[ 1.730665] hantroenc: HW at base <0000000038320000> with ID <0x80006200>
[ 1.737601] hx280enc: module inserted. Major <507>
[ 1.745292] NET: Registered PF_LLC protocol family
[ 1.750577] NET: Registered PF_INET6 protocol family
[ 1.758083] Segment Routing with IPv6
[ 1.761799] In-situ OAM (IOAM) with IPv6
[ 1.765765] NET: Registered PF_PACKET protocol family
[ 1.771836] Bluetooth: RFCOMM TTY layer initialized
[ 1.776732] Bluetooth: RFCOMM socket layer initialized
[ 1.781936] Bluetooth: RFCOMM ver 1.11
[ 1.785705] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1.791028] Bluetooth: BNEP filters: protocol multicast
[ 1.796270] Bluetooth: BNEP socket layer initialized
[ 1.801242] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.807179] Bluetooth: HIDP socket layer initialized
[ 1.812864] 8021q: 802.1Q VLAN Support v1.8
[ 1.817164] 9pnet: Installing 9P2000 support

part2:
[ 1.821488] tsn generic netlink module v1 init…
[ 1.826305] Key type dns_resolver registered
[ 1.831434] Loading compiled-in X.509 certificates
[ 1.925945] nxp-pca9450 0-0025: pca9450bc probed.
[ 1.930930] i2c i2c-0: IMX I2C adapter registered
[ 1.937213] i2c i2c-1: IMX I2C adapter registered
[ 1.943340] i2c 2-0036: Fixing up cyclic dependency with 32e40000.csi
[ 1.950080] i2c 2-003d: Fixing up cyclic dependency with 32e60000.mipi_dsi
[ 1.957254] adv7511 2-003d: supply avdd not found, using dummy regulator
[ 1.964060] adv7511 2-003d: supply dvdd not found, using dummy regulator
[ 1.970802] adv7511 2-003d: supply pvdd not found, using dummy regulator
[ 1.977555] adv7511 2-003d: supply a2vdd not found, using dummy regulator
[ 1.984386] adv7511 2-003d: supply v3p3 not found, using dummy regulator
[ 1.991126] adv7511 2-003d: supply v1p2 not found, using dummy regulator
[ 2.037223] i2c i2c-2: IMX I2C adapter registered
[ 2.043411] i2c 3-0036: Fixing up cyclic dependency with 32e50000.csi
[ 2.050001] i2c i2c-3: IMX I2C adapter registered
[ 2.055110] imx8mq-usb-phy 381f0040.usb-phy: supply vbus not found, using dum my regulator
[ 2.063587] imx8mq-usb-phy 382f0040.usb-phy: supply vbus not found, using dum my regulator
[ 2.073712] imx6q-pcie 33800000.pcie: supply epdev_on not found, using dummy regulator
[ 2.082142] imx6q-pcie 33800000.pcie: PLL REF_CLK is used!.
[ 2.088322] imx6q-pcie 33800000.pcie: PCIe PHY PLL clock is locked.
[ 2.095225] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 2.100745] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus nu mber 1
[ 2.108746] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x0000002001010010
[ 2.118183] xhci-hcd xhci-hcd.2.auto: irq 75, io mem 0x38100000
[ 2.124216] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 2.129716] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus nu mber 2
[ 2.137387] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 2.144997] hub 1-0:1.0: USB hub found
[ 2.146977] imx6q-pcie 33800000.pcie: PCIe PLL is locked.
[ 2.148780] hub 1-0:1.0: 1 port detected
[ 2.154203] imx6q-pcie 33800000.pcie: iATU unroll: enabled
[ 2.158363] usb usb2: We don’t know the algorithms for LPM for this host, dis abling LPM.
[ 2.163564] imx6q-pcie 33800000.pcie: Detected iATU regions: 4 outbound, 4 in bound
[ 2.172160] hub 2-0:1.0: USB hub found
[ 2.179234] imx6q-pcie 33800000.pcie: host bridge /soc@0/pcie@33800000 ranges :
[ 2.183007] hub 2-0:1.0: 1 port detected
[ 2.190213] imx6q-pcie 33800000.pcie: No bus range found for /soc@0/pcie@33 800000, using [bus 00-ff]
[ 2.195346] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 2.203463] imx6q-pcie 33800000.pcie: IO 0x001ff80000…0x001ff8ffff → 0x0000000000
[ 2.208958] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus nu mber 3
[ 2.217135] imx6q-pcie 33800000.pcie: MEM 0x0018000000…0x001fefffff → 0x0018000000
[ 2.225116] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x0000002001010010
[ 2.233040] imx6q-pcie 33800000.pcie: iATU unroll: enabled
[ 2.242390] xhci-hcd xhci-hcd.3.auto: irq 76, io mem 0x38200000
[ 2.247847] imx6q-pcie 33800000.pcie: Detected iATU regions: 4 outbound, 4 in bound
[ 2.253887] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 2.266834] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus nu mber 4
[ 2.274506] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
[ 2.281809] hub 3-0:1.0: USB hub found
[ 2.285591] hub 3-0:1.0: 1 port detected
[ 2.289793] usb usb4: We don’t know the algorithms for LPM for this host, dis abling LPM.
[ 2.298283] hub 4-0:1.0: USB hub found
[ 2.302066] hub 4-0:1.0: 1 port detected
[ 2.306524] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 5 mkt segment 0 su pported-hw 0x20 0x1
[ 2.316225] Hot alarm is canceled. GPU3D clock will return to 64/64
[ 2.325391] sdhci-esdhc-imx 30b40000.mmc: allocated mmc-pwrseq
[ 2.326101] mxc-mipi-csi2-sam 32e40000.csi: supply mipi-phy not found, using dummy regulator
[ 2.326124] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO
[ 2.345112] : mipi_csis_imx8mp_phy_reset, No remote pad found!
[ 2.350994] mxc-mipi-csi2-sam 32e40000.csi: lanes: 4, hs_settle: 16, clk_sett le: 0, wclk: 0, freq: 266000000
[ 2.354939] imx6q-pcie 33800000.pcie: Link up
[ 2.357461] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA
[ 2.361620] mxc-mipi-csi2-sam 32e50000.csi: supply mipi-phy not found, using dummy regulator
[ 2.365270] imx6q-pcie 33800000.pcie: Link up
[ 2.372534] : mipi_csis_imx8mp_phy_reset, No remote pad found!
[ 2.373446] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA
[ 2.373506] mmc0: SDHCI controller on 30b40000.mmc [30b40000.mmc] using ADMA
[ 2.380713] imx6q-pcie 33800000.pcie: Link up, Gen1
[ 2.385099] mxc-mipi-csi2-sam 32e50000.csi: lanes: 4, hs_settle: 16, clk_sett le: 0, wclk: 0, freq: 266000000
[ 2.414839] mmc1: host does not support reading read-only switch, assuming wr ite-enable
[ 2.422468] dwhdmi-imx 32fd8000.hdmi: Detected HDMI TX controller v2.13a with HDCP (samsung_dw_hdmi_phy2)
[ 2.437682] dwhdmi-imx 32fd8000.hdmi: registered DesignWare HDMI I2C bus driv er
[ 2.445897] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_ crtc_ops)
[ 2.451905] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.453884] imx-drm display-subsystem: bound imx-lcdifv3-crtc.1 (ops lcdifv3_ crtc_ops)
[ 2.460853] mmcblk1: mmc1:aaaa SB16G 14.8 GiB
[ 2.468409] imx-drm display-subsystem: bound imx-lcdifv3-crtc.2 (ops lcdifv3_ crtc_ops)
[ 2.476511] mmc2: new HS400 Enhanced strobe MMC card at address 0001
[ 2.480871] imx_sec_dsim_drv 32e60000.mipi_dsi: version number is 0x1060200
[ 2.487146] mmcblk1: p1 p2
[ 2.494307] imx-drm display-subsystem: bound 32e60000.mipi_dsi (ops imx_sec_d sim_ops)
[ 2.497221] mmcblk2: mmc2:0001 8GTF4R 7.28 GiB
[ 2.504714] imx-drm display-subsystem: bound 32fd8000.hdmi (ops dw_hdmi_imx_o ps)
[ 2.506928] imx6q-pcie 33800000.pcie: Link up
[ 2.507024] imx6q-pcie 33800000.pcie: PCI host bridge to bus 0000:00
[ 2.507030] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.507040] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.507044] pci_bus 0000:00: root bus resource [mem 0x18000000-0x1fefffff]
[ 2.507070] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400
[ 2.507084] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[ 2.507094] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[ 2.507141] pci 0000:00:00.0: supports D1
[ 2.507144] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold
[ 2.509194] pci 0000:01:00.0: [8086:157b] type 00 class 0x020000
[ 2.509256] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
[ 2.516856] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 1
[ 2.521067] mmcblk2: p1 p2
[ 2.521122] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x001f]
[ 2.521156] pci 0000:01:00.0: reg 0x1c: [mem 0x00000000-0x00003fff]
[ 2.521559] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 2.528677] imx-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 2.532763] pci 0000:00:00.0: BAR 0: assigned [mem 0x18000000-0x180fffff]
[ 2.532775] pci 0000:00:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff]
[ 2.532781] pci 0000:00:00.0: BAR 6: assigned [mem 0x18200000-0x1820ffff pref ]
[ 2.532786] pci 0000:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 2.532793] pci 0000:01:00.0: BAR 0: assigned [mem 0x18100000-0x1811ffff]
[ 2.532812] pci 0000:01:00.0: BAR 3: assigned [mem 0x18120000-0x18123fff]
[ 2.532827] pci 0000:01:00.0: BAR 2: assigned [io 0x1000-0x101f]
[ 2.532845] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 2.532850] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
[ 2.532855] pci 0000:00:00.0: bridge window [mem 0x18100000-0x181fffff]
[ 2.533144] pcieport 0000:00:00.0: PME: Signaling with IRQ 240
[ 2.533293] mmcblk2boot0: mmc2:0001 8GTF4R 4.00 MiB
[ 2.533936] mmcblk2boot1: mmc2:0001 8GTF4R 4.00 MiB
[ 2.534493] mmcblk2rpmb: mmc2:0001 8GTF4R 512 KiB, chardev (510:0)
[ 2.540783] remoteproc remoteproc0: imx-dsp-rproc is available
[ 2.546214] igb 0000:01:00.0: enabling device (0000 → 0002)
[ 2.546944] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[ 2.554584] cfg80211: Loading compiled-in X.509 certificates for regulatory d atabase
[ 2.592230] pps pps0: new PPS source ptp0
[ 2.596614] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 2.598433] igb 0000:01:00.0: added PHC on eth0
[ 2.603944] platform regulatory.0: Direct firmware load for regulatory.db fai led with error -2
[ 2.610154] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 2.616281] platform regulatory.0: Falling back to sysfs fallback for: regula tory.db
[ 2.623103] igb 0000:01:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:00:b4:04:1f:40
[ 2.781339] igb 0000:01:00.0: eth0: PBA No: FFFFFF-0FF
[ 2.786511] igb 0000:01:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx que ue(s)

[ 2.862983] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 2.869549] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[ 2.903766] EXT4-fs (mmcblk1p2): recovery complete
[ 2.910203] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. O pts: (null). Quota mode: none.
[ 2.920035] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 2.921844] hub 4-1:1.0: USB hub found
[ 2.930493] hub 4-1:1.0: 4 ports detected
[ 2.931442] devtmpfs: mounted
[ 2.937937] Freeing unused kernel memory: 2560K
[ 2.942533] Run /sbin/init as init process
[ 3.148447] systemd[1]: System time before build time, advancing clock.
[ 3.168687] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -S ELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUAL ITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTM P +SYSVINIT default-hierarchy=hybrid)
[ 3.200562] systemd[1]: Detected architecture arm64.

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

[ 3.302297] systemd[1]: Hostname set to .
[ 3.360405] systemd-sysv-generator[192]: SysV service ‘/etc/init.d/reboot’ la cks a native systemd unit file. Automatically generating a unit file for compati bility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 3.386647] systemd-sysv-generator[192]: SysV service ‘/etc/init.d/umountnfs. sh’ lacks a native systemd unit file. Automatically generating a unit file for c ompatibility. Please update package to include a native systemd unit file, in or der to make it more safe and robust.

part3:
[ 3.411245] systemd-sysv-generator[192]: SysV service ‘/etc/init.d/rc.local’ lacks a native systemd unit file. Automatically generating a unit file for compa tibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 3.437989] systemd-sysv-generator[192]: SysV service ‘/etc/init.d/save-rtc.s h’ lacks a native systemd unit file. Automatically generating a unit file for co mpatibility. Please update package to include a native systemd unit file, in ord er to make it more safe and robust.
[ 3.462233] systemd-sysv-generator[192]: SysV service ‘/etc/init.d/halt’ lack s a native systemd unit file. Automatically generating a unit file for compatibi lity. Please update package to include a native systemd unit file, in order to m ake it more safe and robust.
[ 3.485969] systemd-sysv-generator[192]: SysV service ‘/etc/init.d/sendsigs’ lacks a native systemd unit file. Automatically generating a unit file for compa tibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 3.510066] systemd-sysv-generator[192]: SysV service ‘/etc/init.d/single’ la cks a native systemd unit file. Automatically generating a unit file for compati bility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 3.534774] systemd-sysv-generator[192]: SysV service ‘/etc/init.d/umountfs’ lacks a native systemd unit file. Automatically generating a unit file for compa tibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 3.824483] systemd[1]: Queued start job for default target Graphical Interfa ce.
[ 3.873058] systemd[1]: Created slice Slice /system/getty.
[ OK ] Created slice Slice /system/getty.
[ 3.897515] systemd[1]: Created slice Slice /system/modprobe.
[ OK ] Created slice Slice /system/modprobe.
[ 3.921439] systemd[1]: Created slice Slice /system/serial-getty.
[ OK ] Created slice Slice /system/serial-getty.
[ 3.945725] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 3.967312] systemd[1]: Started Dispatch Password Requests to Console Directo ry Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 3.991247] systemd[1]: Started Forward Password Requests to Wall Directory W atch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 4.015297] systemd[1]: Reached target Host and Network Name Lookups.
[ OK ] Reached target Host and Network Name Lookups.
[ 4.039443] systemd[1]: Reached target Path Units.
[ OK ] Reached target Path Units.
[ 4.059044] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 4.079051] systemd[1]: Reached target Slice Units.
[ OK ] Reached target Slice Units.
[ 4.095044] systemd[1]: Reached target Swaps.
[ OK ] Reached target Swaps.
[ 4.119723] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 4.143432] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 4.167504] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 4.187326] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 4.211806] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 4.235862] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 4.259919] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.279871] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 4.306813] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 4.327551] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 4.347397] systemd[1]: Listening on User Database Manager Socket.
[ OK ] Listening on User Database Manager Socket.
[ 4.375113] systemd[1]: Mounting Huge Pages File System…
Mounting Huge Pages File System…
[ 4.398683] systemd[1]: Mounting POSIX Message Queue File System…
Mounting POSIX Message Queue File System…
[ 4.422792] systemd[1]: Mounting Kernel Debug File System…
Mounting Kernel Debug File System…
[ 4.443408] systemd[1]: Kernel Trace File System was skipped because of a fai led condition check (ConditionPathExists=/sys/kernel/tracing).
[ 4.461731] systemd[1]: Mounting Temporary Directory /tmp…
Mounting Temporary Directory /tmp…
[ 4.486558] systemd[1]: Starting Create List of Static Device Nodes…
Starting Create List of Static Device Nodes…
[ 4.511011] systemd[1]: Starting Load Kernel Module configfs…
Starting Load Kernel Module configfs…
[ 4.534972] systemd[1]: Starting Load Kernel Module drm…
Starting Load Kernel Module drm…
[ 4.558595] systemd[1]: Starting Load Kernel Module fuse…
Starting Load Kernel Module fuse…
[ 4.582508] fuse: init (API version 7.34)
[ 4.584170] systemd[1]: Starting RPC Bind…
Starting RPC Bind…
[ 4.603157] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 4.616061] systemd[1]: systemd-journald.service: unit configures an IP firew all, but the local system does not support BPF/cgroup firewalling.
[ 4.629023] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 4.641610] systemd[1]: Starting Journal Service…
Starting Journal Service…
[ 4.665873] systemd[1]: Starting Load Kernel Modules…
Starting Load Kernel Modules…
[ 4.686549] imx-sdma 30bd0000.dma-controller: firmware found.
[ 4.686865] imx-sdma 30e10000.dma-controller: firmware found.
[ 4.687530] systemd[1]: Starting Generate network units from Kernel command l ine…
[ 4.692516] imx-sdma 30bd0000.dma-controller: loaded firmware 4.6
Starting Generate network …ts from Kernel command line…
[ 4.730460] systemd[1]: Starting Remount Root and Kernel File Systems…
Starting Remount Root and Kernel File Systems…
[ 4.745505] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null). Quota mode: none.
[ 4.766381] systemd[1]: Starting Coldplug All udev Devices…
Starting Coldplug All udev Devices…
[ 4.792351] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 4.815439] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory /tmp.
[ OK ] Finished Create List of Static Device Nodes.
[ OK ] Finished Load Kernel Module configfs.
[ OK ] Finished Load Kernel Module drm.
[ OK ] Finished Load Kernel Module fuse.
[ OK ] Finished Load Kernel Modules.
[ OK ] Finished Generate network units from Kernel command line.
[ OK ] Finished Remount Root and Kernel File Systems.
Mounting FUSE Control File System…
Mounting Kernel Configuration File System…
Starting Flush Journal to Persistent Storage…
[ 5.076361] systemd-journald[204]: Received client request to flush runtime j ournal.
Starting Apply Kernel Variables…
Starting Create Static Device Nodes in /dev…
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Finished Flush Journal to Persistent Storage.
[ OK ] Finished Apply Kernel Variables.
[ 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.
[ OK ] Finished Coldplug All udev Devices.
Starting Load/Save Random Seed…
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories…
[ OK ] Started Rule-based Manager for Device Events and Files.
[ OK ] Finished Create Volatile Files and Directories.
Starting Network Time Synchronization…
Starting Record System Boot/Shutdown in UTMP…
[ OK ] Finished Record System Boot/Shutdown in UTMP.
[ 5.637912] systemd-journald[204]: Oldest entry in /run/log/journal/39ed29a5a d1c4d08a9a8ebadec6bb2d4/system.journal is older than the configured file retenti on duration (1month), suggesting rotation.
[ 5.638594] rfkill_gpio rfkill_m2_wdis: m2_wdis device registered.
[ OK ] Started 5.662182] systemd-journald[204]: /run/log/journal/39ed29a5a d1c4d08a9a8ebadec6bb2d4/system.journal: Journal header limits reached or header out-of-date, rotating.
;39mNetwork Time Synchronization rfkill_gpio rfkill_m2_gps: m2_gps device regist ered.
[0m.
[ 5.688914] rfkill_gpio rfkill_mpcie_wdis: mpcie_wdis device registered.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ 5.727738] caam-snvs 30370000.caam-snvs: violation handlers armed - init sta te
[ 5.736761] Bluetooth: HCI UART driver ver 2.3
[ 5.741262] Bluetooth: HCI UART protocol H4 registered
[ 5.746807] Bluetooth: HCI UART protocol Broadcom registered
[ 5.747026] hci_uart_bcm serial0-0: supply vbat not found, using dummy regula tor
[ 5.760304] hci_uart_bcm serial0-0: supply vddio not found, using dummy regul ator
[ OK ] Reached target System Time Set.[ 5.774142] caam 30900000.crypto: dev ice ID = 0x0a16040100000100 (Era 9)

[ 5.783607] caam 30900000.crypto: job rings = 1, qi = 0
[ 5.784972] basler_camera_driver_vvcam: loading out-of-tree module taints ker nel.
[ 5.785244] basler_camera_driver_vvcam: loading out-of-tree module taints ker nel.
[ 5.789411] at24 0-0050: supply vcc not found, using dummy regulator
[ 5.796481] i2c_transfer() failed: -6
[ 5.805065] rtc-abx80x 2-0069: model 1805, revision 2.3, lot 366, wafer 11, u id 49c4
[ 5.810339] basler_read_register_chunk() failed: -6
[ 5.810346] basler_read_register() failed: -6
[ 5.811011] at24 0-0050: 256 byte 24c02 EEPROM, writable, 16 bytes/write
[ 5.814357] i2c_transfer() failed: -6
[ 5.815481] rtc-abx80x 2-0069: Enabling trickle charger: 05
[ 5.820418] rtc-abx80x 2-0069: registered as rtc0
[ 5.822135] at24 2-0057: supply vcc not found, using dummy regulator
[ 5.824083] rtc-abx80x 2-0069: setting system clock to 2023-11-21T09:32:09 UT C (1700559129)
[ 5.827230] basler_read_register_chunk() failed: -6
[ 5.832182] at24 2-0057: 256 byte 24c02 EEPROM, writable, 8 bytes/write
[ 5.838022] basler_read_register() failed: -6
[ OK ] Started Daily rotation of log files.

part4:
[ OK ] Reached target Timer Units.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Docker Socket for the API…
[ OK ] Listening on dropbear.socket.
Starting Weston socket…
[ 6.021885] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio f or chip BCM4345/6
Starting Console System Startup Logging…
[ 6.052923] wm8904 1-001a: revision A
[ OK ] Listening on Docker Socket for the API.
[ 6.064657] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found
[ OK ] Listening on [ 6.073080] imx-dwmac 30bf0000.ethernet: force_sf_dma_m ode is ignored if force_thresh_dma_mode is set.
Weston socket.
[ 6.090060] imx-dwmac 30bf0000.ethernet: User ID: 0x10, Synopsys ID: 0x51
[ 6.098342] imx-dwmac 30bf0000.ethernet: DWMAC4/5
[ 6.104420] imx-dwmac 30bf0000.ethernet: DMA HW capability register supported
[ 6.116224] Bluetooth: hci0: BCM: chip id 107
[ 6.117960] imx-dwmac 30bf0000.ethernet: RX Checksum Offload Engine supported
[ 6.120991] Bluetooth: hci0: BCM: features 0x2f
[ 6.127833] imx-dwmac 30bf0000.ethernet: Wake-Up On Lan supported
[ 6.133548] Bluetooth: hci0: BCM4345C0
[ 6.138941] imx-dwmac 30bf0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 6.141726] imx8_media_dev: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.142389] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 6.150108] imx-dwmac 30bf0000.ethernet: device MAC address e2:c3:7f:9b:5b:8d
[ 6.163334] Bluetooth: hci0: BCM4345C0 ‘brcm/BCM4345C0.hcd’ Patch
[ 6.166114] imx-dwmac 30bf0000.ethernet: Enabled L3L4 Flow TC (entries=8)
[ 6.186142] imx-dwmac 30bf0000.ethernet: Enabled RFS Flow TC (entries=8)
[ 6.192925] imx-dwmac 30bf0000.ethernet: Enabling HW TC (entries=256, max_off =256)
[ 6.200579] imx-dwmac 30bf0000.ethernet: Using 34 bits DMA width
[ OK ] Finished 6.207713] brcmfmac: brcmf_fw_alloc_request: using brcm/brc mfmac43455-sdio for chip BCM4345/6
1;39mConsole System Startup Loggi[ 6.219546] enter viv_isp_init_module
ng.
[ 6.228681] enter isp_hw_probe
[ 6.232150] vvcam isp driver registered
[ 6.233387] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 3 2019 19:47:25 version 7.45.184 (r712131 CY) FWID 01-b363c0a0
[ 6.236368] enter isp_hw_probe
[ 6.249053] enter viv_dwe_init_module
[ 6.251619] vvcam isp driver registered
[ 6.256214] enter dwe_hw_probe
[ 6.263824] vvcam dewarp driver probed
[ 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 Linux Firmware Loader Daemon.
[ OK ] Started 6.405776] random: dbus-daemon: uninitialized urandom read ( 12 bytes read)
;39mConfiguration for i.MX GPU (Former rc_gpu.S).
[ OK ] Started ISP i.MX 8Mplus daemon.
Starting IPv6 P[ 6.456730] random: dbus-daemon: uninitialized urando m read (12 bytes read)
acket Filtering Framework…
Starting IPv4 Packet Filtering Framework…
Starting Network Time Service (one-shot ntpdate mode)…
Starting Telephony service…
[ OK ] Started System Logging Service.
Starting User Login Management…
[ OK ] Started TEE Supplicant.
[ OK ] Started D-Bus System Message Bus.
[ OK ] Finished IPv6 Packet Filtering Framework.
[ OK ] Finished IPv4 Packet Filtering Framework.
[ OK ] Finished Network Time Service (one-shot ntpdate mode).
[ OK ] Reached target Preparation for Network.
Starting Connection service…
Starting Network Configuration…
[ OK ] Started Telephony service.
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
Starting Load/Save RF Kill Switch Status…
[ OK ] Started User Login Management.
[ OK ] Started Connection service.
Starting Avahi mDNS/DNS-SD Stack…
[ OK ] Started Network Configuration.
[ OK ] Reached target Network.
Starting containerd container runtime…
[ OK ] Started NFS status monitor for NFSv2/3 locking…
[ OK ] Started Respond to IPv6 Node Information Queries.
Starting /etc/rc.local Compatibility…
[ OK ] Started Network Router Discovery Daemon.
[ 7.248959] imx-dwmac 30bf0000.ethernet eth1: PHY [stmmac-0:00] driver [ADIN1 300] (irq=POLL)
Starting Permit User Sessions…
[ OK ] Started 7.288402] imx-dwmac 30bf0000.ethernet eth1: Register MEM_TY PE_PAGE_POOL RxQ-0
;39m/etc/rc.local Compatibility.
[ 7.304732] imx-dwmac 30bf0000.ethernet eth1: Register MEM_TYPE_PAGE_POOL RxQ -1
[ 7.326205] imx-dwmac 30bf0000.ethernet eth1: Register MEM_TYPE_PAGE_POOL RxQ -2

[ 7.348846] imx-dwmac 30bf0000.ethernet eth1: Register MEM_TYPE_PAGE_POOL RxQ -3
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ 7.378630] imx-dwmac 30bf0000.ethernet eth1: Register MEM_TYPE_PAGE_POOL RxQ -4
[ 7.418974] random: crng init done
[ 7.421341] imx-dwmac 30bf0000.ethernet eth1: No Safety Features support foun d
[ 7.422415] random: 1 urandom warning(s) missed due to ratelimiting
[ OK ] Created slice Slice /system/systemd[ 7.438862] imx-dwmac 30bf0000.et hernet eth1: IEEE 1588-2008 Advanced Timestamp supported
-fsck.
[ 7.455480] imx-dwmac 30bf0000.ethernet eth1: registered PTP clock
[ 7.457401] caam algorithms registered in /proc/crypto
[ 7.467111] imx-dwmac 30bf0000.ethernet eth1: FPE workqueue start
[ 7.473115] caam 30900000.crypto: caam pkc algorithms registered in /proc/cry pto
[ 7.473384] imx-dwmac 30bf0000.ethernet eth1: configuring for phy/rgmii-id li nk mode
[ 7.483195] caam 30900000.crypto: rng crypto API alg registered prng-caam
[ 7.490813] 8021q: adding VLAN 0 to HW filter on device eth1
[ 7.495287] caam 30900000.crypto: registering rng-caam
Starting Bluetooth service…
[ 7.511623] Device caam-keygen registered
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttymxc1.
[ OK ] Reached target Login Prompts.
Starting Hostname Service…
Starting Weston, a Wayland…ositor, as a system service…
Starting WPA supplicant…
[ 7.617864] wm8904 1-001a: ASoC: error at snd_soc_component_update_bits on wm 8904.1-001a: -16
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Finished Load/Save Random Seed.
[ OK ] Found device /dev/mmcblk2p2.
[ 7.773742] enter viv_isp_exit_module
[ 7.777826] enter isp_hw_remove
[ 7.781138] vvcam isp driver removed
[ OK ] Started Bluetooth service.
[ 7.787718] enter isp_hw_remove
[ 7.793425] vvcam isp driver removed
[ OK ] Reached target Bluetooth Support.
Starting Save/R[ 7.821183] NET: Registered PF_ALG protocol family
estore Sound Card State…
[ 7.825778] enter viv_dwe_exit_module
[ 7.834781] enter dwe_hw_remove
[ 7.838395] enter fake_pdev_release
[ 7.842344] vvcam dewarp driver removed
Starting File S[ 7.856816] wm8904 1-001a: ASoC: error at snd_soc_com ponent_update_bits on wm8904.1-001a: -16
ystem Check on /dev/mmcblk2p1…
Starting File System Check on /dev/mmcblk2p2…
[ 7.900413] : Unregistered all entities
Starting User Database Manager…
[ OK ] Finished Save/Restore Sound Card State.
[ OK ] Started Hostname Service.
[ OK ] Started WPA supplicant.
[ OK ] Reached target Sound Card.
[ OK ] Found device /dev/mmcblk1p1.
Starting File System Check on /dev/mmcblk1p1…
[ OK ] Finished File System Check on /dev/mmcblk2p1.
Mounting /run/media/boot-mmcblk2p1…
[ OK ] Mounted /run/media/boot-mmcblk2p1.
[ OK ] Finished File System Check on /dev/mmcblk2p2.
Mounting /run/media/root-mmcblk2p2…
[ 8.079592] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. O pts: (null). Quota mode: none.
[ OK ] Started User Database Manager.
[ OK ] Mounted /run/media/root-mmcblk2p2.
[ OK ] Finished File System Check on /dev/mmcblk1p1.
Mounting /run/media/boot-mmcblk1p1…
[ OK ] Created slice User Slice of UID 0.
Starting User Runtime Directory /run/user/0…
[ OK ] Mounted /run/media/boot-mmcblk1p1.
[ 8.316208] i2c_transfer() failed: -6
[ 8.319946] basler_read_register_chunk() failed: -6
[ 8.324855] basler_read_register() failed: -6
[ OK ] Finished 8.329665] i2c_transfer() failed: -6
1;39mUser Runtime Directory /run/[ 8.335897] basler_read_register_chunk() fai led: -6
user/0.
[ 8.343605] basler_read_register() failed: -6
Starting User Manager for UID 0…
[ 8.373714] audit: type=1006 audit(1700559132.044:2): pid=705 uid=0 old-auid= 4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[ 8.385551] imx8_media_dev: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.386254] audit: type=1300 audit(1700559132.044:2): arch=c00000b7 syscall=6 4 success=yes exit=1 a0=8 a1=ffffca9c0080 a2=1 a3=ffffb3265020 items=0 ppid=1 pi d=705 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm=“(systemd)” exe=“/lib/systemd/systemd” key=(null)
[ 8.422462] audit: type=1327 audit(1700559132.044:2): proctitle=“(systemd)”
[ 8.468837] enter viv_dwe_init_module
[ 8.473197] enter dwe_hw_probe
[ 8.476981] vvcam dewarp driver probed
[ 8.515431] enter viv_isp_init_module
[ 8.519750] enter isp_hw_probe
[ 8.522883] vvcam isp driver registered
[ 8.527636] enter isp_hw_probe
[ 8.531190] vvcam isp driver registered
[ 8.577944] enter viv_video_init_module
[ 8.619182] enter isp_mi_stop
[ 8.635474] enter isp_mi_stop
[ OK ] Started containerd container runtime.
[ OK ] Reached target Multi-User System.
[ OK ] Started User Manager for UID 0.
[ OK ] Started Session c1 of User root.
[ 8.825871] audit: type=1006 audit(1700559132.496:3): pid=625 uid=0 old-auid= 4294967295 auid=0 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 8.838033] audit: type=1300 audit(1700559132.496:3): arch=c00000b7 syscall=6 4 success=yes exit=1 a0=8 a1=ffffca9c0080 a2=1 a3=ffffb3265020 items=0 ppid=1 pi d=625 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 se s=2 comm=“(weston)” exe=“/lib/systemd/systemd” key=(null)
[ 8.864073] audit: type=1327 audit(1700559132.496:3): proctitle=“(weston)”
[ OK ] Started Weston, a Wayland …mpositor, as a system service.
[ OK ] Reached target Graphical Interface.
Starting Record Runlevel Change in UTMP…
[ OK ] Finished Record Runlevel Change in UTMP.

NXP i.MX Release Distro 5.15-kirkstone imx8mpsolidrun ttymxc1

imx8mpsolidrun login: root
root@imx8mpsolidrun:~# [ 12.769558] imx-drm display-subsystem: [drm] Cannot fi nd any crtc or sizes

I don’t understand what your issue is. That appears to be booting from mmcblk1p2 properly.

How can I change it to mmcblk2p2? The dip switch does not perform this function.

The dip switch only controls where the bootloader is loaded from. Both locations will use the same default boot location as defined by u-boot’s standard distro boot methods. You can refer to u-boot’s documentation regarding configuring the device boot order. U-Boot Standard Boot — Das U-Boot unknown version documentation

Yes I try it,

setenv mmcroot ‘/dev/mmcblk2p2’
saveenv

I can turn on the emmc or sd card using the commands. When I unplug and plug in the power, the parameter I changed returns to its default setting.

Please read the link I provided. You need to change the boot_targets environment variable to prefer mmc2.

I changed that parameter and used the saveenv command, but there was no change.

Then you should verify that the extlinux.conf file does not have a hard-coded root path set in it.

Already

# Generic Distro Configuration file generated by OpenEmbedded
LABEL NXP i.MX Release Distro
	KERNEL ../Image
	FDTDIR ../
	APPEND ${bootargs} root=${mmcroot} rootwait rw console=${console}