This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VL-Q1: ov x1f sensor driver insmod successfully, but can not be find in "media-ctl -p" result

Part Number: TDA4VL-Q1
Other Parts Discussed in Thread: TDA4VL

Tool/software:

Hi Expert

hardware : tda4vl + max9296a(des) + max96701(ser) + x1f(cmos)

software : max9296a driver and x1f driver

max9296a driver set max96701's initial registers

device tree is : 

&{/} {
	clk_x1f_fixed: x1f-xclk {
		compatible = "fixed-clock";
		#clock-cells = <0>;
		clock-frequency = <24000000>;
	};
};

&main_i2c0 {

	status = "okay";

};

&main_i2c3 {
	#address-cells = <1>;
	#size-cells = <0>;
	status = "okay";
	deser@48 {
		compatible = "maxim,max9296a";
		reg = <0x48>;
		max9296a_0_ports: ports {
			#address-cells = <1>;
			#size-cells = <0>;
			/* CSI-2 TX */
			port@4 {
				reg = <4>;
				max9296a_0_csi_out: endpoint {
					data-lanes = <1 2 3 4>;
					clock-lanes = <0>;
					link-frequencies = /bits/ 64 <800000000>;
					remote-endpoint = <&csi2_phy0>;
				};
			};
			port@0 {
				reg = <0>;
				max9296_1_in: endpoint {
					data-lanes = <1 2 3 4>;
					remote-endpoint = <&x1f_csi_out>;
				};
			};
		};
	};

	sensor@36{
		compatible = "ovti,ox01f10";
        reg = <0x36>;
        clocks = <&clk_x1f_fixed>;
        clock-names = "xclk";
        port {
            x1f_csi_out: endpoint {
                remote-endpoint = <&max9296_1_in>;
                data-lanes = <1 2 3 4>;          
                link-frequencies = /bits/ 64 <800000000>;
            };
        };
	};
};

&cdns_csi2rx0 {
	ports {
		#address-cells = <1>;
		#size-cells = <0>;
		csi0_port0: port@0 {
			reg = <0>;
			status = "okay";
			csi2_phy0: endpoint {
				remote-endpoint = <&max9296a_0_csi_out>;
				clock-lanes = <0>;
				data-lanes = <1 2 3 4>;
				link-frequencies = /bits/ 64 <800000000>;
			};
		};
	};
};

&ti_csi2rx0 {
	status = "okay";
};
&dphy0 {
	status = "okay";
};

the result is after insmod max9296a and x1f driver, media-ctl -p command can not find x1f information in link message, max9296a can be found. and with driver log message, x1f' probe() function

is been run correctly.

please help to confirm if are there something wrong for devicetree.

Best Regard

