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.

SK-AM69: Processors - INTERNAL forum

Part Number: SK-AM69
Other Parts Discussed in Thread: AM68, AM67

Tool/software:

I am working to bring up an ov7251 on the SK-AM69 at 100 fps. We do not have the dtso file for the sensor in the sdk, so I edited  the k3-j721e-sk-csi2-dual-imx219.dtso file replacing the variables with the ones for the ov7251. I was able to build the dbs and copied the dtbo file and the Image to the sd card with no issue. However, it appears that whenever I enable to overlay the boards does not complete the booting process. 

k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 3
ethernet@46000000port@1 Waiting for PHY auto negotiation to complete......... TIMEOUT !
am65_cpsw_nuss_port ethernet@46000000port@1: phy_startup failed
am65_cpsw_nuss_port ethernet@46000000port@1: am65_cpsw_start end error
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 3
ethernet@46000000port@1 Waiting for PHY auto negotiation to complete......... TIMEOUT !
am65_cpsw_nuss_port ethernet@46000000port@1: phy_startup failed
am65_cpsw_nuss_port ethernet@46000000port@1: am65_cpsw_start end error
No more bootdevs
--- ----------- ------ -------- ---- ------------------------ ----------------
(1 bootflow, 1 valid)

The created dtso file: 

// SPDX-License-Identifier: GPL-2.0-only OR MIT
/**
* DT Overlay for dual RPi Camera V2.1 (Omnivision OV7251) interfaced with CSI2
* on J721E SK, AM68 SK or AM69-SK board.
* datasheets.raspberrypi.org/.../camera-v2-schematic.pdf
*
* Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
*/

/dts-v1/;
/plugin/;

#include <dt-bindings/gpio/gpio.h>
#include "k3-pinctrl.h"

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

&csi_mux {
idle-state = <1>;
};

/* CAM0 I2C */
&cam0_i2c {
#address-cells = <1>;
#size-cells = <0>;
ov7251_0: ov7251-0@3c {
compatible = "ovti,ov7251";
reg = <0x3c>;

clocks = <&clk_ov7251_fixed>;
clock-names = "xclk";

port {
csi2_cam0: endpoint {
remote-endpoint = <&csi2rx0_in_sensor>;
link-frequencies = /bits/ 64 <240000000 319200000>;
clock-lanes = <1>;
data-lanes = <0>;
};
};
};
};

/* CAM1 I2C */
&cam1_i2c {
#address-cells = <1>;
#size-cells = <0>;
ov7251_1: ov7251-1@3c {
compatible = "ovti,ov7251";
reg = <0x3c>;

clocks = <&clk_ov7251_fixed>;
clock-names = "xclk";

port {
csi2_cam1: endpoint {
remote-endpoint = <&csi2rx1_in_sensor>;
link-frequencies = /bits/ 64 <240000000 319200000>;
clock-lanes = <1>;
data-lanes = <0>;
};
};
};
};


&cdns_csi2rx0 {
ports {
#address-cells = <1>;
#size-cells = <0>;

csi0_port0: port@0 {
reg = <0>;
status = "okay";

csi2rx0_in_sensor: endpoint {
remote-endpoint = <&csi2_cam0>;
bus-type = <4>; /* CSI2 DPHY. */
clock-lanes = <1>;
data-lanes = <0>;
};
};

csi0_port1: port@1 {
reg = <1>;
status = "disabled";
};

csi0_port2: port@2 {
reg = <2>;
status = "disabled";
};

csi0_port3: port@3 {
reg = <3>;
status = "disabled";
};

csi0_port4: port@4 {
reg = <4>;
status = "disabled";
};
};
};

&dphy0 {
status = "okay";
};

&ti_csi2rx0 {
status = "okay";
};

&cdns_csi2rx1 {
ports {
#address-cells = <1>;
#size-cells = <0>;

csi1_port0: port@0 {
reg = <0>;
status = "okay";

csi2rx1_in_sensor: endpoint {
remote-endpoint = <&csi2_cam1>;
bus-type = <4>; /* CSI2 DPHY. */
clock-lanes = <1>;
data-lanes = <0>;
};
};

csi1_port1: port@1 {
reg = <1>;
status = "disabled";
};

csi1_port2: port@2 {
reg = <2>;
status = "disabled";
};

csi1_port3: port@3 {
reg = <3>;
status = "disabled";
};

csi1_port4: port@4 {
reg = <4>;
status = "disabled";
};
};
};

&dphy1 {
status = "okay";
};