Demon

  • Hi, 

    Which SDK version are you using and can you share the complete boot logs and also the logs with you insmod both. 

    Best Regards,

    Keerthy 

  • Hi Keerthy

    sdk version is "ti-processor-sdk-linux-adas-j721s2-evm-10_01_00_04"

    below content are the boot logs:

    U-Boot 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000)
    
    SoC:   J721S2 SR1.0 GP
    Model: Texas Instruments J721S2 EVM
    i2c_omap i2c@42120000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    Board: J721S2X-PM1-SOM rev E1
    DRAM:  2 GiB (effective 16 GiB)
    Core:  117 devices, 33 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In:    serial@2880000
    Out:   serial@2880000
    Err:   serial@2880000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    switch to partitions #0, OK
    mmc1 is current device
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    SD/MMC found on device 1
    1431 bytes read in 50 ms (27.3 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
    953804 bytes read in 158 ms (5.8 MiB/s)
    Load Remote Processor 2 with data@addr=0x82000000 953804 bytes: Success!
    335060 bytes read in 132 ms (2.4 MiB/s)
    Load Remote Processor 3 with data@addr=0x82000000 335060 bytes: Success!
    Failed to load '/lib/firmware/j721s2-main-r5f1_0-fw'
    Failed to load '/lib/firmware/j721s2-main-r5f1_1-fw'
    14020752 bytes read in 695 ms (19.2 MiB/s)
    Load Remote Processor 6 with data@addr=0x82000000 14020752 bytes: Success!
    9703384 bytes read in 518 ms (17.9 MiB/s)
    Load Remote Processor 7 with data@addr=0x82000000 9703384 bytes: Success!
    21029376 bytes read in 914 ms (21.9 MiB/s)
    112203 bytes read in 56 ms (1.9 MiB/s)
    Working FDT set to 88000000
    10906 bytes read in 51 ms (208 KiB/s)
    2750 bytes read in 52 ms (50.8 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    ERROR: reserving fdt memory region failed (addr=880000000 size=2c000000 flags=4)
       Loading Device Tree to 000000008fee1000, end 000000008fffffff ... OK
    Working FDT set to 8fee1000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.44-ti (demon@demon-VirtualBox) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 13.3.Rel1 (Build arm-13.24)) 13.3.1 20240614, GNU ld (Arm GNU Toolchain 13.3.Rel1 (Build arm-13.24)) 2.42.0.20240614) #2 SMP PREEMPT Fri Apr 11 10:01:17 CST 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments J721S2 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a3ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a5ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a4100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a6000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a6100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a7000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a7100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a9ffffff (32768 KiB) nomap non-reusable vision-apps-rtos-ipc-memory-region@a8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 96 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@aa000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000afffffff (98304 KiB) nomap non-reusable vision-apps-dma-memory@aa000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b0000000..0x00000000b00fffff (1024 KiB) nomap non-reusable vision-apps-c71-dma-memory@b0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b0100000, size 95 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b0100000..0x00000000b5ffffff (97280 KiB) nomap non-reusable vision-apps-c71_0-memory@b0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b6000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b6000000..0x00000000b60fffff (1024 KiB) nomap non-reusable vision-apps-c71_1-dma-memory@b6000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b6100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b6100000..0x00000000b7ffffff (31744 KiB) nomap non-reusable vision-apps-c71_1-memory@b6100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8000000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b8000000..0x00000000bbffffff (65536 KiB) nomap non-reusable vision-apps-core-heap-memory-lo@b8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 704 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000880000000..0x00000008abffffff (720896 KiB) nomap non-reusable vision-apps-core-heap-memory-hi@880000000
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] OF: reserved mem: 0x0000000900000000..0x000000091fffffff (524288 KiB) map non-reusable vision_apps_shared-memories
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000980000000..0x00000009b7ffffff (917504 KiB) map reusable linux-cma-buffers@980000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000bffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000bbffffff]
    [    0.000000]   node   0: [mem 0x00000000bc000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008abffffff]
    [    0.000000]   node   0: [mem 0x00000008ac000000-0x0000000bffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffffff]
    [    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.5
    [    0.000000] percpu: Embedded 20 pages/cpu s43176 r8192 d30552 u81920
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=5cb9cec0-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4128768
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 13725760K/16777216K available (12480K kernel code, 1272K rwdata, 4184K rodata, 2496K init, 528K bss, 2133952K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @8ac800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008ac040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008ac050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008445] Console: colour dummy device 80x25
    [    0.013017] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023689] pid_max: default: 32768 minimum: 301
    [    0.028451] LSM: initializing lsm=capability,selinux,integrity
    [    0.034428] SELinux:  Initializing.
    [    0.038085] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.045864] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.055058] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.062327] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.070187] rcu: Hierarchical SRCU implementation.
    [    0.075086] rcu:     Max phase no-delay instances is 1000.
    [    0.080629] Platform MSI: msi-controller@1820000 domain created
    [    0.086874] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.096365] EFI services will not be available.
    [    0.101130] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.114245] Detected PIPT I-cache on CPU1
    [    0.114294] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.114309] GICv3: CPU1: using allocated LPI pending table @0x00000008ac060000
    [    0.114344] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.114409] smp: Brought up 1 node, 2 CPUs
    [    0.143762] SMP: Total of 2 processors activated.
    [    0.148567] CPU features: detected: 32-bit EL0 Support
    [    0.153821] CPU features: detected: CRC32 instructions
    [    0.159100] CPU: All CPU(s) started at EL2
    [    0.163283] alternatives: applying system-wide alternatives
    [    0.169936] devtmpfs: initialized
    [    0.182285] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.192266] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.209838] pinctrl core: initialized pinctrl subsystem
    [    0.215519] DMI not present or invalid.
    [    0.219891] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.226635] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
    [    0.234292] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.242635] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.250854] audit: initializing netlink subsys (disabled)
    [    0.256485] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
    [    0.256718] thermal_sys: Registered thermal governor 'step_wise'
    [    0.264409] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.270568] cpuidle: using governor menu
    [    0.281330] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.288299] ASID allocator initialised with 65536 entries
    [    0.304022] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.315868] platform a000000.dp-bridge: Fixed dependency cycle(s) with /dp0-connector
    [    0.323943] platform dp0-connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000
    [    0.333265] Modules: 27488 pages in range for non-PLT usage
    [    0.333270] Modules: 519008 pages in range for PLT usage
    [    0.339490] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.351861] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.358264] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.365198] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.371599] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.378532] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.384933] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.391870] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.399142] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [    0.408339] iommu: Default domain type: Translated
    [    0.413259] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.419731] SCSI subsystem initialized
    [    0.423760] usbcore: registered new interface driver usbfs
    [    0.429387] usbcore: registered new interface driver hub
    [    0.434832] usbcore: registered new device driver usb
    [    0.440309] pps_core: LinuxPPS API ver. 1 registered
    [    0.445384] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.454726] PTP clock support registered
    [    0.458852] EDAC MC: Ver: 3.0.0
    [    0.462361] scmi_core: SCMI protocol bus registered
    [    0.467522] FPGA manager framework
    [    0.471036] Advanced Linux Sound Architecture Driver Initialized.
    [    0.477744] vgaarb: loaded
    [    0.480700] clocksource: Switched to clocksource arch_sys_counter
    [    0.487083] VFS: Disk quotas dquot_6.6.0
    [    0.491118] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.501767] Carveout Heap: Exported 512 MiB at 0x0000000900000000
    [    0.508068] NET: Registered PF_INET protocol family
    [    0.513388] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.526337] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
    [    0.535246] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.543186] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.551869] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.560478] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.567365] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.574510] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.582174] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.588330] RPC: Registered named UNIX socket transport module.
    [    0.594395] RPC: Registered udp transport module.
    [    0.599198] RPC: Registered tcp transport module.
    [    0.604001] RPC: Registered tcp-with-tls transport module.
    [    0.609603] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.616187] NET: Registered PF_XDP protocol family
    [    0.621092] PCI: CLS 0 bytes, default 64
    [    0.625835] Initialise system trusted keyrings
    [    0.630527] workingset: timestamp_bits=46 max_order=22 bucket_order=0
    [    0.637310] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.643437] NFS: Registering the id_resolver key type
    [    0.648624] Key type id_resolver registered
    [    0.652897] Key type id_legacy registered
    [    0.656999] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.663848] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.685302] Key type asymmetric registered
    [    0.689495] Asymmetric key parser 'x509' registered
    [    0.694512] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.702176] io scheduler mq-deadline registered
    [    0.706814] io scheduler kyber registered
    [    0.710934] io scheduler bfq registered
    [    0.716918] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.722891] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.728895] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.735207] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.741050] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.747191] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    0.752951] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    0.758963] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.768982] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.781250] loop: module loaded
    [    0.785187] megasas: 07.725.01.00-rc1
    [    0.790919] tun: Universal TUN/TAP device driver, 1.6
    [    0.796810] VFIO - User Level meta-driver version: 0.3
    [    0.802804] usbcore: registered new interface driver usb-storage
    [    0.809352] i2c_dev: i2c /dev entries driver
    [    0.814452] sdhci: Secure Digital Host Controller Interface driver
    [    0.820778] sdhci: Copyright(c) Pierre Ossman
    [    0.825370] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.831545] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.837885] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.844935] usbcore: registered new interface driver usbhid
    [    0.850632] usbhid: USB HID core driver
    [    0.855348] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.864166] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.868725] optee: revision 4.4 (8f645256efc0dc66)
    [    0.885208] optee: dynamic shared memory is enabled
    [    0.895553] random: crng init done
    [    0.899094] optee: initialized driver
    [    0.904366] Initializing XFRM netlink socket
    [    0.908767] NET: Registered PF_PACKET protocol family
    [    0.913974] Key type dns_resolver registered
    [    0.922188] registered taskstats version 1
    [    0.926450] Loading compiled-in X.509 certificates
    [    0.938744] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    [    1.003158] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.009727] pca953x 1-0021: supply vcc not found, using dummy regulator
    [    1.016586] pca953x 1-0021: using no AI
    [    1.040749] pca953x 1-0021: failed writing register
    [    1.045826] pca953x: probe of 1-0021 failed with error -121
    [    1.051655] pca953x 1-0020: supply vcc not found, using dummy regulator
    [    1.058483] pca953x 1-0020: using no AI
    [    1.062460] pca953x 1-0020: failed writing register
    [    1.067515] pca953x: probe of 1-0020 failed with error -121
    [    1.073378] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.080192] pca953x 1-0022: using AI
    [    1.083897] pca953x 1-0022: failed writing register
    [    1.088946] pca953x: probe of 1-0022 failed with error -121
    [    1.094681] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.101068] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [    1.109717] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [    1.119063] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [    1.127685] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [    1.136815] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.143779] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.153227] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [    1.163121] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.169897] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.179386] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [    1.189560] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.196321] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.204549] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 229, base_baud = 6000000) is a 8250
    [    1.214297] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 230, base_baud = 3000000) is a 8250
    [    1.223194] printk: console [ttyS2] enabled
    [    1.223194] printk: console [ttyS2] enabled
    [    1.231669] printk: bootconsole [ns16550a0] disabled
    [    1.231669] printk: bootconsole [ns16550a0] disabled
    [    1.242371] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.288703] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.298742] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    1.307021] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.319900] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.327107] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.333351] pps pps0: new PPS source ptp0
    [    1.337520] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    1.348137] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:200000000, add_val:4 pps:0
    [    1.357257] mmc0: CQHCI version 5.10
    [    1.396729] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.554579] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    1.561253] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2024-10-14T01:37:26 UTC (1728869846)
    [    1.581065] mmc0: Failed to initialize a non-removable card
    [    1.949877] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    1.965912] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [    1.976372] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    2.020704] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.030764] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.039044] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.051933] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.059143] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.065373] pps pps0: new PPS source ptp1
    [    2.069555] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    2.084573] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    2.094669] mmc1: CQHCI version 5.10
    [    2.098702] clk: Disabling unused clocks
    [    2.110275] ALSA device list:
    [    2.113247]   No soundcards found.
    [    2.139282] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    2.146903] Waiting for root device PARTUUID=5cb9cec0-02...
    [    2.200275] mmc1: new ultra high speed SDR104 SDXC card at address 5048
    [    2.207309] mmcblk1: mmc1:5048 SD64G 58.0 GiB
    [    2.213535]  mmcblk1: p1 p2
    [    2.237525] EXT4-fs (mmcblk1p2): mounted filesystem c957a61b-df64-4fb3-9c1e-f551f3dba576 r/w with ordered data mode. Quota mode: none.
    [    2.249649] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.257083] devtmpfs: mounted
    [    2.261006] Freeing unused kernel memory: 2496K
    [    2.265634] Run /sbin/init as init process
    [    2.500774] NET: Registered PF_INET6 protocol family
    [    2.506372] Segment Routing with IPv6
    [    2.510055] In-situ OAM (IOAM) with IPv6
    [    2.544835] systemd[1]: systemd 255.13^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    2.576702] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.593928] systemd[1]: Hostname set to <j721s2-evm>.
    [    2.793545] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.855931] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.907582] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.944412] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    2.966178] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    2.990059] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.013749] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.036982] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    3.060892] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    3.084796] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    3.104819] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.124773] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.144756] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.164762] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.216340] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.236930] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.260875] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.281019] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.305480] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.329198] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.353196] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.369236] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.396351] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.417106] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.437117] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.484962] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.503467] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.530323] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.545117] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.569041] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.594890] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.621373] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    3.641406] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    3.661399] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    3.709439] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.722222] fuse: init (API version 7.39)
    [    3.743645] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.757091] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    3.775487] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    3.809703] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.835173] systemd-journald[111]: Collecting audit messages is enabled.
    [    3.857194] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    3.913206] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    3.941338] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    3.960146] EXT4-fs (mmcblk1p2): re-mounted c957a61b-df64-4fb3-9c1e-f551f3dba576 r/w. Quota mode: none.
    [    3.962243] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    3.986366] 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.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
    [  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...
             Starting Apply Kernel Variables...
    [    4.399613] systemd-journald[111]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev gracefully...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /var/volatile...
    [    4.666482] audit: type=1334 audit(1728869849.600:2): prog-id=6 op=LOAD
    [    4.673513] audit: type=1334 audit(1728869849.608:3): prog-id=7 op=LOAD
             Starting Rule-based Manager for Device Events and Files...
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save OS Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create System Files and Directories...
    [  OK  ] Finished Load/Save OS Random Seed.
    [  OK  ] Finished Create System Files and Directories.
    [    4.849874] audit: type=1334 audit(1728869849.784:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    4.891018] audit: type=1334 audit(1728869849.824:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    4.937968] audit: type=1334 audit(1728869849.872:6): prog-id=10 op=LOAD
             Starting User Database Manager...
    [    4.952780] audit: type=1334 audit(1728869849.876:7): prog-id=11 op=LOAD
    [    4.963506] audit: type=1334 audit(1728869849.880:8): prog-id=12 op=LOAD
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  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.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
    [    5.523329] audit: type=1334 audit(1728869850.456:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Reached target Basic System.
    [    5.722959] dbus-broker-lau[256]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [  OK  ] Started Job spooling tools.
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Started Periodic Command Scheduler.
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs partiti…to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    5.959285] audit: type=1334 audit(1728869850.892:10): prog-id=14 op=LOAD
    [    5.971995] audit: type=1334 audit(1728869850.892:11): prog-id=15 op=LOAD
             Starting User Login Management...
    [    5.986219] audit: type=1334 audit(1728869850.892:12): prog-id=16 op=LOAD
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Netw[    6.028114] audit: type=1334 audit(1728869850.960:13): prog-id=17 op=LOAD
    ork.
             Starting Network Configuration...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Telnet Server.
    [    6.216004] CAN device driver interface
    [  OK  ] Started Telephony service.
    [    6.376846] mc: Linux media interface: v0.10
    [    6.419980] videodev: Linux video capture interface: v2.00
    [    6.447259] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [    6.478223] Bluetooth: Core ver 2.22
    [    6.493951] NET: Registered PF_BLUETOOTH protocol family
    [    6.502229] cdns-mhdp8546 a000000.dp-bridge: invalid resource (null)
    [    6.504772] Bluetooth: HCI device and connection manager initialized
    [    6.509697] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [    6.524099] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    6.526528] Bluetooth: HCI socket layer initialized
    [    6.542854] Bluetooth: L2CAP socket layer initialized
    [    6.554328] Bluetooth: SCO socket layer initialized
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [    6.570642] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.583123] at24 0-0050: supply vcc not found, using dummy regulator
    [    6.593786] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.615311] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started User Login Management.
    [    6.713255] vdec 4210000.video-codec: OPP table not found in device tree
    [    6.720766] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -517
    [    6.720949] cdns-mhdp8546 a000000.dp-bridge: invalid resource (null)
    [    6.733182] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [    6.746411] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    6.756186] remoteproc remoteproc0: releasing 41000000.r5f
    [    6.788956] vdec 4210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    
    [  OK  ] Reached target Network.
    [    6.798831] vdec 4210000.video-codec: Product Code:      0x521c
    [    6.810363] vdec 4210000.video-codec: Firmware Revision: 334314
    [    6.818220] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -517
             Starting Enable and configure wl18xx bluetooth[    6.863619] remoteproc remoteproc0: releasing 5c00000.r5f
     stack...
    [    6.870354] m_can_platform 40568000.can: m_can device registered (irq=776, version=32)
             Starting containerd container runtime...
             Starting LLDP daemon...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [    6.984400] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [    7.026711] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -517
    [    7.051332] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    7.061878] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    
    [  OK  ] Started Getty on tty1.
    [    7.079179] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    7.090696] m_can_platform 26a1000.can: m_can device registered (irq=782, version=32)
    
    [    7.097476] remoteproc remoteproc0: releasing 5e00000.r5f
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland compositor, as a system service...
    [    7.134516] m_can_platform 40528000.can: m_can device registered (irq=789, version=32)
    [    7.136651] platform 4504000.csi-bridge: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/deser@48
    [    7.154815] cdns-mhdp8546 a000000.dp-bridge: invalid resource (null)
    [    7.168495] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [    7.182510] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    7.211261] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    7.220063] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    7.220188] platform 41000000.r5f: configured R5F for IPC-only mode
    [    7.220368] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [    7.230469] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    7.233246] remoteproc remoteproc0: 41000000.r5f is available
    [    7.269997] remoteproc remoteproc0: attaching to 41000000.r5f
    [    7.281069] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [    7.299691] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    7.310573] rproc-virtio rproc-virtio.17.auto: registered virtio0 (type 7)
    [    7.317608] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.323714] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
    [    7.325382] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    7.344172] platform 5c00000.r5f: configured R5F for IPC-only mode
    [    7.359976] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    7.370158] gpio-mux mux-controller-2: 2-way mux-controller registered
    [  OK  ] Started LLDP daemon.
    [    7.378911] remoteproc remoteproc1: 5c00000.r5f is available
    [    7.396492] remoteproc remoteproc1: attaching to 5c00000.r5f
    [    7.407238] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    7.427062] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    7.429855] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [    7.437549] rproc-virtio rproc-virtio.18.auto: registered virtio1 (type 7)
    [    7.447254] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
    [    7.457297] platform 5d00000.r5f: configured R5F for IPC-only mode
    [    7.469009] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    [    7.488003] remoteproc remoteproc2: 5d00000.r5f is available
    [    7.498973] remoteproc remoteproc2: attaching to 5d00000.r5f
    [    7.509337] rproc-virtio rproc-virtio.19.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    [    7.529553] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    7.535162] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [    7.546474] rproc-virtio rproc-virtio.19.auto: registered virtio2 (type 7)
    [    7.560177] remoteproc remoteproc2: remote processor 5d00000.r5f is now attached
    [    7.578272] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b0000000
    [    7.603946] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [    7.622788] remoteproc remoteproc3: 64800000.dsp is available
    [    7.634191] remoteproc remoteproc3: attaching to 64800000.dsp
    [    7.644917] remoteproc remoteproc3: unsupported resource 65538
    [    7.657673] rproc-virtio rproc-virtio.20.auto: assigned reserved memory node vision-apps-c71-dma-memory@b0000000
    [    7.673284] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    7.674691] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [    7.681807] rproc-virtio rproc-virtio.20.auto: registered virtio3 (type 7)
    [    7.698723] remoteproc remoteproc3: remote processor 64800000.dsp is now attached
    [    7.711002] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000
    [    7.727349] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    [    7.739681] remoteproc remoteproc4: 65800000.dsp is available
    [    7.749472] remoteproc remoteproc4: attaching to 65800000.dsp
    [    7.759815] remoteproc remoteproc4: unsupported resource 65538
    [    7.770905] rproc-virtio rproc-virtio.21.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000
    [    7.789830] virtio_rpmsg_bus virtio4: rpmsg host is online
    [    7.791249] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    [    7.798575] rproc-virtio rproc-virtio.21.auto: registered virtio4 (type 7)
    [    7.802631] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
    [    7.815541] remoteproc remoteproc4: remote processor 65800000.dsp is now attached
    [    7.816642] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
    [    7.831573] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    [    7.838837] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    [    7.839311] i2c 2-0036: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/deser@48
    [    7.846059] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    [    7.861622] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    [    7.865012] platform 4504000.csi-bridge: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/deser@48
    [    7.868833] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe
    [    7.886095] i2c 2-0036: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/deser@48
    [    7.894403] i2c 2-0048: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
    [    7.904051] i2c 2-0048: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/sensor@36
    [    7.912539] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    7.919327] pca953x 2-0020: using no AI
    [    7.944804] pca953x 2-0020: failed writing register
    [    7.950537] pca953x: probe of 2-0020 failed with error -121
    [    7.957188] omap_i2c 2030000.i2c: bus 2 rev0.12 at 400 kHz
    [    7.976033] platform 5e00000.r5f: configured R5F for remoteproc mode
    [  OK  ] Created slice Slice /system/tee-sup[    7.987896] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    plicant.
    [  OK  ] Created slice User Slice of UID 1000.
    [    8.009874] remoteproc remoteproc5: 5e00000.r5f is available
    [  OK  ] Started TEE Supplicant on teepriv0.
             Starting User Runtime Directory /run/us[    8.024352] remoteproc remoteproc5: loading /lib/firmware/j721s2-main-r5f1_0-fw failed with error -22
    er/1000...
    [    8.044854] remoteproc remoteproc5: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -22
    [  OK  ] Listening on Load/Save RF Kill Swit[    8.059994] remoteproc remoteproc5: powering up 5e00000.r5f
    ch Status /dev/rfkill Watch.
    [    8.070137] remoteproc remoteproc5: loading /lib/firmware/j721s2-main-r5f1_0-fw failed with error -22
    [    8.079473] remoteproc remoteproc5: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -22
    [    8.092881] remoteproc remoteproc5: request_firmware failed: -22
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [    8.199325] xhci-hcd xhci-hcd.22.auto: xHCI Host Controller
    [    8.217359] xhci-hcd xhci-hcd.22.auto: new USB bus registered, assigned bus number 1
             Starting Virtual Console Setup...
    [    8.257701] audit: type=1006 audit(1728869853.192:14): pid=427 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [    8.281049] audit: type=1300 audit(1728869853.192:14): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc75c9008 a2=4 a3=1 items=0 ppid=1 pid=427 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [    8.310179] audit: type=1327 audit(1728869853.192:14): proctitle="(systemd)"
    [    8.336593] xhci-hcd xhci-hcd.22.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    8.348171] xhci-hcd xhci-hcd.22.auto: irq 773, io mem 0x06010000
    [    8.349736] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.354673] xhci-hcd xhci-hcd.22.auto: xHCI Host Controller
    [    8.368362] xhci-hcd xhci-hcd.22.auto: new USB bus registered, assigned bus number 2
    [    8.386597] xhci-hcd xhci-hcd.22.auto: Host supports USB 3.0 SuperSpeed
    [    8.394376] hub 1-0:1.0: USB hub found
    [    8.399657] hub 1-0:1.0: 1 port detected
    [    8.403917] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    8.416353] hub 2-0:1.0: USB hub found
    [    8.420272] hub 2-0:1.0: 1 port detected
    [    8.454891] m_can_platform 40568000.can mcu_mcan1: renamed from can0
    [  OK  ] Finished Virtual Console Setup.
    [    8.697635] cdns-csi2rx 4504000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
    [    8.754317] m_can_platform 26a1000.can main_mcan16: renamed from can1
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston    8.875514] audit: type=1006 audit(1728869853.808:15): pid=383 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    0m.
    [    8.900400] audit: type=1300 audit(1728869853.808:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd8c55ef8 a2=4 a3=1 items=0 ppid=1 pid=383 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [    8.983983] m_can_platform 40528000.can mcu_mcan0: renamed from can2
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  OK  ] Finished Synchronize System and HW clocks.
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/boot-mmcblk1p1...
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Started containerd container runtime.
    [   10.048746] k3_r5_rproc bus@100000:r5fss@5e00000: Timed out waiting for 5e00000.r5f core to power up!
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils-dev
            elfutils
            findutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            kbd-dev
            kbd-keymaps-pine
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp-dev
            libgmp10
            libgmpxx4
            libgnutls-dev
            libgnutls-openssl27
            libidn2-0
            libidn2-dev
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libtasn1-dev
            libunistring-dev
            libunistring5
            m4
            make
            nettle-dev
            nettle
            parted
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-examples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectivity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdeclarative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tools
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-examples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocation
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-qmlplugins
            qtmultimedia
            qtquics-qmlplugins.control
            qtquics2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.control
            qtscript-examples
            qtscript-plugins
            qtscript-qmlplugins
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-qmlplugins
            qtwayland
            tar
            which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project j721s2-evm ttyS2
    
    Arago 2023.10 j721s2-evm ttyS2
    
    j721s2-evm login: [   19.070270] platform a000000.dp-bridge: deferred probe pending
    [   19.076110] platform sound: deferred probe pending
    [   19.080898] platform mux-controller-0: deferred probe pending
    [   19.086641] platform mux-controller-1: deferred probe pending
    [   19.092381] platform 2731000.can: deferred probe pending
    [   19.097682] platform 2751000.can: deferred probe pending
    [   19.102985] platform dp0-connector: deferred probe pending
    [   19.108460] platform can-phy3: deferred probe pending
    [   19.113503] platform can-phy4: deferred probe pending
    [   19.118543] i2c 2-0044: deferred probe pending
    [   19.122979] platform fixedregulator-dp0-prw: deferred probe pending
    [   19.129235] platform fixedregulator-sd: deferred probe pending
    
    j721s2-evm login: root
    [   23.566496] kauditd_printk_skb: 1 callbacks suppressed
    [   23.566503] audit: type=1006 audit(1728869868.500:16): pid=897 uid=0 subj=kernel old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   23.585444] audit: type=1300 audit(1728869868.500:16): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc200cb58 a2=1 a3=1 items=0 ppid=1 pid=897 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [   23.613091] audit: type=1327 audit(1728869868.500:16): proctitle="(systemd)"
    [   23.620177] audit: type=1334 audit(1728869868.520:17): prog-id=18 op=LOAD
    [   23.627016] audit: type=1300 audit(1728869868.520:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffeee971b8 a2=90 a3=0 items=0 ppid=1 pid=897 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [   23.653823] audit: type=1327 audit(1728869868.520:17): proctitle="(systemd)"
    [   23.660942] audit: type=1334 audit(1728869868.548:18): prog-id=18 op=UNLOAD
    [   23.667960] audit: type=1300 audit(1728869868.548:18): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffa51d8c60 items=0 ppid=1 pid=897 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [   23.694747] audit: type=1327 audit(1728869868.548:18): proctitle="(systemd)"
    [   23.701831] audit: type=1334 audit(1728869868.548:19): prog-id=19 op=LOAD
    

    insmod 9296a driver log:

    root@j721s2-evm:/opt/vision_apps# insmod max9296a_drv.ko
    [ 161.960311] max9296a_drv: loading out-of-tree module taints kernel.
    [ 161.967022] driver version: 01.00.00

    insmod  x1f driver log:

    root@j721s2-evm:/opt/vision_apps# insmod x1f_drv.ko
    [ 161.960311] x1f_drv: loading out-of-tree module taints kernel.
    [ 161.967022] driver version: 01.00.00

    Best Regard

    Demon

  • root@j721s2-evm:/opt/vision_apps# insmod max9296a_drv.ko
    [ 161.960311] max9296a_drv: loading out-of-tree module taints kernel.
    [ 161.967022] driver version: 01.00.00

    insmod  x1f driver log:

    root@j721s2-evm:/opt/vision_apps# insmod x1f_drv.ko
    [ 161.960311] x1f_drv: loading out-of-tree module taints kernel.
    [ 161.967022] driver version: 01.00.00

    How are you compiling these modules? Linux is unable to insert the out-of-tree modules.

    - Keerthy

  • Hi Keerthy

    these two drivers are belong to external compiled driver module, should be ok.

    Demon

  • Hello,

    I consulted our experts, the out of tree module loading is not going well with the kernel.

    The code isn't from the same  where kernel was built from and thus creates licensing confusions.

    Request to check with the corresponding module experts.

    - Keerthy