&ti_csi2rx1 {
status = "okay";
};

  • Hello, 

    Can you share both successful and unsuccessful logs from the starting as a text file attachments?

    Can you confirm that without dtbo booting is all good? 

    Best Regards,

    Keerthy 

  • Yes, I can confirm that I am able to to boot without the dtbo enabled. I will attach the files here.

  • U-Boot SPL 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    Initialized 4 DRAM controllers
    SPL initial stack usage: 13456 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Loading Environment from nowhere... OK
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.11.0(release):v2.11.0-906-g58b25570c9-dirty
    NOTICE:  BL31: Built : 04:20:32, Nov  1 2024
    I/TC: 
    I/TC: OP-TEE version: 4.4.0-dev (gcc version 13.3.0 (GCC)) #1 Fri Oct 18 17:45:27 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    I/TC: Activated SA2UL device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000)
    
    SoC:   J784S4 SR1.0 HS-FS
    Model: Texas Instruments AM69 SK
    DRAM:  2 GiB (effective 32 GiB)
    idle-statesCore:  122 devices, 32 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
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    1065 bytes read in 82 ms (11.7 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    GPIO: 'gpio@22_17' not found
    Command 'gpio' failed: Error -22
    GPIO: 'gpio@22_16' not found
    Command 'gpio' failed: Error -22
    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
    499240 bytes read in 207 ms (2.3 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 2 with data@addr=0x82000000 499240 bytes: Success!
    330996 bytes read in 204 ms (1.5 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 3 with data@addr=0x82000000 330996 bytes: Success!
    154848 bytes read in 203 ms (744.1 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 4 with data@addr=0x82000000 154848 bytes: Success!
    154848 bytes read in 203 ms (744.1 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 5 with data@addr=0x82000000 154848 bytes: Success!
    498940 bytes read in 206 ms (2.3 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 6 with data@addr=0x82000000 498940 bytes: Success!
    154848 bytes read in 202 ms (748 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 7 with data@addr=0x82000000 154848 bytes: Success!
    14283024 bytes read in 263 ms (51.8 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 8 with data@addr=0x82000000 14283024 bytes: Success!
    14684488 bytes read in 268 ms (52.3 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 9 with data@addr=0x82000000 14684488 bytes: Success!
    14283136 bytes read in 263 ms (51.8 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 10 with data@addr=0x82000000 14283136 bytes: Success!
    14283136 bytes read in 264 ms (51.6 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 11 with data@addr=0x82000000 14283136 bytes: Success!
    21029376 bytes read in 300 ms (66.8 MiB/s)
    123583 bytes read in 84 ms (1.4 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008fede000, end 000000008fffffff ... OK
    Working FDT set to 8fede000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.44-ti-g541c20281af7-dirty (root@dhane-Latitude-E7470) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GN5
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM69 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000f90000000..0x0000000fffffffff (1835008 KiB) map reusable linux,cma
    [    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 r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a6000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable r5f-memory@a6100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a7000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable r5f-memory@a7100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable c71-dma-memory@a9000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable c71-memory@a9100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000aa0fffff (1024 KiB) nomap non-reusable c71-dma-memory@aa000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000aa100000..0x00000000aaffffff (15360 KiB) nomap non-reusable c71-memory@aa100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ab000000..0x00000000ab0fffff (1024 KiB) nomap non-reusable c71-dma-memory@ab000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ab100000..0x00000000abffffff (15360 KiB) nomap non-reusable c71-memory@ab100000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000fffffffff]
    [    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-0x00000000abffffff]
    [    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x0000000fffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
    [    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.tibot
    [    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8257536
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 8.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 30770812K/33554432K available (12480K kernel code, 1272K rwdata, 4184K rodata, 2496K init, 528K bss, 948612K r)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
    [    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=8
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
    [    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 @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880060000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880070000
    [    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.008469] Console: colour dummy device 80x25
    [    0.013046] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023717] pid_max: default: 32768 minimum: 301
    [    0.028481] LSM: initializing lsm=capability,selinux,integrity
    [    0.034455] SELinux:  Initializing.
    [    0.038147] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.045947] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.055245] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
    [    0.062507] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
    [    0.070351] rcu: Hierarchical SRCU implementation.
    [    0.075247] rcu:     Max phase no-delay instances is 1000.
    [    0.080752] Platform MSI: msi-controller@1820000 domain created
    [    0.086954] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.096422] EFI services will not be available.
    [    0.101280] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    I/TC: Secondary CPU 2 initializing
    I/TC: Secondary CPU 2 switching to normal world boot
    I/TC: Secondary CPU 3 initializing
    I/TC: Secondary CPU 3 switching to normal world boot
    I/TC: Secondary CPU 4 initializing
    I/TC: Secondary CPU 4 switching to normal world boot
    I/TC: Secondary CPU 5 initializing
    I/TC: Secondary CPU 5 switching to normal world boot
    I/TC: Secondary CPU 6 initializing
    I/TC: Secondary CPU 6 switching to normal world boot
    I/TC: Secondary CPU 7 initializing
    I/TC: Secondary CPU 7 switching to normal world boot
    [    0.114376] Detected PIPT I-cache on CPU1
    [    0.114422] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.114436] GICv3: CPU1: using allocated LPI pending table @0x0000000880080000
    [    0.114467] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.122948] Detected PIPT I-cache on CPU2
    [    0.122977] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.122989] GICv3: CPU2: using allocated LPI pending table @0x0000000880090000
    [    0.123013] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.131447] Detected PIPT I-cache on CPU3
    [    0.131476] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.131489] GICv3: CPU3: using allocated LPI pending table @0x00000008800a0000
    [    0.131512] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.140008] Detected PIPT I-cache on CPU4
    [    0.140065] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.140080] GICv3: CPU4: using allocated LPI pending table @0x00000008800b0000
    [    0.140111] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.148606] Detected PIPT I-cache on CPU5
    [    0.148642] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.148654] GICv3: CPU5: using allocated LPI pending table @0x00000008800c0000
    [    0.148679] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.157130] Detected PIPT I-cache on CPU6
    [    0.157169] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.157182] GICv3: CPU6: using allocated LPI pending table @0x00000008800d0000
    [    0.157205] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.165666] Detected PIPT I-cache on CPU7
    [    0.165707] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.165720] GICv3: CPU7: using allocated LPI pending table @0x00000008800e0000
    [    0.165744] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.165796] smp: Brought up 1 node, 8 CPUs
    [    0.346777] SMP: Total of 8 processors activated.
    [    0.351584] CPU features: detected: 32-bit EL0 Support
    [    0.356840] CPU features: detected: CRC32 instructions
    [    0.362133] CPU: All CPU(s) started at EL2
    [    0.366322] alternatives: applying system-wide alternatives
    [    0.373053] devtmpfs: initialized
    [    0.388189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.398167] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.427859] pinctrl core: initialized pinctrl subsystem
    [    0.433501] DMI not present or invalid.
    [    0.437759] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.444998] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.453003] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.461706] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.469915] audit: initializing netlink subsys (disabled)
    [    0.475533] audit: type=2000 audit(0.320:1): state=initialized audit_enabled=0 res=1
    [    0.475735] thermal_sys: Registered thermal governor 'step_wise'
    [    0.483462] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.489617] cpuidle: using governor menu
    [    0.500359] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.507387] ASID allocator initialised with 65536 entries
    [    0.524543] platform a000000.bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.533319] platform a000000.bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.541887] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
    [    0.551032] platform a000000.bridge: Fixed dependency cycle(s) with /connector-dp0
    [    0.558801] platform connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
    [    0.567756] platform connector-hdmi: Fixed dependency cycle(s) with /bridge-dvi
    [    0.575264] platform 4a00000.dss: Fixed dependency cycle(s) with /bridge-dvi
    [    0.582492] platform bridge-dvi: Fixed dependency cycle(s) with /connector-hdmi
    [    0.589996] platform bridge-dvi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.598830] Modules: 27488 pages in range for non-PLT usage
    [    0.598833] Modules: 519008 pages in range for PLT usage
    [    0.604939] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.617311] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.623715] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.630650] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.637052] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.643987] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.650390] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.657324] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.664487] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [    0.673531] iommu: Default domain type: Translated
    [    0.678432] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.684879] SCSI subsystem initialized
    [    0.688864] usbcore: registered new interface driver usbfs
    [    0.694484] usbcore: registered new interface driver hub
    [    0.699925] usbcore: registered new device driver usb
    [    0.705326] pps_core: LinuxPPS API ver. 1 registered
    [    0.710399] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.719738] PTP clock support registered
    [    0.723857] EDAC MC: Ver: 3.0.0
    [    0.727281] scmi_core: SCMI protocol bus registered
    [    0.732406] FPGA manager framework
    [    0.735911] Advanced Linux Sound Architecture Driver Initialized.
    [    0.742594] vgaarb: loaded
    [    0.745523] clocksource: Switched to clocksource arch_sys_counter
    [    0.751877] VFS: Disk quotas dquot_6.6.0
    [    0.755908] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.766451] NET: Registered PF_INET protocol family
    [    0.771751] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.784500] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.793538] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.801469] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.810545] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.818979] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.825864] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.833217] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.841112] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.847207] RPC: Registered named UNIX socket transport module.
    [    0.853266] RPC: Registered udp transport module.
    [    0.858070] RPC: Registered tcp transport module.
    [    0.862873] RPC: Registered tcp-with-tls transport module.
    [    0.868476] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.875057] NET: Registered PF_XDP protocol family
    [    0.879964] PCI: CLS 0 bytes, default 64
    [    0.885043] Initialise system trusted keyrings
    [    0.889686] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.896449] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.902543] NFS: Registering the id_resolver key type
    [    0.907724] Key type id_resolver registered
    [    0.911996] Key type id_legacy registered
    [    0.916099] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.922947] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.944279] Key type asymmetric registered
    [    0.948463] Asymmetric key parser 'x509' registered
    [    0.953470] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.961104] io scheduler mq-deadline registered
    [    0.965737] io scheduler kyber registered
    [    0.969844] io scheduler bfq registered
    [    0.976146] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.982139] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.988111] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.994346] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    1.000213] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    1.006356] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    1.012115] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    1.021810] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    1.034892] loop: module loaded
    [    1.038715] megasas: 07.725.01.00-rc1
    [    1.044358] tun: Universal TUN/TAP device driver, 1.6
    [    1.050058] VFIO - User Level meta-driver version: 0.3
    [    1.055971] usbcore: registered new interface driver usb-storage
    [    1.062478] i2c_dev: i2c /dev entries driver
    [    1.067532] sdhci: Secure Digital Host Controller Interface driver
    [    1.073850] sdhci: Copyright(c) Pierre Ossman
    [    1.078423] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.084655] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.090971] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.097939] usbcore: registered new interface driver usbhid
    [    1.103633] usbhid: USB HID core driver
    [    1.108335] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    1.116997] 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
    [    1.121554] optee: revision 4.4 (8f645256efc0dc66)
    [    1.137971] optee: dynamic shared memory is enabled
    [    1.148246] random: crng init done
    [    1.151772] optee: initialized driver
    [    1.156704] Initializing XFRM netlink socket
    [    1.161091] NET: Registered PF_PACKET protocol family
    [    1.166296] Key type dns_resolver registered
    [    1.174343] registered taskstats version 1
    [    1.178673] Loading compiled-in X.509 certificates
    [    1.190845] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    [    1.237735] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.248405] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.259114] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.291918] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.298080] omap_i2c 40b00000.i2c: bus 4 rev0.12 at 400 kHz
    [    1.304123] omap_i2c 40b10000.i2c: bus 5 rev0.12 at 100 kHz
    [    1.310347] pca953x 3-0021: supply vcc not found, using dummy regulator
    [    1.317173] pca953x 3-0021: using no AI
    [    1.342099] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.348143] pca953x 6-0021: supply vcc not found, using dummy regulator
    [    1.354951] pca953x 6-0021: using no AI
    [    1.381893] pca954x 6-0070: supply vdd not found, using dummy regulator
    [    1.388880] i2c i2c-6: Added multiplexed i2c bus 7
    [    1.393872] i2c i2c-6: Added multiplexed i2c bus 8
    [    1.398772] pca954x 6-0070: registered 2 multiplexed busses for I2C switch pca9543
    [    1.406530] omap_i2c 2010000.i2c: bus 6 rev0.12 at 400 kHz
    [    1.412244] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [    1.420778] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [    1.430031] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [    1.438684] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [    1.452671] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.459637] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.468978] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [    1.478858] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.485617] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.495121] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [    1.505274] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.512033] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.520096] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 227, base_baud = 6000000) is a 8250
    [    1.529676] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 228, base_baud = 3000000) is a 8250
    [    1.538564] printk: console [ttyS2] enabled
    [    1.538564] printk: console [ttyS2] enabled
    [    1.547023] printk: bootconsole [ns16550a0] disabled
    [    1.547023] printk: bootconsole [ns16550a0] disabled
    [    1.601529] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.612536] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    1.620806] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 qui0
    [    1.633623] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.640829] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.647089] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    1.657305] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    1.666345] mmc0: CQHCI version 5.10
    [    1.706067] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.801302] mmc0: Command Queue Engine enabled
    [    1.805746] mmc0: new HS400 MMC card at address 0001
    [    1.811054] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.816588] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.822146] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.827613] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    [    1.853755] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    1.860456] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2025-02-18T17:55:54 UTC (1739901354)
    [    1.872538] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    1.880042] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    1.888126] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    1.896208] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.014066] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    3.020358] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    3.025843] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    3.035302] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    3.042188] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400
    [    3.048182] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    3.057919] pci 0000:00:00.0: supports D1
    [    3.061918] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    3.069461] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.077570] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    3.084183] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    3.089205] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    3.095996] pcieport 0000:00:00.0: PME: Signaling with IRQ 488
    [    3.101975] pcieport 0000:00:00.0: AER: enabled with IRQ 488
    [    3.107890] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    3.115378] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    3.123461] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    3.131542] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.245797] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    [    4.252065] pci_bus 0001:00: root bus resource [bus 00-ff]
    [    4.257539] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    4.267172] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    4.274049] pci 0001:00:00.0: [104c:b012] type 01 class 0x060400
    [    4.280044] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    4.289800] pci 0001:00:00.0: supports D1
    [    4.293798] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    4.299555] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    4.306415] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    4.317982] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    4.326072] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
    [    4.332684] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
    [    4.339980] pci 0001:00:00.0: PCI bridge to [bus 01]
    [    4.344982] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.351728] pcieport 0001:00:00.0: PME: Signaling with IRQ 490
    [    4.357695] pcieport 0001:00:00.0: AER: enabled with IRQ 490
    [    4.363576] j721e-pcie 2930000.pcie: host bridge /bus@100000/pcie@2930000 ranges:
    [    4.371065] j721e-pcie 2930000.pcie:       IO 0x4410001000..0x4410010fff -> 0x0000001000
    [    4.379146] j721e-pcie 2930000.pcie:      MEM 0x4410011000..0x4417ffffff -> 0x0000011000
    [    4.387226] j721e-pcie 2930000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    5.501790] j721e-pcie 2930000.pcie: PCI host bridge to bus 0002:00
    [    5.508056] pci_bus 0002:00: root bus resource [bus 00-ff]
    [    5.513531] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
    [    5.522558] pci_bus 0002:00: root bus resource [mem 0x4410011000-0x4417ffffff] (bus address [0x00011000-0x07ffffff])
    [    5.533074] pci 0002:00:00.0: [104c:b012] type 01 class 0x060400
    [    5.539068] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    5.548823] pci 0002:00:00.0: supports D1
    [    5.552822] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
    [    5.558578] pci 0002:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    5.565437] pci 0002:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    5.576931] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    5.585029] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
    [    5.591638] pci 0002:00:00.0: BAR 7: assigned [mem 0x4410400000-0x44113fffff 64bit]
    [    5.599281] pci 0002:00:00.0: PCI bridge to [bus 01]
    [    5.604282] pcieport 0002:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    5.611025] pcieport 0002:00:00.0: PME: Signaling with IRQ 492
    [    5.616965] pcieport 0002:00:00.0: AER: enabled with IRQ 492
    [    5.623425] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [    5.633801] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [    5.646601] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    5.651636] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    5.658238] Creating 7 MTD partitions on "47040000.spi.0":
    [    5.663711] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    5.669950] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    5.675879] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    5.681862] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    5.687559] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    5.693887] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    5.699835] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    5.881524] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    5.892465] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    5.900734] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 qui0
    [    5.913555] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    5.920761] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    5.926998] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    5.941436] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    5.951264] mmc1: CQHCI version 5.10
    [    5.954211] clk: Disabling unused clocks
    [    5.969140] ALSA device list:
    [    5.972186]   No soundcards found.
    [    5.990091] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    5.997709] Waiting for root device PARTUUID=076c4a2a-02...
    [    6.052837] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    6.059883] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
    [    6.068693]  mmcblk1: p1 p2
    [    6.257685] EXT4-fs (mmcblk1p2): mounted filesystem 5d75f31a-50d2-454b-b0de-bd7fc736cf61 r/w with ordered data mode. Quota mode: n.
    [    6.269829] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    6.278382] devtmpfs: mounted
    [    6.282285] Freeing unused kernel memory: 2496K
    [    6.286929] Run /sbin/init as init process
    [    6.523329] systemd[1]: systemd 255.13^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTL)
    [    6.555184] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    6.580278] systemd[1]: Hostname set to <am69-sk>.
    [    6.657763] systemd-sysv-generator[139]: SysV service '/etc/init.d/edgeai-launcher.sh' lacks a native systemd unit file. ~ Automat!
    [    6.768046] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [    6.776965] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [    6.804383] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updati.
    [    6.869178] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updatin.
    [    6.921619] systemd[1]: Queued start job for default target Graphical Interface.
    [    6.952467] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    6.974594] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    6.998501] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    7.022295] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    7.045704] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    7.069650] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    7.093598] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    7.113651] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    7.133573] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    7.153570] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    7.173578] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    7.212206] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    7.237675] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    7.262799] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    7.285717] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    7.310060] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    7.329805] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    7.350145] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    7.370140] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    7.401659] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    7.421796] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    7.441801] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    7.489751] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    7.511727] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    7.535888] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    7.557866] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/.
    [    7.575569] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    7.597923] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=.
    [    7.617203] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    7.639886] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    7.663914] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    7.690941] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    7.718718] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    7.737786] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite.
    [    7.754151] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    7.780770] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    7.804034] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    7.824592] systemd-journald[158]: Collecting audit messages is enabled.
    [    7.833905] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    7.894774] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
             Starting Create Static Device Nodes in /dev gracefully...
    [    7.920365] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    7.941959] EXT4-fs (mmcblk1p2): re-mounted 5d75f31a-50d2-454b-b0de-bd7fc736cf61 r/w. Quota mode: none.
    [    7.945987] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    7.970806] 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 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.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
    [    8.308115] systemd-journald[158]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev...
    [  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...
    [    8.471375] audit: type=1334 audit(1739901361.108:2): prog-id=6 op=LOAD
    [    8.478060] audit: type=1334 audit(1739901361.116:3): prog-id=7 op=LOAD
             Starting Rule-based Manager for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [  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.
    [    8.649118] audit: type=1334 audit(1739901361.284:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    8.703514] audit: type=1334 audit(1739901361.340:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    8.751575] audit: type=1334 audit(1739901361.388:6): prog-id=10 op=LOAD
    [    8.781878] audit: type=1334 audit(1739901361.420:7): prog-id=11 op=LOAD
    [    8.788637] audit: type=1334 audit(1739901361.424:8): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  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...
    [    9.268408] audit: type=1334 audit(1739901361.904: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.
    [    9.362512] dbus-broker-lau[464]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [  OK  ] Created slice Slice /system/tee-supplicant.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Reached target Basic System.
    [  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 [    9.672224] audit: type=1334 audit(1739901362.308:10): prog-id=14 op=LOAD
    of the boot device....
    [  OK  ] Started     9.684495] audit: type=1334 audit(1739901362.320:11): prog-id=15 op=LOAD
    9mstrongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
             Starting User Login Management...
             Starting Virtual Console Setup...
    [  OK  ] Started TEE Supplicant on teepriv0.
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started User Login Management.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Telephony service.
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Found device /dev/mmcblk1p1.
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished Virtual Console Setup.
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
    [   10.046159] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   10.055888] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
             Starting LLDP daemon...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/BOOT-mmcblk1p1...
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland compositor, as a system service...
    [  OK  ] Started LLDP daemon.
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Mounted /run/media/BOOT-mmcblk1p1.
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting EdgeAI OOB demos...
    [  OK  ] Created slice Slice /system/systemd-coredump.
    [  OK  ] Started Process Core Dump (PID 740/UID 0).
    [  OK  ] Started EdgeAI OOB demos.
    [  OK  ] Started containerd container runtime.
    [  OK  ] Started Process Core Dump (PID 845/UID 0).
    [  OK  ] Started Process Core Dump (PID 1041/UID 0).
    ***************************************************************
    ***************************************************************
    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
            qtquick3d-plugins
            qtquick3d-qmlplugins
            qtquick3d
            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 am69-sk ttyS2
    
    Arago 2023.10 am69-sk ttyS2
    
    
    

    dtbo not enabled 

    U-Boot 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000)
    
    SoC:   J784S4 SR1.0 HS-FS
    Model: Texas Instruments AM69 SK
    DRAM:  2 GiB (effective 32 GiB)
    idle-statesCore:  122 devices, 32 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
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0 
    =>    
    => 
    => setenv name_overlays ti/k3-am69-sk-csi2-ov7251.dtbo
    => boot
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    1065 bytes read in 81 ms (12.7 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    GPIO: 'gpio@22_17' not found
    Command 'gpio' failed: Error -22
    GPIO: 'gpio@22_16' not found
    Command 'gpio' failed: Error -22
    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
    499240 bytes read in 206 ms (2.3 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 2 with data@addr=0x82000000 499240 bytes: Success!
    330996 bytes read in 205 ms (1.5 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 3 with data@addr=0x82000000 330996 bytes: Success!
    154848 bytes read in 203 ms (744.1 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 4 with data@addr=0x82000000 154848 bytes: Success!
    154848 bytes read in 203 ms (744.1 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 5 with data@addr=0x82000000 154848 bytes: Success!
    498940 bytes read in 206 ms (2.3 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 6 with data@addr=0x82000000 498940 bytes: Success!
    154848 bytes read in 203 ms (744.1 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 7 with data@addr=0x82000000 154848 bytes: Success!
    14283024 bytes read in 263 ms (51.8 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 8 with data@addr=0x82000000 14283024 bytes: Success!
    14684488 bytes read in 269 ms (52.1 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 9 with data@addr=0x82000000 14684488 bytes: Success!
    14283136 bytes read in 264 ms (51.6 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 10 with data@addr=0x82000000 14283136 bytes: Success!
    14283136 bytes read in 263 ms (51.8 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcs
    Load Remote Processor 11 with data@addr=0x82000000 14283136 bytes: Success!
    21029376 bytes read in 300 ms (66.8 MiB/s)
    123583 bytes read in 85 ms (1.4 MiB/s)
    Working FDT set to 88000000
    4724 bytes read in 84 ms (54.7 KiB/s)
    failed on fdt_overlay_apply(): FDT_ERR_NOTFOUND
    ERROR: Did not find a cmdline Flattened Device Tree
    Could not find a valid device tree
    Scanning for bootflows in all bootdevs
    Seq  Method       State   Uclass    Part  Name                      Filename
    ---  -----------  ------  --------  ----  ------------------------  ----------------
    Scanning global bootmeth 'efi_mgr':
    No EFI system partition
    No EFI system partition
    Failed to persist EFI variables
    No EFI system partition
    Failed to persist EFI variables
    No EFI system partition
    Failed to persist EFI variables
    No EFI system partition
    Failed to persist EFI variables
    No EFI system partition
    Failed to persist EFI variables
      0  efi_mgr      ready   (none)       0  <NULL>                    
    ** Booting bootflow '<NULL>' with efi_mgr
    Loading Boot0000 'mmc 1' failed
    Loading Boot0001 'mmc 0' failed
    EFI boot manager: Cannot load any image
    Boot failed (err=-14)
    Scanning bootdev 'mmc@4fb0000.bootdev':
    Scanning bootdev 'mmc@4f80000.bootdev':
    Bus usb@6000000: cdns-usb3-host usb@6000000: Couldn't get USB3 PHY:  -22
    probe failed, error -22
    No working controllers found
    k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
    am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 3
    ethernet@46000000port@1 Waiting for PHY auto negotiation to complete......... TIMEOUT !
    am65_cpsw_nuss_port ethernet@46000000port@1: phy_startup failed
    am65_cpsw_nuss_port ethernet@46000000port@1: am65_cpsw_start end error
    am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 3
    ethernet@46000000port@1 Waiting for PHY auto negotiation to complete......... TIMEOUT !
    am65_cpsw_nuss_port ethernet@46000000port@1: phy_startup failed
    am65_cpsw_nuss_port ethernet@46000000port@1: am65_cpsw_start end error
    No more bootdevs
    ---  -----------  ------  --------  ----  ------------------------  ----------------
    (1 bootflo
    

    dtbo enabled

  • Hi,

    Fdt_overlay_apply is failing please try with the default dtbo without your edits and that should work. Then try to check which of your modifications is causing overlay failure.

    Best Regards,

    Keerthy 

  • Hello Dhane,

    Could you try changing all instances of link-frequencies to the following?

    link-frequencies = /bits/ 64 <456000000>;

    Thank you,

    Fabiana

  • Hello, 

    I made this change and ran the command v4l2-ctl --list-devices, but was unable to connect to the camera.

    Best,

  • I believe the sensors are probed. 
    The dmesg | grep csi command returns
    [ 1.393463] i2c 7-003c: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
    [ 1.408068] i2c 8-003c: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4510000/csi-bridge@4514000

  • The  v4l2-ctl --list-devices command returns:

    Cannot open device /dev/video0, exiting 

  • Hi Dhane,

    Did you add the sensor module (ov7251.ko) already? Run modprobe ov7251 if you haven't done so.

    See: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-am69a/10_01_00/exports/docs/linux/Foundational_Components_Kernel_Users_Guide.html#compiling-the-kernel-modules

    Thank you,

    Fabiana

  • I have done this and I'm now able to see the sensors probed.

    Following the instructions from the am67 use camera academy.
    https://dev.ti.com/tirex/explore/node?fullTextSearch=am67%20use%20camera&fullTextSearchPage=1&node=A__AR3wevo2133UK-QLr4RUgQ__AM67-ACADEMY__XufTZAH__LATEST

    Running the # media-ctl -d /dev/media0 -p command for both media0 and media, I am not able to see any links. I believe I have the camera connected correctly. Is there anything else I need to setup or another way to check for functionality and verify the frame rate?


    Best,

  • Hi Dhane,

    That's great to hear! Next, you will need to configure the media graph with media-ctl. This is mentioned in the academy as well as this FAQ: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1403218/faq-what-are-the-common-reasons-v4l2-based-applications-fail-to-capture-images-from-a-probed-csi-sensor

    Thank you,

    Fabiana

  • In all of the examples here the media-ctl commands I see that there are links and routs present. When I run the media-ctl -p command this is the result

    Looking through the FAQ and the academy I tried to run media-ctl -R command to set up the routes, but kept getting an Invalid argument error.
    Following the academy example I tried to run v4l2-ctl -d /dev/media0 --list-subdev-mbus-codes pad=0

    but this returned Unable to detect what device /dev/media0 is, exiting.

  • Hi Dhane,

    Could you try connecting the sensor to the other CSI port?

    Thank you,

    Fabiana

  • This produced the same result. 

  • Hi Dhane,

    Could you please share the commands you are running and the resulting logs? I would be helpful if you could also share the output of dmesg | grep csi and dmesg | grep ov7251? Are you ensuring that the sensor module is probed upon each boot?

    Thank you,

    Fabiana

  • Hello,

    root@am69-sk:~# dmesg | grep csi                                                                                                                                                                                 
    [    1.389561] i2c 7-003c: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
    [    1.404159] i2c 8-003c: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4510000/csi-bridge@4514000
    [    9.818110] i2c 7-003c: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
    [    9.818173] platform 4504000.csi-bridge: Fixed dependency cycle(s) with /bus@100000/i2c@2010000/i2c-mux@70/i2c@0/ov7251-0@3c
    [    9.854322] i2c 8-003c: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4510000/csi-bridge@4514000
    [    9.854381] platform 4514000.csi-bridge: Fixed dependency cycle(s) with /bus@100000/i2c@2010000/i2c-mux@70/i2c@1/ov7251-1@3c
    [    9.894478] cdns-csi2rx 4504000.csi-bridge: Probed CSI2RX with 1/4 lanes, 4 streams, external D-PHY
    [    9.908062] cdns-csi2rx 4514000.csi-bridge: Probed CSI2RX with 1/4 lanes, 4 streams, external D-PHY

    the dmesg | grep ov7251 doesn't return anything, even after running the modprobe command.

  • Hi Dhane,

    The following messages indicate that the CSI2-RX interface is probed:

    cdns-csi2rx 4504000.csi-bridge: Probed CSI2RX with 1/4 lanes, 4 streams, external D-PHY
    cdns-csi2rx 4514000.csi-bridge: Probed CSI2RX with 1/4 lanes, 4 streams, external D-PHY

    The following messages indicate that a sensor, ox05b1s in this example, has been probed:

    root@j722s-evm:/opt/edgeai-gst-apps# dmesg | grep ox05b
    ox05b 5-0036: ox05b_detect: detected chip ID 0x0558
    ox05b 5-0036: ox05b1s probed!

    Please refer back to section 2 of this FAQ and share the output of the i2cdetect commands after verifying that the sensor is connected properly. The pins on the ribbon cables should always be facing up.

    Thank you,

    Fabiana

  • Hi Dhane,

    Thank you for the data. Please allow me some time to review the sensor driver and overlay.

    Thanks,

    Fabiana

  • Hi Fabiana,

    Can you provide me with an update on an eta for support here?

    Best,

  • Hi Dhane,

    Please expect a response from me later this week. Thank you for your patience.

    -Fabiana

  • Hi Dhane,

    I appreciate your patience on this issue. We can set up a quick call for tomorrow or next week so I can take a look at your HW setup, but before doing so I would like for you to verify that this isn't an issue with the ribbon cable you're using. If you have access to an imx219 sensor, I would suggest enabling it with the same ribbon cable you're using for ov7251. If you do not have an imx219 handy, try using a different ribbon cable for ov7251.

    You will find that the output of dmesg | grep csi is the same regardless if the sensor is physically connected as long as the corresponding overlay is enabled in uEnv.txt.

    Thank you,

    Fabiana

  • Hello,

    I have been able to try a different ribbon cable, but I am still running into the same problems. Could I put some time on your calendar for this week or sometime next week?

    Best,

  • Hi Dhane,

    Fabiana is currently out, so I will be filling in for her. I looked through the thread, and will share my thoughts for how we should move the debug forward.

    Firstly, line 1526 of the ov7251.c camera driver has a "dev_info" that should get printed out during boot. If this is not printing out, then I do not think the ov7251 kernel driver is being probed properly: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/media/i2c/ov7251.c?h=ti-linux-6.1.y#n1505

    It has been a while since the last time you shared the logs from dmesg, but can you re-share the full "dmesg" logs again to see if the ov7251 related logs are printing out?

    Regards,

    Takuma

  • Hello,

    Attached is the full dmesg log

    root@am69-sk:/opt/edgeai-gst-apps# dmesg       
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.44-ti-g541c20281af7-dirty (dhane@dhane-Latitude-E7470) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #3 SMP PREEMPT Mon Feb 24 14:18:00 CST 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM69 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000f90000000..0x0000000fffffffff (1835008 KiB) map reusable linux,cma
    [    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 r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a6000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable r5f-memory@a6100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a7000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable r5f-memory@a7100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable c71-dma-memory@a9000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable c71-memory@a9100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000aa0fffff (1024 KiB) nomap non-reusable c71-dma-memory@aa000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000aa100000..0x00000000aaffffff (15360 KiB) nomap non-reusable c71-memory@aa100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ab000000..0x00000000ab0fffff (1024 KiB) nomap non-reusable c71-dma-memory@ab000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ab100000..0x00000000abffffff (15360 KiB) nomap non-reusable c71-memory@ab100000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000fffffffff]
    [    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-0x00000000abffffff]
    [    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x0000000fffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
    [    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] pcpu-alloc: s43176 r8192 d30552 u81920 alloc=20*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
    [    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(o                                                                                                                                                                                                            t
    [    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8257536
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 8.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 30770804K/33554432K available (12480K kernel code, 1272K rwdata, 4184K rodata, 2496K init, 528K bss, 948620K reserved, 1835008K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
    [    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=8
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
    [    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 @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880060000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880070000
    [    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.008450] Console: colour dummy device 80x25
    [    0.013030] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023702] pid_max: default: 32768 minimum: 301
    [    0.028468] LSM: initializing lsm=capability,selinux,integrity
    [    0.034442] SELinux:  Initializing.
    [    0.038138] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.045937] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.055243] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
    [    0.062502] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
    [    0.070350] rcu: Hierarchical SRCU implementation.
    [    0.075247] rcu:     Max phase no-delay instances is 1000.
    [    0.080751] Platform MSI: msi-controller@1820000 domain created
    [    0.086941] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.096385] EFI services will not be available.
    [    0.101238] smp: Bringing up secondary CPUs ...
    [    0.114341] Detected PIPT I-cache on CPU1
    [    0.114387] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.114400] GICv3: CPU1: using allocated LPI pending table @0x0000000880080000
    [    0.114431] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.122915] Detected PIPT I-cache on CPU2
    [    0.122943] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.122956] GICv3: CPU2: using allocated LPI pending table @0x0000000880090000
    [    0.122980] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.131424] Detected PIPT I-cache on CPU3
    [    0.131455] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.131468] GICv3: CPU3: using allocated LPI pending table @0x00000008800a0000
    [    0.131492] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.139994] Detected PIPT I-cache on CPU4
    [    0.140050] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.140064] GICv3: CPU4: using allocated LPI pending table @0x00000008800b0000
    [    0.140095] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.148571] Detected PIPT I-cache on CPU5
    [    0.148605] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.148618] GICv3: CPU5: using allocated LPI pending table @0x00000008800c0000
    [    0.148642] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.157096] Detected PIPT I-cache on CPU6
    [    0.157132] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.157144] GICv3: CPU6: using allocated LPI pending table @0x00000008800d0000
    [    0.157168] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.165626] Detected PIPT I-cache on CPU7
    [    0.165666] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.165679] GICv3: CPU7: using allocated LPI pending table @0x00000008800e0000
    [    0.165703] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.165759] smp: Brought up 1 node, 8 CPUs
    [    0.346738] SMP: Total of 8 processors activated.
    [    0.351544] CPU features: detected: 32-bit EL0 Support
    [    0.356800] CPU features: detected: CRC32 instructions
    [    0.362089] CPU: All CPU(s) started at EL2
    [    0.366278] alternatives: applying system-wide alternatives
    [    0.373065] devtmpfs: initialized
    [    0.388268] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.398245] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.428620] pinctrl core: initialized pinctrl subsystem
    [    0.434272] DMI not present or invalid.
    [    0.438543] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.445778] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.453789] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.462493] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.470704] audit: initializing netlink subsys (disabled)
    [    0.476320] audit: type=2000 audit(0.320:1): state=initialized audit_enabled=0 res=1
    [    0.476522] thermal_sys: Registered thermal governor 'step_wise'
    [    0.484247] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.490403] cpuidle: using governor menu
    [    0.501148] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.508174] ASID allocator initialised with 65536 entries
    [    0.525311] platform a000000.bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.534068] platform a000000.bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.542635] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
    [    0.551797] platform a000000.bridge: Fixed dependency cycle(s) with /connector-dp0
    [    0.559567] platform connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
    [    0.568511] platform connector-hdmi: Fixed dependency cycle(s) with /bridge-dvi
    [    0.576020] platform 4a00000.dss: Fixed dependency cycle(s) with /bridge-dvi
    [    0.583246] platform bridge-dvi: Fixed dependency cycle(s) with /connector-hdmi
    [    0.590749] platform bridge-dvi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.599590] Modules: 27488 pages in range for non-PLT usage
    [    0.599594] Modules: 519008 pages in range for PLT usage
    [    0.605707] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.618078] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.624481] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.631416] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.637818] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.644753] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.651156] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.658090] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.665274] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [    0.674320] iommu: Default domain type: Translated
    [    0.679220] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.685659] SCSI subsystem initialized
    [    0.689567] libata version 3.00 loaded.
    [    0.689649] usbcore: registered new interface driver usbfs
    [    0.695267] usbcore: registered new interface driver hub
    [    0.700707] usbcore: registered new device driver usb
    [    0.706112] pps_core: LinuxPPS API ver. 1 registered
    [    0.711184] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.720523] PTP clock support registered
    [    0.724650] EDAC MC: Ver: 3.0.0
    [    0.728070] scmi_core: SCMI protocol bus registered
    [    0.733193] FPGA manager framework
    [    0.736700] Advanced Linux Sound Architecture Driver Initialized.
    [    0.743373] vgaarb: loaded
    [    0.746307] clocksource: Switched to clocksource arch_sys_counter
    [    0.752659] VFS: Disk quotas dquot_6.6.0
    [    0.756685] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.767214] NET: Registered PF_INET protocol family
    [    0.772582] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.785336] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.794383] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.802318] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.811396] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.819863] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.826751] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.834106] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.842013] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.848118] RPC: Registered named UNIX socket transport module.
    [    0.854177] RPC: Registered udp transport module.
    [    0.858980] RPC: Registered tcp transport module.
    [    0.863783] RPC: Registered tcp-with-tls transport module.
    [    0.869385] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.875968] NET: Registered PF_XDP protocol family
    [    0.880873] PCI: CLS 0 bytes, default 64
    [    0.885965] Initialise system trusted keyrings
    [    0.890616] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.897378] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.903468] NFS: Registering the id_resolver key type
    [    0.908645] Key type id_resolver registered
    [    0.912918] Key type id_legacy registered
    [    0.917020] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.923869] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.945233] Key type asymmetric registered
    [    0.949417] Asymmetric key parser 'x509' registered
    [    0.954424] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.962058] io scheduler mq-deadline registered
    [    0.966691] io scheduler kyber registered
    [    0.970797] io scheduler bfq registered
    [    0.977142] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.983139] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.989112] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.995345] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    1.001209] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    1.007355] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    1.013110] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    1.022784] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    1.035949] loop: module loaded
    [    1.039769] megasas: 07.725.01.00-rc1
    [    1.045492] tun: Universal TUN/TAP device driver, 1.6
    [    1.051212] VFIO - User Level meta-driver version: 0.3
    [    1.057176] usbcore: registered new interface driver usb-storage
    [    1.063709] i2c_dev: i2c /dev entries driver
    [    1.068778] sdhci: Secure Digital Host Controller Interface driver
    [    1.075097] sdhci: Copyright(c) Pierre Ossman
    [    1.079695] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.085960] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.092291] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.099363] usbcore: registered new interface driver usbhid
    [    1.105064] usbhid: USB HID core driver
    [    1.109829] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    1.118556] optee: probing for conduit method.
    [    1.123112] optee: revision 4.4 (8f645256efc0dc66)
    [    1.139528] optee: dynamic shared memory is enabled
    [    1.149804] random: crng init done
    [    1.153329] optee: initialized driver
    [    1.158285] Initializing XFRM netlink socket
    [    1.162671] NET: Registered PF_PACKET protocol family
    [    1.167874] Key type dns_resolver registered
    [    1.176025] registered taskstats version 1
    [    1.180363] Loading compiled-in X.509 certificates
    [    1.192714] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    [    1.242382] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.253055] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.263768] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.297110] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.303369] omap_i2c 40b00000.i2c: bus 4 rev0.12 at 400 kHz
    [    1.309419] omap_i2c 40b10000.i2c: bus 5 rev0.12 at 100 kHz
    [    1.315677] pca953x 3-0021: supply vcc not found, using dummy regulator
    [    1.322523] pca953x 3-0021: using no AI
    [    1.350877] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.356936] pca953x 6-0021: supply vcc not found, using dummy regulator
    [    1.363747] pca953x 6-0021: using no AI
    [    1.390704] pca954x 6-0070: supply vdd not found, using dummy regulator
    [    1.397746] i2c 7-003c: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
    [    1.407309] i2c i2c-6: Added multiplexed i2c bus 7
    [    1.412343] i2c 8-003c: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4510000/csi-bridge@4514000
    [    1.421903] i2c i2c-6: Added multiplexed i2c bus 8
    [    1.426799] pca954x 6-0070: registered 2 multiplexed busses for I2C switch pca9543
    [    1.434555] omap_i2c 2010000.i2c: bus 6 rev0.12 at 400 kHz
    [    1.440267] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [    1.448806] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [    1.458068] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [    1.466727] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [    1.481061] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.488025] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.497372] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [    1.507250] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.514013] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.523510] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [    1.533669] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.540428] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.548499] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 227, base_baud = 6000000) is a 8250
    [    1.558077] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 228, base_baud = 3000000) is a 8250
    [    1.566935] printk: console [ttyS2] enabled
    [    1.575397] printk: bootconsole [ns16550a0] disabled
    [    1.626308] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.637303] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    1.645574] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.658389] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.665597] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.671825] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    1.682185] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    1.691016] mmc0: CQHCI version 5.10
    [    1.730859] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.825912] mmc0: Command Queue Engine enabled
    [    1.830359] mmc0: new HS400 MMC card at address 0001
    [    1.835665] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.841267] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.846841] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.852322] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    [    1.970365] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    1.976324] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    1.986988] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    1.994481] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    2.002563] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    2.010642] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.130828] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    3.137100] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    3.142585] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    3.152047] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    3.158932] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400
    [    3.164927] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    3.174666] pci 0000:00:00.0: supports D1
    [    3.178666] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    3.186235] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.194342] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    3.200952] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    3.205970] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    3.212760] pcieport 0000:00:00.0: PME: Signaling with IRQ 488
    [    3.218742] pcieport 0000:00:00.0: AER: enabled with IRQ 488
    [    3.224659] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    3.232142] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    3.240226] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    3.248306] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.362573] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    [    4.368841] pci_bus 0001:00: root bus resource [bus 00-ff]
    [    4.374316] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    4.383948] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    4.390825] pci 0001:00:00.0: [104c:b012] type 01 class 0x060400
    [    4.396819] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    4.406577] pci 0001:00:00.0: supports D1
    [    4.410575] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    4.416332] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    4.423192] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    4.434742] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    4.442834] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
    [    4.449445] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
    [    4.456742] pci 0001:00:00.0: PCI bridge to [bus 01]
    [    4.461742] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.468511] pcieport 0001:00:00.0: PME: Signaling with IRQ 490
    [    4.474469] pcieport 0001:00:00.0: AER: enabled with IRQ 490
    [    4.480348] j721e-pcie 2930000.pcie: host bridge /bus@100000/pcie@2930000 ranges:
    [    4.487833] j721e-pcie 2930000.pcie:       IO 0x4410001000..0x4410010fff -> 0x0000001000
    [    4.495916] j721e-pcie 2930000.pcie:      MEM 0x4410011000..0x4417ffffff -> 0x0000011000
    [    4.503998] j721e-pcie 2930000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    5.618571] j721e-pcie 2930000.pcie: PCI host bridge to bus 0002:00
    [    5.624830] pci_bus 0002:00: root bus resource [bus 00-ff]
    [    5.630304] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
    [    5.639330] pci_bus 0002:00: root bus resource [mem 0x4410011000-0x4417ffffff] (bus address [0x00011000-0x07ffffff])
    [    5.649846] pci 0002:00:00.0: [104c:b012] type 01 class 0x060400
    [    5.655840] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    5.665597] pci 0002:00:00.0: supports D1
    [    5.669595] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
    [    5.675352] pci 0002:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    5.682212] pci 0002:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    5.693732] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    5.701830] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
    [    5.708438] pci 0002:00:00.0: BAR 7: assigned [mem 0x4410400000-0x44113fffff 64bit]
    [    5.716082] pci 0002:00:00.0: PCI bridge to [bus 01]
    [    5.721078] pcieport 0002:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    5.727822] pcieport 0002:00:00.0: PME: Signaling with IRQ 492
    [    5.733768] pcieport 0002:00:00.0: AER: enabled with IRQ 492
    [    5.740204] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [    5.750567] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [    5.763435] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    5.768460] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    5.775062] Creating 7 MTD partitions on "47040000.spi.0":
    [    5.780534] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    5.786802] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    5.792720] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    5.798710] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    5.804453] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    5.810767] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    5.816738] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    5.994307] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    6.005279] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    6.013551] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    6.026364] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    6.033571] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    6.039784] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    6.054228] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    6.064027] mmc1: CQHCI version 5.10
    [    6.067038] clk: Disabling unused clocks
    [    6.081935] ALSA device list:
    [    6.084974]   No soundcards found.
    [    6.102860] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    6.110434] Waiting for root device PARTUUID=076c4a2a-02...
    [    6.170543] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    6.177523] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
    [    6.186258]  mmcblk1: p1 p2
    [    6.412530] EXT4-fs (mmcblk1p2): recovery complete
    [    6.418407] EXT4-fs (mmcblk1p2): mounted filesystem 5d75f31a-50d2-454b-b0de-bd7fc736cf61 r/w with ordered data mode. Quota mode: none.
    [    6.430545] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    6.439235] devtmpfs: mounted
    [    6.443107] Freeing unused kernel memory: 2496K
    [    6.447734] Run /sbin/init as init process
    [    6.451827]   with arguments:
    [    6.451829]     /sbin/init
    [    6.451831]   with environment:
    [    6.451833]     HOME=/
    [    6.451835]     TERM=linux
    [    6.646686] systemd[1]: System time before build time, advancing clock.
    [    6.754236] NET: Registered PF_INET6 protocol family
    [    6.759846] Segment Routing with IPv6
    [    6.763531] In-situ OAM (IOAM) with IPv6
    [    6.796537] 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                                                                                                                                                                                                             )
    [    6.828390] systemd[1]: Detected architecture arm64.
    [    6.853071] systemd[1]: Hostname set to <am69-sk>.
    [    6.924382] systemd-sysv-generator[139]: SysV service '/etc/init.d/edgeai-launcher.sh' lacks a native systemd unit file. ~ Automatically generating a unit file for compatibility. Please update package to include a                                                                                                                                                                                                             !
    [    7.052926] 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 altog                                                                                                                                                                                                            .
    [    7.118501] 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 altoge                                                                                                                                                                                                            .
    [    7.171513] systemd[1]: Queued start job for default target Graphical Interface.
    [    7.205306] systemd[1]: Created slice Slice /system/getty.
    [    7.227398] systemd[1]: Created slice Slice /system/modprobe.
    [    7.251321] systemd[1]: Created slice Slice /system/serial-getty.
    [    7.275086] systemd[1]: Created slice User and Session Slice.
    [    7.298491] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    7.322436] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    7.346381] systemd[1]: Expecting device /dev/ttyS2...
    [    7.366397] systemd[1]: Reached target Path Units.
    [    7.386356] systemd[1]: Reached target Remote File Systems.
    [    7.406356] systemd[1]: Reached target Slice Units.
    [    7.426357] systemd[1]: Reached target Swaps.
    [    7.468389] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    7.494478] systemd[1]: Reached target RPC Port Mapper.
    [    7.519619] systemd[1]: Listening on Process Core Dump Socket.
    [    7.542499] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    7.566826] systemd[1]: Listening on Journal Audit Socket.
    [    7.586589] systemd[1]: Listening on Journal Socket (/dev/log).
    [    7.606624] systemd[1]: Listening on Journal Socket.
    [    7.626632] systemd[1]: Listening on Network Service Netlink Socket.
    [    7.657860] systemd[1]: Listening on udev Control Socket.
    [    7.678543] systemd[1]: Listening on udev Kernel Socket.
    [    7.698568] systemd[1]: Listening on User Database Manager Socket.
    [    7.746539] systemd[1]: Mounting Huge Pages File System...
    [    7.768517] systemd[1]: Mounting POSIX Message Queue File System...
    [    7.792799] systemd[1]: Mounting Kernel Debug File System...
    [    7.814583] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    7.832588] systemd[1]: Mounting Temporary Directory /tmp...
    [    7.857339] systemd[1]: Starting Create List of Static Device Nodes...
    [    7.880634] systemd[1]: Starting Load Kernel Module configfs...
    [    7.904748] systemd[1]: Starting Load Kernel Module drm...
    [    7.928781] systemd[1]: Starting Load Kernel Module fuse...
    [    7.963339] systemd[1]: Starting Start psplash boot splash screen...
    [    7.991009] systemd[1]: Starting RPC Bind...
    [    8.010680] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    8.023189] fuse: init (API version 7.39)
    [    8.029198] systemd[1]: Starting Journal Service...
    [    8.104322] systemd[1]: Starting Load Kernel Modules...
    [    8.133289] systemd[1]: Starting Generate network units from Kernel command line...
    [    8.144530] systemd-journald[163]: Collecting audit messages is enabled.
    [    8.165041] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    8.189377] systemd[1]: Starting Coldplug All udev Devices...
    [    8.218822] systemd[1]: Started RPC Bind.
    [    8.242747] systemd[1]: Started Journal Service.
    [    8.254592] EXT4-fs (mmcblk1p2): re-mounted 5d75f31a-50d2-454b-b0de-bd7fc736cf61 r/w. Quota mode: none.
    [    8.621905] systemd-journald[163]: Received client request to flush runtime journal.
    [    8.888095] audit: type=1334 audit(1728487094.236:2): prog-id=6 op=LOAD
    [    8.894762] audit: type=1334 audit(1728487094.244:3): prog-id=7 op=LOAD
    [    9.062090] audit: type=1334 audit(1728487094.408:4): prog-id=8 op=LOAD
    [    9.116378] audit: type=1334 audit(1728487094.464:5): prog-id=9 op=LOAD
    [    9.164512] audit: type=1334 audit(1728487094.512:6): prog-id=10 op=LOAD
    [    9.171308] audit: type=1334 audit(1728487094.520:7): prog-id=11 op=LOAD
    [    9.178033] audit: type=1334 audit(1728487094.524:8): prog-id=12 op=LOAD
    [    9.590003] CAN device driver interface
    [    9.611877] mc: Linux media interface: v0.10
    [    9.634415] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [    9.638985] at24 0-0051: supply vcc not found, using dummy regulator
    [    9.653010] videodev: Linux video capture interface: v2.00
    [    9.661832] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
    [    9.683347] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    9.683498] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    9.692864] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    9.693403] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    9.695352] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    9.696707] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    9.704028] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    9.707531] m_can_platform 40528000.can: m_can device registered (irq=596, version=32)
    [    9.708125] platform 41000000.r5f: configured R5F for IPC-only mode
    [    9.714370] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    9.732239] m_can_platform 40568000.can: m_can device registered (irq=602, version=32)
    [    9.732248] ov7251 7-003c: error -EINVAL: no supported link freq found
    [    9.732259] ov7251: probe of 7-003c failed with error -22
    [    9.732307] ov7251 8-003c: error -EINVAL: no supported link freq found
    [    9.732312] ov7251: probe of 8-003c failed with error -22
    [    9.736413] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    9.736817] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    9.738455] remoteproc remoteproc0: 41000000.r5f is available
    [    9.738526] remoteproc remoteproc0: attaching to 41000000.r5f
    [    9.738792] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    9.739157] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    9.739172] rproc-virtio rproc-virtio.6.auto: registered virtio0 (type 7)
    [    9.739176] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
    [    9.747076] platform 5c00000.r5f: configured R5F for IPC-only mode
    [    9.748798] m_can_platform 2761000.can: m_can device registered (irq=605, version=32)
    [    9.757825] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    9.765449] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [    9.795823] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    9.797196] m_can_platform 2771000.can: m_can device registered (irq=606, version=32)
    [    9.804623] remoteproc remoteproc1: 5c00000.r5f is available
    [    9.811228] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [    9.815472] remoteproc remoteproc1: attaching to 5c00000.r5f
    [    9.821605] gpio-mux mux-controller: 2-way mux-controller registered
    [    9.825506] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [    9.830162] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [    9.836783] vdec 4210000.video-codec: OPP table not found in device tree
    [    9.837481] remoteproc remoteproc2: 64800000.dsp is available
    [    9.837536] remoteproc remoteproc2: attaching to 64800000.dsp
    [    9.837797] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node c71-dma-memory@a8000000
    [    9.848446] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    9.858087] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [    9.861830] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    9.862199] rproc-virtio rproc-virtio.8.auto: registered virtio1 (type 7)
    [    9.862207] remoteproc remoteproc2: remote processor 64800000.dsp is now attached
    [    9.866355] rproc-virtio rproc-virtio.7.auto: registered virtio2 (type 7)
    [    9.874128] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a9000000
    [    9.880742] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
    [    9.882675] platform 5d00000.r5f: configured R5F for IPC-only mode
    [    9.886544] vdec 4210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    9.886554] vdec 4210000.video-codec: Product Code:      0x521c
    [    9.886557] vdec 4210000.video-codec: Firmware Revision: 334314
    [    9.890286] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    [    9.894679] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [    9.903163] remoteproc remoteproc3: 65800000.dsp is available
    [    9.905093] vdec 4220000.video-codec: OPP table not found in device tree
    [    9.907364] m_can_platform 40568000.can mcu_mcan1: renamed from can1
    [    9.907377] vdec 4220000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    9.907384] vdec 4220000.video-codec: Product Code:      0x521c
    [    9.907388] vdec 4220000.video-codec: Firmware Revision: 334314
    [    9.909453] remoteproc remoteproc4: 5d00000.r5f is available
    [    9.909465] i2c 7-003c: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
    [    9.909540] platform 4504000.csi-bridge: Fixed dependency cycle(s) with /bus@100000/i2c@2010000/i2c-mux@70/i2c@0/ov7251-0@3c
    [    9.915556] remoteproc remoteproc3: attaching to 65800000.dsp
    [    9.923243] remoteproc remoteproc4: attaching to 5d00000.r5f
    [    9.930507] remoteproc remoteproc3: remote processor 65800000.dsp is now attached
    [    9.937217] remoteproc remoteproc4: remote processor 5d00000.r5f is now attached
    [    9.942200] i2c 8-003c: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4510000/csi-bridge@4514000
    [    9.942252] platform 4514000.csi-bridge: Fixed dependency cycle(s) with /bus@100000/i2c@2010000/i2c-mux@70/i2c@1/ov7251-1@3c
    [    9.944072] k3-dsp-rproc 66800000.dsp: assigned reserved memory node c71-dma-memory@aa000000
    [    9.945953] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
    [    9.945974] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 1
    [    9.946116] xhci-hcd xhci-hcd.9.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    9.946145] xhci-hcd xhci-hcd.9.auto: irq 608, io mem 0x06010000
    [    9.946340] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
    [    9.946346] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 2
    [    9.946356] xhci-hcd xhci-hcd.9.auto: Host supports USB 3.0 SuperSpeed
    [    9.951282] hub 1-0:1.0: USB hub found
    [    9.952499] platform 5e00000.r5f: configured R5F for IPC-only mode
    [    9.952719] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [    9.953746] m_can_platform 40528000.can mcu_mcan0: renamed from can0
    [    9.954334] remoteproc remoteproc6: 5e00000.r5f is available
    [    9.954382] remoteproc remoteproc6: attaching to 5e00000.r5f
    [    9.954633] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a4000000
    [    9.955028] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    9.955040] rproc-virtio rproc-virtio.10.auto: registered virtio3 (type 7)
    [    9.955044] remoteproc remoteproc6: remote processor 5e00000.r5f is now attached
    [    9.955673] platform 5f00000.r5f: configured R5F for IPC-only mode
    [    9.955812] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [    9.956733] remoteproc remoteproc7: 5f00000.r5f is available
    [    9.956778] remoteproc remoteproc7: attaching to 5f00000.r5f
    [    9.956984] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a5000000
    [    9.957341] virtio_rpmsg_bus virtio4: rpmsg host is online
    [    9.957355] rproc-virtio rproc-virtio.11.auto: registered virtio4 (type 7)
    [    9.957359] remoteproc remoteproc7: remote processor 5f00000.r5f is now attached
    [    9.958615] k3-dsp-rproc 66800000.dsp: configured DSP for IPC-only mode
    [    9.959602] platform 5900000.r5f: configured R5F for IPC-only mode
    [    9.959898] platform 5900000.r5f: assigned reserved memory node r5f-dma-memory@a6000000
    [    9.961399] remoteproc remoteproc8: 5900000.r5f is available
    [    9.961457] remoteproc remoteproc8: attaching to 5900000.r5f
    [    9.961751] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node r5f-dma-memory@a6000000
    [    9.962293] virtio_rpmsg_bus virtio5: rpmsg host is online
    [    9.962365] rproc-virtio rproc-virtio.12.auto: registered virtio5 (type 7)
    [    9.962370] remoteproc remoteproc8: remote processor 5900000.r5f is now attached
    [    9.962808] platform 5a00000.r5f: configured R5F for IPC-only mode
    [    9.963108] platform 5a00000.r5f: assigned reserved memory node r5f-dma-memory@a7000000
    [    9.963359] hub 1-0:1.0: 1 port detected
    [    9.963867] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [    9.964911] remoteproc remoteproc9: 5a00000.r5f is available
    [    9.964962] remoteproc remoteproc9: attaching to 5a00000.r5f
    [    9.965189] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node r5f-dma-memory@a7000000
    [    9.965732] virtio_rpmsg_bus virtio6: rpmsg host is online
    [    9.965756] rproc-virtio rproc-virtio.13.auto: registered virtio6 (type 7)
    [    9.965760] remoteproc remoteproc9: remote processor 5a00000.r5f is now attached
    [    9.968528] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    [    9.971227] remoteproc remoteproc5: 66800000.dsp is available
    [    9.971816] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
    [    9.983246] m_can_platform 2761000.can main_mcan6: renamed from can2
    [    9.990599] remoteproc remoteproc5: attaching to 66800000.dsp
    [   10.002131] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   10.005357] remoteproc remoteproc5: remote processor 66800000.dsp is now attached
    [   10.020706] hub 2-0:1.0: USB hub found
    [   10.029356] k3-dsp-rproc 67800000.dsp: assigned reserved memory node c71-dma-memory@ab000000
    [   10.032707] hub 2-0:1.0: 1 port detected
    [   10.035157] cdns-csi2rx 4504000.csi-bridge: Probed CSI2RX with 1/4 lanes, 4 streams, external D-PHY
    [   10.039430] k3-dsp-rproc 67800000.dsp: configured DSP for IPC-only mode
    [   10.051544] cdns-csi2rx 4514000.csi-bridge: Probed CSI2RX with 1/4 lanes, 4 streams, external D-PHY
    [   10.053577] remoteproc remoteproc10: 67800000.dsp is available
    [   10.067638] m_can_platform 2771000.can main_mcan7: renamed from can3
    [   10.072186] remoteproc remoteproc10: attaching to 67800000.dsp
    [   10.072200] remoteproc remoteproc10: remote processor 67800000.dsp is now attached
    [   10.075093] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
    [   10.258349] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [   10.266125] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    [   10.517479] hub 1-1:1.0: USB hub found
    [   10.525981] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    [   10.529749] hub 1-1:1.0: 4 ports detected
    [   10.603731] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    [   10.627536] hub 2-1:1.0: USB hub found
    [   10.631368] hub 2-1:1.0: 4 ports detected
    [   10.649254] usbcore: registered new device driver onboard-usb-hub
    [   10.756045] audit: type=1334 audit(1739950268.520:9): prog-id=13 op=LOAD
    [   10.822926] hub 1-1:1.0: USB hub found
    [   10.826725] hub 1-1:1.0: 4 ports detected
    [   10.828677] dbus-broker-lau[554]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [   10.833093] hub 1-1:1.0: USB hub found
    [   10.843231] hub 1-1:1.0: 4 ports detected
    [   10.927005] hub 2-1:1.0: USB hub found
    [   10.930841] hub 2-1:1.0: 4 ports detected
    [   10.936797] hub 2-1:1.0: USB hub found
    [   10.940734] hub 2-1:1.0: 4 ports detected
    [   11.160128] audit: type=1334 audit(1739950268.924:10): prog-id=14 op=LOAD
    [   11.172316] audit: type=1334 audit(1739950268.936:11): prog-id=15 op=LOAD
    [   11.468161] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   11.516083] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   11.522091] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [   11.542716] Bluetooth: Core ver 2.22
    [   11.546404] NET: Registered PF_BLUETOOTH protocol family
    [   11.551715] Bluetooth: HCI device and connection manager initialized
    [   11.558082] Bluetooth: HCI socket layer initialized
    [   11.562960] Bluetooth: L2CAP socket layer initialized
    [   11.568018] Bluetooth: SCO socket layer initialized
    [   11.682981] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   11.692634] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [   15.375350] kauditd_printk_skb: 8 callbacks suppressed
    [   15.375359] audit: type=1701 audit(1739950273.140:16): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=836 comm="edgeai-gui-app" exe="/usr/bin/edgeai-gui-app" sig=6 res=1
    [   15.398636] audit: type=1334 audit(1739950273.164:17): prog-id=18 op=LOAD
    [   15.409090] audit: type=1334 audit(1739950273.172:18): prog-id=19 op=LOAD
    [   15.417308] audit: type=1334 audit(1739950273.180:19): prog-id=20 op=LOAD
    [   15.912544] audit: type=1334 audit(1739950273.676:20): prog-id=20 op=UNLOAD
    [   15.919648] audit: type=1334 audit(1739950273.676:21): prog-id=19 op=UNLOAD
    [   15.926667] audit: type=1334 audit(1739950273.676:22): prog-id=18 op=UNLOAD
    [   33.005392] audit: type=1006 audit(1739950290.768:23): pid=1451 uid=0 subj=kernel old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   33.018896] audit: type=1300 audit(1739950290.768:23): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff75ddb78 a2=1 a3=1 items=0 ppid=1 pid=1451 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid                                                                                                                                                                                                            )
    [   33.046508] audit: type=1327 audit(1739950290.768:23): proctitle="(systemd)"
    [   33.053567] audit: type=1334 audit(1739950290.784:24): prog-id=21 op=LOAD
    [   33.060371] audit: type=1300 audit(1739950290.784:24): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe21ebb28 a2=90 a3=0 items=0 ppid=1 pid=1451 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsg                                                                                                                                                                                                            )
    [   33.087195] audit: type=1327 audit(1739950290.784:24): proctitle="(systemd)"
    [   33.094245] audit: type=1334 audit(1739950290.812:25): prog-id=21 op=UNLOAD
    [   33.101204] audit: type=1300 audit(1739950290.812:25): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffff8a568c60 items=0 ppid=1 pid=1451 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid                                                                                                                                                                                                            )
    [   33.127834] audit: type=1327 audit(1739950290.812:25): proctitle="(systemd)"
    [   33.134878] audit: type=1334 audit(1739950290.812:26): prog-id=22 op=LOAD
    

  • Hi Dhane,

    Looks like the camera driver is failing:

    [ 9.732248] ov7251 7-003c: error -EINVAL: no supported link freq found
    [ 9.732259] ov7251: probe of 7-003c failed with error -22

    This is why camera output is failing most likely. I haven't looked too deeply into the camera driver code for ov7251, but any guesses for why this may be printing out?

    Regards,

    Takuma

  • It looks like it was an error due to the link frequency.  I changed it to match what was in the driver file, but it appears to still fail.

    root@am69-sk:/opt/edgeai-gst-apps# dmesg | grep ov7251
    [    9.728841] ov7251 7-003c: supply vdddo not found, using dummy regulator
    [    9.735481] ov7251 7-003c: supply vddd not found, using dummy regulator
    [    9.735562] ov7251 7-003c: supply vdda not found, using dummy regulator
    [    9.735608] ov7251 7-003c: cannot get enable gpio
    [    9.736079] ov7251: probe of 7-003c failed with error -2
    [    9.736695] ov7251 8-003c: supply vdddo not found, using dummy regulator
    [    9.736796] ov7251 8-003c: supply vddd not found, using dummy regulator
    [    9.736829] ov7251 8-003c: supply vdda not found, using dummy regulator
    [    9.736862] ov7251 8-003c: cannot get enable gpio
    [    9.739873] ov7251: probe of 8-003c failed with error -2
    [    9.850409] platform 4504000.csi-bridge: Fixed dependency cycle(s) with /bus@100000/i2c@2010000/i2c-mux@70/i2c@0/ov7251-0@3c
    [    9.869953] platform 4514000.csi-bridge: Fixed dependency cycle(s) with /bus@100000/i2c@2010000/i2c-mux@70/i2c@1/ov7251-1@3c
    

  • Hi Dhane,

    Looks like whatever change was made was good. The probe looks to have progressed further and failing with different error:

    [ 9.735608] ov7251 7-003c: cannot get enable gpio
    [ 9.736079] ov7251: probe of 7-003c failed with error -2

    Specifically, line 1678 in the driver: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/media/i2c/ov7251.c?h=ti-linux-6.6.y#n1678

    I do not see it as a required property in their devicetree bindings, but looking through the driver code, apparently it is required: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/Documentation/devicetree/bindings/media/i2c/ovti,ov7251.yaml?h=ti-linux-6.6.y

    Regards,

    Takuma

  • I tried to add the enable gpio line to the dtso file, but this returned an error and I was unable to boot.

    Any suggestions on solutions here?

    Best,

    Dhane Jones

    /* CAM0 I2C */
    &cam0_i2c {
    	#address-cells = <1>;
    	#size-cells = <0>;
    	ov7251_0: ov7251-0@3c {
    		compatible = "ovti,ov7251";
    		reg = <0x3c>;
    
    		clocks = <&clk_ov7251_fixed>;
    		clock-names = "xclk";
    		enable-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
    
    		port {
    			csi2_cam0: endpoint {
    				remote-endpoint = <&csi2rx0_in_sensor>;
    				link-frequencies = /bits/ 64 <240000000 319200000>;
    				clock-lanes = <1>;
    				data-lanes = <0>;
    			};
    		};
    	};
    };
    
    /* CAM1 I2C */
    &cam1_i2c {
    	#address-cells = <1>;
    	#size-cells = <0>;
    	ov7251_1: ov7251-1@3c {
    		compatible = "ovti,ov7251";
    		reg = <0x3c>;
    
    		clocks = <&clk_ov7251_fixed>;
    		clock-names = "xclk";
    		enable-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
    
    		port {
    			csi2_cam1: endpoint {
    				remote-endpoint = <&csi2rx1_in_sensor>;
    				link-frequencies = /bits/ 64 <240000000 319200000>;
    				clock-lanes = <1>;
    				data-lanes = <0>;
    			};
    		};
    	};
    };
    
    U-Boot 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000)
    
    SoC:   J784S4 SR1.0 HS-FS
    Model: Texas Instruments AM69 SK
    DRAM:  2 GiB (effective 32 GiB)
    idle-statesCore:  122 devices, 32 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
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    1139 bytes read in 81 ms (13.7 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    GPIO: 'gpio@22_17' not found
    Command 'gpio' failed: Error -22
    GPIO: 'gpio@22_16' not found
    Command 'gpio' failed: Error -22
    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
    499240 bytes read in 208 ms (2.3 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 2 with data@addr=0x82000000 499240 bytes: Success!
    330996 bytes read in 207 ms (1.5 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 3 with data@addr=0x82000000 330996 bytes: Success!
    154848 bytes read in 205 ms (737.3 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 4 with data@addr=0x82000000 154848 bytes: Success!
    154848 bytes read in 205 ms (737.3 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 5 with data@addr=0x82000000 154848 bytes: Success!
    498940 bytes read in 208 ms (2.3 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 6 with data@addr=0x82000000 498940 bytes: Success!
    154848 bytes read in 206 ms (733.4 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 7 with data@addr=0x82000000 154848 bytes: Success!
    14283024 bytes read in 265 ms (51.4 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 8 with data@addr=0x82000000 14283024 bytes: Success!
    14684488 bytes read in 270 ms (51.9 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 9 with data@addr=0x82000000 14684488 bytes: Success!
    14283136 bytes read in 265 ms (51.4 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 10 with data@addr=0x82000000 14283136 bytes: Success!
    14283136 bytes read in 265 ms (51.4 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 11 with data@addr=0x82000000 14283136 bytes: Success!
    21029376 bytes read in 352 ms (57 MiB/s)
    123583 bytes read in 85 ms (1.4 MiB/s)
    Working FDT set to 88000000
    4818 bytes read in 84 ms (55.7 KiB/s)
    failed on fdt_overlay_apply(): FDT_ERR_NOTFOUND
    Failed to load '/boot/dtb/ti/k3-j784s4-edgai-apps.dtbo'
    ERROR: Did not find a cmdline Flattened Device Tree
    Could not find a valid device tree
    Scanning for bootflows in all bootdevs
    Seq  Method       State   Uclass    Part  Name                      Filename
    ---  -----------  ------  --------  ----  ------------------------  ----------------
    Scanning global bootmeth 'efi_mgr':
    No EFI system partition
    No EFI system partition
    Failed to persist EFI variables
    No EFI system partition
    Failed to persist EFI variables
    No EFI system partition
    Failed to persist EFI variables
    No EFI system partition
    Failed to persist EFI variables
    No EFI system partition
    Failed to persist EFI variables
      0  efi_mgr      ready   (none)       0  <NULL>                    
    ** Booting bootflow '<NULL>' with efi_mgr
    Loading Boot0000 'mmc 1' failed
    Loading Boot0001 'mmc 0' failed
    EFI boot manager: Cannot load any image
    Boot failed (err=-14)
    Scanning bootdev 'mmc@4fb0000.bootdev':
    Scanning bootdev 'mmc@4f80000.bootdev':
    Bus usb@6000000: cdns-usb3-host usb@6000000: Couldn't get USB3 PHY:  -22
    probe failed, error -22
    No working controllers found
    k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
    am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 3
    ethernet@46000000port@1 Waiting for PHY auto negotiation to complete......... TIMEOUT !
    am65_cpsw_nuss_port ethernet@46000000port@1: phy_startup failed
    am65_cpsw_nuss_port ethernet@46000000port@1: am65_cpsw_start end error
    am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 3
    ethernet@46000000port@1 Waiting for PHY auto negotiation to complete......... TIMEOUT !
    am65_cpsw_nuss_port ethernet@46000000port@1: phy_startup failed
    am65_cpsw_nuss_port ethernet@46000000port@1: am65_cpsw_start end error
    No more bootdevs
    

  • Hi Dhane,

    Probably issues with devicetree again, similar to the original post in this thread.

    Not sure where gpio1 19 is obtained from, but maybe the enable pin for ov7251 is the same as the reset pin for imx219, but called differently? I see in the imx219.yaml bindings the following description.

      reset-gpios:
        maxItems: 1
        description: |-
          Reference to the GPIO connected to the xclr pin, if any.
          Must be released (set high) after all supplies are applied.

    I can understand if the developer who wrote the ov7251 driver could call this pin as the enable pin.

    Regards,

    Takuma