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.

TDA4VM: Stream freeze issue during long stream - DS90UB953<-->DS90UB960<-->TDA4VM

Part Number: TDA4VM

Tool/software:

Hello,

Currently I am checking stream in ISX031 in TDA4VM devkit, below is my hardware link setup.

ISX031<-->DS90UB953<-->DS90UB960<-->TDA4VM

Sensor data rate = 462Mbps

Serializer data rate = 800Mbps

Deserializer data rate = 1.6Gbps ( 3 cameras = 462*2 ~ 1386Mbps)

My current SDK is 10.01.00.04

Issue in detail:

I could stream one camera properly for more than 12 hours, But when I check the stream for 3 cameras, My stream get freeze after 4 to 5 hours, only after ds90ub960 6-0030: rx2 FPD3 encode error, rx2 CSI error: 0xf, rx2 CSI ECC1 error and rx2 CSI ECC2 error . I do get rx2 CSI checksum error and rx0 CSI length error for nearly 3 times, but my stream did not get stuck, only after receiving FPD3 encode error my stream get stuck.

Below is my gstreamer command,

gst-launch-1.0 v4l2src device=/dev/video2 ! video/x-raw,width=1920, height=1080 ! tiovxldc out-block-width=128 ! "video/x-raw,format=NV12" ! queue !  mosaic.sink_0 v4l2src device=/dev/video3 ! video/x-raw,width=1920, height=1080 ! tiovxldc out-block-width=128 ! "video/x-raw,format=NV12" ! queue ! mosaic.sink_1 v4l2src device=/dev/video4 ! video/x-raw,width=1920, height=1080 ! tiovxldc out-block-width=128 ! "video/x-raw,format=NV12" ! queue ! mosaic.sink_2  tiovxmosaic name=mosaic sink_0::startx="<0>" sink_0::starty="<0>"  sink_1::startx="<1920>" sink_1::starty="<0>" sink_2::startx="<0>" sink_2::starty="<1080>"  ! kmssink sync=false driver-name=tidss -e -v

I could able to close the gstreamer pipeline after stream stuck and I could restart the gstreamer once again without any issue and I could get stream properly.

Below is my dmesg

[Thu Aug 14 05:16:40 2025] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[Thu Aug 14 05:16:40 2025] Linux version 6.6.44-g541c20281af7-dirty (jck01@ECON002579L) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #2 SMP PREEMPT Wed Aug 13 15:44:23 IST 2025
[Thu Aug 14 05:16:40 2025] KASLR disabled due to lack of seed
[Thu Aug 14 05:16:40 2025] Machine model: Texas Instruments J721E SK
[Thu Aug 14 05:16:40 2025] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[Thu Aug 14 05:16:40 2025] printk: bootconsole [ns16550a0] enabled
[Thu Aug 14 05:16:40 2025] efi: UEFI not found.
[Thu Aug 14 05:16:40 2025] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000008e0000000..0x00000008ffffffff (524288 KiB) map reusable linux,cma
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a0000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a0100000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a1000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a1100000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a2000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a2100000..0x00000000a3ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a2100000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a4000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a4100000..0x00000000a5ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a4100000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a6000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a6100000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a7000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a7100000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a8000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable vision-apps-c66-dma-memory@a8000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-c66-memory@a8100000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable vision-apps-c66-memory@a8100000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a9000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable vision-apps-c66-dma-memory@a9000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-c66-memory@a9100000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable vision-apps-c66-memory@a9100000
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000aa000000..0x00000000abffffff (32768 KiB) nomap non-reusable vision-apps-rtos-ipc-memory-region
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 96 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-dma-memory@ac000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000ac000000..0x00000000b1ffffff (98304 KiB) nomap non-reusable vision-apps-dma-memory@ac000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 1 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b2000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000b2000000..0x00000000b20fffff (1024 KiB) nomap non-reusable vision-apps-c71-dma-memory@b2000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000b2100000, size 95 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-c71-memory@b2100000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000b2100000..0x00000000b7ffffff (97280 KiB) nomap non-reusable vision-apps-c71-memory@b2100000
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000b8000000..0x00000000d7ffffff (524288 KiB) map non-reusable vision_apps_shared-memories
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000d8000000, size 192 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@d8000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000d8000000..0x00000000e3ffffff (196608 KiB) nomap non-reusable vision-apps-core-heap-memory-lo@d8000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000e4000000, size 8 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@e4000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000e4000000..0x00000000e47fffff (8192 KiB) nomap non-reusable vision-apps-r5f-virtual-eth-queues@e4000000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x00000000e4800000, size 24 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@e4800000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x00000000e4800000..0x00000000e5ffffff (24576 KiB) nomap non-reusable vision-apps-r5f-virtual-eth-buffers@e4800000
[Thu Aug 14 05:16:40 2025] Reserved memory: created DMA memory pool at 0x0000000880000000, size 624 MiB
[Thu Aug 14 05:16:40 2025] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
[Thu Aug 14 05:16:40 2025] OF: reserved mem: 0x0000000880000000..0x00000008a6ffffff (638976 KiB) nomap non-reusable vision-apps-core-heap-memory-hi@880000000
[Thu Aug 14 05:16:40 2025] Zone ranges:
[Thu Aug 14 05:16:40 2025]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[Thu Aug 14 05:16:40 2025]   DMA32    empty
[Thu Aug 14 05:16:40 2025]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
[Thu Aug 14 05:16:40 2025] Movable zone start for each node
[Thu Aug 14 05:16:40 2025] Early memory node ranges
[Thu Aug 14 05:16:40 2025]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
[Thu Aug 14 05:16:40 2025]   node   0: [mem 0x000000009e800000-0x00000000b7ffffff]
[Thu Aug 14 05:16:40 2025]   node   0: [mem 0x00000000b8000000-0x00000000d7ffffff]
[Thu Aug 14 05:16:40 2025]   node   0: [mem 0x00000000d8000000-0x00000000e5ffffff]
[Thu Aug 14 05:16:40 2025]   node   0: [mem 0x00000000e6000000-0x00000000ffffffff]
[Thu Aug 14 05:16:40 2025]   node   0: [mem 0x0000000880000000-0x00000008a6ffffff]
[Thu Aug 14 05:16:40 2025]   node   0: [mem 0x00000008a7000000-0x00000008ffffffff]
[Thu Aug 14 05:16:40 2025] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[Thu Aug 14 05:16:40 2025] psci: probing for conduit method from DT.
[Thu Aug 14 05:16:40 2025] psci: PSCIv1.1 detected in firmware.
[Thu Aug 14 05:16:40 2025] psci: Using standard PSCI v0.2 function IDs
[Thu Aug 14 05:16:40 2025] psci: Trusted OS migration not required
[Thu Aug 14 05:16:40 2025] psci: SMC Calling Convention v1.5
[Thu Aug 14 05:16:40 2025] percpu: Embedded 20 pages/cpu s43176 r8192 d30552 u81920
[Thu Aug 14 05:16:40 2025] pcpu-alloc: s43176 r8192 d30552 u81920 alloc=20*4096
[Thu Aug 14 05:16:40 2025] pcpu-alloc: [0] 0 [0] 1 
[Thu Aug 14 05:16:40 2025] Detected PIPT I-cache on CPU0
[Thu Aug 14 05:16:40 2025] CPU features: detected: GIC system register CPU interface
[Thu Aug 14 05:16:40 2025] CPU features: detected: Spectre-v3a
[Thu Aug 14 05:16:40 2025] CPU features: detected: Spectre-BHB
[Thu Aug 14 05:16:40 2025] CPU features: detected: ARM erratum 1742098
[Thu Aug 14 05:16:40 2025] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[Thu Aug 14 05:16:40 2025] alternatives: applying boot alternatives
[Thu Aug 14 05:16:40 2025] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 systemd.hostname=tda4vm-sk root=PARTUUID=076c4a2a-02 rw rootfstype=ext4 rootwait
[Thu Aug 14 05:16:40 2025] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[Thu Aug 14 05:16:40 2025] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[Thu Aug 14 05:16:40 2025] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
[Thu Aug 14 05:16:40 2025] mem auto-init: stack:off, heap alloc:off, heap free:off
[Thu Aug 14 05:16:40 2025] software IO TLB: area num 2.
[Thu Aug 14 05:16:40 2025] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[Thu Aug 14 05:16:40 2025] Memory: 1693952K/4194304K available (12416K kernel code, 1272K rwdata, 4180K rodata, 2496K init, 528K bss, 1976064K reserved, 524288K cma-reserved)
[Thu Aug 14 05:16:40 2025] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[Thu Aug 14 05:16:40 2025] rcu: Preemptible hierarchical RCU implementation.
[Thu Aug 14 05:16:40 2025] rcu: 	RCU event tracing is enabled.
[Thu Aug 14 05:16:40 2025] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[Thu Aug 14 05:16:40 2025] 	Trampoline variant of Tasks RCU enabled.
[Thu Aug 14 05:16:40 2025] 	Tracing variant of Tasks RCU enabled.
[Thu Aug 14 05:16:40 2025] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[Thu Aug 14 05:16:40 2025] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[Thu Aug 14 05:16:40 2025] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[Thu Aug 14 05:16:40 2025] GICv3: GIC: Using split EOI/Deactivate mode
[Thu Aug 14 05:16:40 2025] GICv3: 960 SPIs implemented
[Thu Aug 14 05:16:40 2025] GICv3: 0 Extended SPIs implemented
[Thu Aug 14 05:16:40 2025] Root IRQ handler: gic_handle_irq
[Thu Aug 14 05:16:40 2025] GICv3: GICv3 features: 16 PPIs
[Thu Aug 14 05:16:40 2025] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[Thu Aug 14 05:16:40 2025] ITS [mem 0x01820000-0x0182ffff]
[Thu Aug 14 05:16:40 2025] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[Thu Aug 14 05:16:40 2025] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[Thu Aug 14 05:16:40 2025] ITS@0x0000000001820000: allocated 524288 Devices @8a7800000 (flat, esz 8, psz 64K, shr 0)
[Thu Aug 14 05:16:40 2025] ITS: using cache flushing for cmd queue
[Thu Aug 14 05:16:40 2025] GICv3: using LPI property table @0x00000008a7040000
[Thu Aug 14 05:16:40 2025] GIC: using cache flushing for LPI property table
[Thu Aug 14 05:16:40 2025] GICv3: CPU0: using allocated LPI pending table @0x00000008a7050000
[Thu Aug 14 05:16:40 2025] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[Thu Aug 14 05:16:40 2025] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[Thu Aug 14 05:16:40 2025] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[Thu Aug 14 05:16:40 2025] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[Thu Aug 14 05:16:40 2025] Console: colour dummy device 80x25
[Thu Aug 14 05:16:40 2025] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[Thu Aug 14 05:16:40 2025] pid_max: default: 32768 minimum: 301
[Thu Aug 14 05:16:40 2025] LSM: initializing lsm=capability,selinux,integrity
[Thu Aug 14 05:16:40 2025] SELinux:  Initializing.
[Thu Aug 14 05:16:40 2025] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[Thu Aug 14 05:16:40 2025] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[Thu Aug 14 05:16:40 2025] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[Thu Aug 14 05:16:40 2025] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[Thu Aug 14 05:16:40 2025] rcu: Hierarchical SRCU implementation.
[Thu Aug 14 05:16:40 2025] rcu: 	Max phase no-delay instances is 1000.
[Thu Aug 14 05:16:40 2025] Platform MSI: msi-controller@1820000 domain created
[Thu Aug 14 05:16:40 2025] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[Thu Aug 14 05:16:40 2025] EFI services will not be available.
[Thu Aug 14 05:16:40 2025] smp: Bringing up secondary CPUs ...
[Thu Aug 14 05:16:40 2025] Detected PIPT I-cache on CPU1
[Thu Aug 14 05:16:40 2025] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[Thu Aug 14 05:16:40 2025] GICv3: CPU1: using allocated LPI pending table @0x00000008a7060000
[Thu Aug 14 05:16:40 2025] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[Thu Aug 14 05:16:40 2025] smp: Brought up 1 node, 2 CPUs
[Thu Aug 14 05:16:40 2025] SMP: Total of 2 processors activated.
[Thu Aug 14 05:16:40 2025] CPU features: detected: 32-bit EL0 Support
[Thu Aug 14 05:16:40 2025] CPU features: detected: CRC32 instructions
[Thu Aug 14 05:16:40 2025] CPU: All CPU(s) started at EL2
[Thu Aug 14 05:16:40 2025] alternatives: applying system-wide alternatives
[Thu Aug 14 05:16:40 2025] devtmpfs: initialized
[Thu Aug 14 05:16:40 2025] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[Thu Aug 14 05:16:40 2025] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[Thu Aug 14 05:16:40 2025] pinctrl core: initialized pinctrl subsystem
[Thu Aug 14 05:16:40 2025] DMI not present or invalid.
[Thu Aug 14 05:16:40 2025] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[Thu Aug 14 05:16:40 2025] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[Thu Aug 14 05:16:40 2025] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[Thu Aug 14 05:16:40 2025] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[Thu Aug 14 05:16:40 2025] audit: initializing netlink subsys (disabled)
[Thu Aug 14 05:16:40 2025] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[Thu Aug 14 05:16:40 2025] thermal_sys: Registered thermal governor 'step_wise'
[Thu Aug 14 05:16:40 2025] thermal_sys: Registered thermal governor 'power_allocator'
[Thu Aug 14 05:16:40 2025] cpuidle: using governor menu
[Thu Aug 14 05:16:40 2025] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[Thu Aug 14 05:16:40 2025] ASID allocator initialised with 65536 entries
[Thu Aug 14 05:16:40 2025] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[Thu Aug 14 05:16:40 2025] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[Thu Aug 14 05:16:40 2025] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000
[Thu Aug 14 05:16:40 2025] platform a000000.dp-bridge: Fixed dependency cycle(s) with /connector
[Thu Aug 14 05:16:40 2025] platform connector: Fixed dependency cycle(s) with /bus@100000/dp-bridge@a000000
[Thu Aug 14 05:16:40 2025] platform hdmi-connector: Fixed dependency cycle(s) with /dvi-bridge
[Thu Aug 14 05:16:40 2025] platform 4a00000.dss: Fixed dependency cycle(s) with /dvi-bridge
[Thu Aug 14 05:16:40 2025] platform dvi-bridge: Fixed dependency cycle(s) with /hdmi-connector
[Thu Aug 14 05:16:40 2025] platform dvi-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[Thu Aug 14 05:16:40 2025] Modules: 27504 pages in range for non-PLT usage
[Thu Aug 14 05:16:40 2025] Modules: 519024 pages in range for PLT usage
[Thu Aug 14 05:16:40 2025] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[Thu Aug 14 05:16:40 2025] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[Thu Aug 14 05:16:40 2025] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[Thu Aug 14 05:16:40 2025] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[Thu Aug 14 05:16:40 2025] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[Thu Aug 14 05:16:40 2025] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[Thu Aug 14 05:16:40 2025] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[Thu Aug 14 05:16:40 2025] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[Thu Aug 14 05:16:40 2025] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.1 JTAGID[0x1bb6402f] Detected
[Thu Aug 14 05:16:40 2025] iommu: Default domain type: Translated
[Thu Aug 14 05:16:40 2025] iommu: DMA domain TLB invalidation policy: strict mode
[Thu Aug 14 05:16:40 2025] SCSI subsystem initialized
[Thu Aug 14 05:16:40 2025] libata version 3.00 loaded.
[Thu Aug 14 05:16:40 2025] usbcore: registered new interface driver usbfs
[Thu Aug 14 05:16:40 2025] usbcore: registered new interface driver hub
[Thu Aug 14 05:16:40 2025] usbcore: registered new device driver usb
[Thu Aug 14 05:16:40 2025] pps_core: LinuxPPS API ver. 1 registered
[Thu Aug 14 05:16:40 2025] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[Thu Aug 14 05:16:40 2025] PTP clock support registered
[Thu Aug 14 05:16:40 2025] EDAC MC: Ver: 3.0.0
[Thu Aug 14 05:16:40 2025] scmi_core: SCMI protocol bus registered
[Thu Aug 14 05:16:40 2025] FPGA manager framework
[Thu Aug 14 05:16:40 2025] Advanced Linux Sound Architecture Driver Initialized.
[Thu Aug 14 05:16:40 2025] vgaarb: loaded
[Thu Aug 14 05:16:40 2025] clocksource: Switched to clocksource arch_sys_counter
[Thu Aug 14 05:16:40 2025] VFS: Disk quotas dquot_6.6.0
[Thu Aug 14 05:16:40 2025] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Thu Aug 14 05:16:40 2025] Carveout Heap: Exported 512 MiB at 0x00000000b8000000
[Thu Aug 14 05:16:40 2025] NET: Registered PF_INET protocol family
[Thu Aug 14 05:16:40 2025] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[Thu Aug 14 05:16:40 2025] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[Thu Aug 14 05:16:40 2025] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[Thu Aug 14 05:16:40 2025] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[Thu Aug 14 05:16:40 2025] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[Thu Aug 14 05:16:40 2025] TCP: Hash tables configured (established 32768 bind 32768)
[Thu Aug 14 05:16:40 2025] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[Thu Aug 14 05:16:40 2025] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[Thu Aug 14 05:16:40 2025] NET: Registered PF_UNIX/PF_LOCAL protocol family
[Thu Aug 14 05:16:40 2025] RPC: Registered named UNIX socket transport module.
[Thu Aug 14 05:16:40 2025] RPC: Registered udp transport module.
[Thu Aug 14 05:16:40 2025] RPC: Registered tcp transport module.
[Thu Aug 14 05:16:40 2025] RPC: Registered tcp-with-tls transport module.
[Thu Aug 14 05:16:40 2025] RPC: Registered tcp NFSv4.1 backchannel transport module.
[Thu Aug 14 05:16:40 2025] NET: Registered PF_XDP protocol family
[Thu Aug 14 05:16:40 2025] PCI: CLS 0 bytes, default 64
[Thu Aug 14 05:16:40 2025] Initialise system trusted keyrings
[Thu Aug 14 05:16:40 2025] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[Thu Aug 14 05:16:40 2025] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[Thu Aug 14 05:16:40 2025] NFS: Registering the id_resolver key type
[Thu Aug 14 05:16:40 2025] Key type id_resolver registered
[Thu Aug 14 05:16:40 2025] Key type id_legacy registered
[Thu Aug 14 05:16:40 2025] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[Thu Aug 14 05:16:40 2025] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[Thu Aug 14 05:16:40 2025] Key type asymmetric registered
[Thu Aug 14 05:16:40 2025] Asymmetric key parser 'x509' registered
[Thu Aug 14 05:16:40 2025] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[Thu Aug 14 05:16:40 2025] io scheduler mq-deadline registered
[Thu Aug 14 05:16:40 2025] io scheduler kyber registered
[Thu Aug 14 05:16:40 2025] io scheduler bfq registered
[Thu Aug 14 05:16:40 2025] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[Thu Aug 14 05:16:40 2025] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[Thu Aug 14 05:16:40 2025] pinctrl-single 104200.pinctrl: 20 pins, size 80
[Thu Aug 14 05:16:40 2025] pinctrl-single 104280.pinctrl: 8 pins, size 32
[Thu Aug 14 05:16:40 2025] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[Thu Aug 14 05:16:40 2025] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[Thu Aug 14 05:16:40 2025] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[Thu Aug 14 05:16:40 2025] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[Thu Aug 14 05:16:40 2025] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[Thu Aug 14 05:16:40 2025] loop: module loaded
[Thu Aug 14 05:16:40 2025] megasas: 07.725.01.00-rc1
[Thu Aug 14 05:16:40 2025] tun: Universal TUN/TAP device driver, 1.6
[Thu Aug 14 05:16:40 2025] VFIO - User Level meta-driver version: 0.3
[Thu Aug 14 05:16:40 2025] usbcore: registered new interface driver usb-storage
[Thu Aug 14 05:16:40 2025] i2c_dev: i2c /dev entries driver
[Thu Aug 14 05:16:40 2025] sdhci: Secure Digital Host Controller Interface driver
[Thu Aug 14 05:16:40 2025] sdhci: Copyright(c) Pierre Ossman
[Thu Aug 14 05:16:40 2025] sdhci-pltfm: SDHCI platform and OF driver helper
[Thu Aug 14 05:16:40 2025] ledtrig-cpu: registered to indicate activity on CPUs
[Thu Aug 14 05:16:40 2025] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[Thu Aug 14 05:16:40 2025] usbcore: registered new interface driver usbhid
[Thu Aug 14 05:16:40 2025] usbhid: USB HID core driver
[Thu Aug 14 05:16:40 2025] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[Thu Aug 14 05:16:40 2025] optee: probing for conduit method.
[Thu Aug 14 05:16:40 2025] optee: revision 4.4 (8f645256efc0dc66)
[Thu Aug 14 05:16:40 2025] optee: dynamic shared memory is enabled
[Thu Aug 14 05:16:40 2025] random: crng init done
[Thu Aug 14 05:16:40 2025] optee: initialized driver
[Thu Aug 14 05:16:41 2025] Initializing XFRM netlink socket
[Thu Aug 14 05:16:41 2025] NET: Registered PF_PACKET protocol family
[Thu Aug 14 05:16:41 2025] Key type dns_resolver registered
[Thu Aug 14 05:16:41 2025] registered taskstats version 1
[Thu Aug 14 05:16:41 2025] Loading compiled-in X.509 certificates
[Thu Aug 14 05:16:41 2025] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
[Thu Aug 14 05:16:41 2025] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[Thu Aug 14 05:16:41 2025] pca954x 1-0071: supply vdd not found, using dummy regulator
[Thu Aug 14 05:16:41 2025] i2c i2c-1: Added multiplexed i2c bus 2
[Thu Aug 14 05:16:41 2025] i2c i2c-1: Added multiplexed i2c bus 3
[Thu Aug 14 05:16:41 2025] pca954x 1-0071: registered 2 multiplexed busses for I2C switch pca9543
[Thu Aug 14 05:16:41 2025] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[Thu Aug 14 05:16:41 2025] omap_i2c 2010000.i2c: bus 4 rev0.12 at 100 kHz
[Thu Aug 14 05:16:41 2025] pca954x 5-0070: supply vdd not found, using dummy regulator
[Thu Aug 14 05:16:41 2025] i2c 6-0030: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
[Thu Aug 14 05:16:41 2025] i2c 6-0030: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@0/serializer
[Thu Aug 14 05:16:41 2025] i2c 6-0030: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@1/serializer
[Thu Aug 14 05:16:41 2025] i2c 6-0030: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@2/serializer
[Thu Aug 14 05:16:41 2025] i2c i2c-5: Added multiplexed i2c bus 6
[Thu Aug 14 05:16:41 2025] i2c i2c-5: Added multiplexed i2c bus 7
[Thu Aug 14 05:16:41 2025] pca954x 5-0070: registered 2 multiplexed busses for I2C switch pca9543
[Thu Aug 14 05:16:41 2025] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
[Thu Aug 14 05:16:41 2025] omap_i2c 2050000.i2c: bus 8 rev0.12 at 400 kHz
[Thu Aug 14 05:16:41 2025] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[Thu Aug 14 05:16:41 2025] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[Thu Aug 14 05:16:41 2025] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[Thu Aug 14 05:16:41 2025] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[Thu Aug 14 05:16:41 2025] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[Thu Aug 14 05:16:41 2025] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[Thu Aug 14 05:16:41 2025] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[Thu Aug 14 05:16:41 2025] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[Thu Aug 14 05:16:41 2025] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[Thu Aug 14 05:16:41 2025] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[Thu Aug 14 05:16:41 2025] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 206, base_baud = 6000000) is a 8250
[Thu Aug 14 05:16:41 2025] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 207, base_baud = 3000000) is a 8250
[Thu Aug 14 05:16:41 2025] printk: console [ttyS2] enabled
[Thu Aug 14 05:16:41 2025] printk: bootconsole [ns16550a0] disabled
[Thu Aug 14 05:16:41 2025] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 208, base_baud = 3000000) is a 8250
[Thu Aug 14 05:16:41 2025] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[Thu Aug 14 05:16:41 2025] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[Thu Aug 14 05:16:41 2025] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[Thu Aug 14 05:16:41 2025] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[Thu Aug 14 05:16:41 2025] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[Thu Aug 14 05:16:41 2025] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[Thu Aug 14 05:16:41 2025] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[Thu Aug 14 05:16:41 2025] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[Thu Aug 14 05:16:41 2025] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[Thu Aug 14 05:16:41 2025] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
[Thu Aug 14 05:16:42 2025] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[Thu Aug 14 05:16:42 2025] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
[Thu Aug 14 05:16:42 2025] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[Thu Aug 14 05:16:42 2025] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[Thu Aug 14 05:16:43 2025] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
[Thu Aug 14 05:16:43 2025] pci_bus 0000:00: root bus resource [bus 00-ff]
[Thu Aug 14 05:16:43 2025] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[Thu Aug 14 05:16:43 2025] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[Thu Aug 14 05:16:43 2025] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[Thu Aug 14 05:16:43 2025] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[Thu Aug 14 05:16:43 2025] pci 0000:00:00.0: supports D1
[Thu Aug 14 05:16:43 2025] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[Thu Aug 14 05:16:43 2025] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[Thu Aug 14 05:16:43 2025] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[Thu Aug 14 05:16:43 2025] pci 0000:00:00.0: PCI bridge to [bus 01]
[Thu Aug 14 05:16:43 2025] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[Thu Aug 14 05:16:43 2025] pcieport 0000:00:00.0: PME: Signaling with IRQ 654
[Thu Aug 14 05:16:43 2025] pcieport 0000:00:00.0: AER: enabled with IRQ 654
[Thu Aug 14 05:16:43 2025] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[Thu Aug 14 05:16:43 2025] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
[Thu Aug 14 05:16:43 2025] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
[Thu Aug 14 05:16:43 2025] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[Thu Aug 14 05:16:44 2025] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
[Thu Aug 14 05:16:44 2025] pci_bus 0001:00: root bus resource [bus 00-ff]
[Thu Aug 14 05:16:44 2025] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[Thu Aug 14 05:16:44 2025] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[Thu Aug 14 05:16:44 2025] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[Thu Aug 14 05:16:44 2025] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[Thu Aug 14 05:16:44 2025] pci 0001:00:00.0: supports D1
[Thu Aug 14 05:16:44 2025] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[Thu Aug 14 05:16:44 2025] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[Thu Aug 14 05:16:44 2025] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[Thu Aug 14 05:16:44 2025] pci 0001:00:00.0: PCI bridge to [bus 01]
[Thu Aug 14 05:16:44 2025] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
[Thu Aug 14 05:16:44 2025] pcieport 0001:00:00.0: PME: Signaling with IRQ 656
[Thu Aug 14 05:16:44 2025] pcieport 0001:00:00.0: AER: enabled with IRQ 656
[Thu Aug 14 05:16:44 2025] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[Thu Aug 14 05:16:44 2025] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[Thu Aug 14 05:16:44 2025] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[Thu Aug 14 05:16:44 2025] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[Thu Aug 14 05:16:44 2025] Creating 8 MTD partitions on "47040000.spi.0":
[Thu Aug 14 05:16:44 2025] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[Thu Aug 14 05:16:44 2025] 0x000000080000-0x000000280000 : "ospi.tispl"
[Thu Aug 14 05:16:44 2025] 0x000000280000-0x000000680000 : "ospi.u-boot"
[Thu Aug 14 05:16:44 2025] 0x000000680000-0x0000006c0000 : "ospi.env"
[Thu Aug 14 05:16:44 2025] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[Thu Aug 14 05:16:44 2025] 0x0000007c0000-0x000000800000 : "ospi.env.backup"
[Thu Aug 14 05:16:44 2025] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[Thu Aug 14 05:16:44 2025] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[Thu Aug 14 05:16:44 2025] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[Thu Aug 14 05:16:44 2025] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[Thu Aug 14 05:16:44 2025] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[Thu Aug 14 05:16:44 2025] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[Thu Aug 14 05:16:44 2025] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[Thu Aug 14 05:16:44 2025] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[Thu Aug 14 05:16:44 2025] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[Thu Aug 14 05:16:44 2025] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[Thu Aug 14 05:16:44 2025] mmc1: CQHCI version 5.10
[Thu Aug 14 05:16:44 2025] clk: Disabling unused clocks
[Thu Aug 14 05:16:44 2025] ALSA device list:
[Thu Aug 14 05:16:44 2025]   No soundcards found.
[Thu Aug 14 05:16:44 2025] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[Thu Aug 14 05:16:44 2025] Waiting for root device PARTUUID=076c4a2a-02...
[Thu Aug 14 05:16:45 2025] tps6594 0-004c: Error IRQ trap overvoltage for LDO1
[Thu Aug 14 05:16:45 2025] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[Thu Aug 14 05:16:45 2025] mmcblk1: mmc1:aaaa SK32G 29.7 GiB
[Thu Aug 14 05:16:45 2025]  mmcblk1: p1 p2
[Thu Aug 14 05:16:45 2025] EXT4-fs (mmcblk1p2): mounted filesystem bb2010b9-46f2-43c4-8ec9-c88f72483d7f r/w with ordered data mode. Quota mode: none.
[Thu Aug 14 05:16:45 2025] VFS: Mounted root (ext4 filesystem) on device 179:2.
[Thu Aug 14 05:16:45 2025] devtmpfs: mounted
[Thu Aug 14 05:16:45 2025] Freeing unused kernel memory: 2496K
[Thu Aug 14 05:16:45 2025] Run /sbin/init as init process
[Thu Aug 14 05:16:45 2025]   with arguments:
[Thu Aug 14 05:16:45 2025]     /sbin/init
[Thu Aug 14 05:16:45 2025]   with environment:
[Thu Aug 14 05:16:45 2025]     HOME=/
[Thu Aug 14 05:16:45 2025]     TERM=linux
[Thu Aug 14 05:16:45 2025] systemd[1]: System time before build time, advancing clock.
[Thu Aug 14 05:16:45 2025] NET: Registered PF_INET6 protocol family
[Thu Aug 14 05:16:45 2025] Segment Routing with IPv6
[Thu Aug 14 05:16:45 2025] In-situ OAM (IOAM) with IPv6
[Thu Aug 14 05:16:45 2025] systemd[1]: systemd 255.13^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[Thu Aug 14 05:16:45 2025] systemd[1]: Detected architecture arm64.
[Thu Aug 14 05:16:45 2025] systemd[1]: Hostname set to <tda4vm-sk>.
[Thu Aug 14 05:16:45 2025] systemd-sysv-generator[96]: 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 native systemd unit file, in order to make it safe, robust and future-proof. ! This compatibility logic is deprecated, expect removal soon. !
[Thu Aug 14 05:16:46 2025] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[Thu Aug 14 05:16:46 2025] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[Thu Aug 14 05:16:46 2025] systemd[1]: Queued start job for default target Graphical Interface.
[Thu Aug 14 05:16:46 2025] systemd[1]: Created slice Slice /system/getty.
[Thu Aug 14 05:16:46 2025] systemd[1]: Created slice Slice /system/modprobe.
[Thu Aug 14 05:16:46 2025] systemd[1]: Created slice Slice /system/serial-getty.
[Thu Aug 14 05:16:46 2025] systemd[1]: Created slice User and Session Slice.
[Thu Aug 14 05:16:46 2025] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[Thu Aug 14 05:16:46 2025] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[Thu Aug 14 05:16:46 2025] systemd[1]: Expecting device /dev/ttyS2...
[Thu Aug 14 05:16:46 2025] systemd[1]: Reached target Path Units.
[Thu Aug 14 05:16:46 2025] systemd[1]: Reached target Remote File Systems.
[Thu Aug 14 05:16:46 2025] systemd[1]: Reached target Slice Units.
[Thu Aug 14 05:16:46 2025] systemd[1]: Reached target Swaps.
[Thu Aug 14 05:16:46 2025] systemd[1]: Listening on RPCbind Server Activation Socket.
[Thu Aug 14 05:16:46 2025] systemd[1]: Reached target RPC Port Mapper.
[Thu Aug 14 05:16:46 2025] systemd[1]: Listening on Process Core Dump Socket.
[Thu Aug 14 05:16:46 2025] systemd[1]: Listening on initctl Compatibility Named Pipe.
[Thu Aug 14 05:16:46 2025] systemd[1]: Listening on Journal Audit Socket.
[Thu Aug 14 05:16:46 2025] systemd[1]: Listening on Journal Socket (/dev/log).
[Thu Aug 14 05:16:46 2025] systemd[1]: Listening on Journal Socket.
[Thu Aug 14 05:16:46 2025] systemd[1]: Listening on Network Service Netlink Socket.
[Thu Aug 14 05:16:46 2025] systemd[1]: Listening on udev Control Socket.
[Thu Aug 14 05:16:46 2025] systemd[1]: Listening on udev Kernel Socket.
[Thu Aug 14 05:16:46 2025] systemd[1]: Listening on User Database Manager Socket.
[Thu Aug 14 05:16:46 2025] systemd[1]: Mounting Huge Pages File System...
[Thu Aug 14 05:16:46 2025] systemd[1]: Mounting POSIX Message Queue File System...
[Thu Aug 14 05:16:46 2025] systemd[1]: Mounting Kernel Debug File System...
[Thu Aug 14 05:16:46 2025] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[Thu Aug 14 05:16:46 2025] systemd[1]: Mounting Temporary Directory /tmp...
[Thu Aug 14 05:16:46 2025] systemd[1]: Starting Create List of Static Device Nodes...
[Thu Aug 14 05:16:46 2025] systemd[1]: Starting Load Kernel Module configfs...
[Thu Aug 14 05:16:46 2025] systemd[1]: Starting Load Kernel Module drm...
[Thu Aug 14 05:16:46 2025] systemd[1]: Starting Load Kernel Module fuse...
[Thu Aug 14 05:16:47 2025] systemd[1]: Starting Start psplash boot splash screen...
[Thu Aug 14 05:16:47 2025] systemd[1]: Starting RPC Bind...
[Thu Aug 14 05:16:47 2025] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[Thu Aug 14 05:16:47 2025] systemd[1]: Starting Journal Service...
[Thu Aug 14 05:16:47 2025] fuse: init (API version 7.39)
[Thu Aug 14 05:16:47 2025] systemd[1]: Starting Load Kernel Modules...
[Thu Aug 14 05:16:47 2025] systemd[1]: Starting Generate network units from Kernel command line...
[Thu Aug 14 05:16:47 2025] systemd-journald[114]: Collecting audit messages is enabled.
[Thu Aug 14 05:16:47 2025] systemd[1]: Starting Remount Root and Kernel File Systems...
[Thu Aug 14 05:16:47 2025] systemd[1]: Starting Coldplug All udev Devices...
[Thu Aug 14 05:16:47 2025] systemd[1]: Started RPC Bind.
[Thu Aug 14 05:16:47 2025] EXT4-fs (mmcblk1p2): re-mounted bb2010b9-46f2-43c4-8ec9-c88f72483d7f r/w. Quota mode: none.
[Thu Aug 14 05:16:47 2025] systemd[1]: Started Journal Service.
[Thu Aug 14 05:16:47 2025] systemd-journald[114]: Received client request to flush runtime journal.
[Thu Aug 14 05:16:48 2025] audit: type=1334 audit(1728487094.408:2): prog-id=6 op=LOAD
[Thu Aug 14 05:16:48 2025] audit: type=1334 audit(1728487094.416:3): prog-id=7 op=LOAD
[Thu Aug 14 05:16:48 2025] audit: type=1334 audit(1728487094.600:4): prog-id=8 op=LOAD
[Thu Aug 14 05:16:48 2025] audit: type=1334 audit(1728487094.632:5): prog-id=9 op=LOAD
[Thu Aug 14 05:16:48 2025] audit: type=1334 audit(1728487094.700:6): prog-id=10 op=LOAD
[Thu Aug 14 05:16:48 2025] audit: type=1334 audit(1728487094.700:7): prog-id=11 op=LOAD
[Thu Aug 14 05:16:48 2025] audit: type=1334 audit(1728487094.700:8): prog-id=12 op=LOAD
[Thu Aug 14 05:16:48 2025] audit: type=1334 audit(1755148581.316:9): prog-id=13 op=LOAD
[Thu Aug 14 05:16:49 2025] dbus-broker-lau[276]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[Thu Aug 14 05:16:49 2025] audit: type=1334 audit(1755148581.728:10): prog-id=14 op=LOAD
[Thu Aug 14 05:16:49 2025] audit: type=1334 audit(1755148581.736:11): prog-id=15 op=LOAD
[Thu Aug 14 05:16:49 2025] Bluetooth: Core ver 2.22
[Thu Aug 14 05:16:49 2025] NET: Registered PF_BLUETOOTH protocol family
[Thu Aug 14 05:16:49 2025] Bluetooth: HCI device and connection manager initialized
[Thu Aug 14 05:16:49 2025] Bluetooth: HCI socket layer initialized
[Thu Aug 14 05:16:49 2025] Bluetooth: L2CAP socket layer initialized
[Thu Aug 14 05:16:49 2025] Bluetooth: SCO socket layer initialized
[Thu Aug 14 05:16:49 2025] CAN device driver interface
[Thu Aug 14 05:16:50 2025] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[Thu Aug 14 05:16:50 2025] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[Thu Aug 14 05:16:50 2025] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[Thu Aug 14 05:16:50 2025] mc: Linux media interface: v0.10
[Thu Aug 14 05:16:50 2025] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[Thu Aug 14 05:16:50 2025] videodev: Linux video capture interface: v2.00
[Thu Aug 14 05:16:50 2025] at24 0-0051: supply vcc not found, using dummy regulator
[Thu Aug 14 05:16:50 2025] cdns-mhdp8546 a000000.dp-bridge: invalid resource (null)
[Thu Aug 14 05:16:50 2025] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[Thu Aug 14 05:16:50 2025] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[Thu Aug 14 05:16:50 2025] ds90ub960 6-0030: supply vddio not found, using dummy regulator
[Thu Aug 14 05:16:50 2025] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[Thu Aug 14 05:16:50 2025] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[Thu Aug 14 05:16:50 2025] ds90ub960 6-0030: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@0/serializer
[Thu Aug 14 05:16:50 2025] i2c 6-0044: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@0/serializer/i2c/isx031@42
[Thu Aug 14 05:16:50 2025] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[Thu Aug 14 05:16:50 2025] i2c 6-0044: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30
[Thu Aug 14 05:16:50 2025] ds90ub960 6-0030: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@1/serializer
[Thu Aug 14 05:16:50 2025] i2c 6-0045: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@1/serializer/i2c/isx031@42
[Thu Aug 14 05:16:50 2025] i2c 6-0045: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30
[Thu Aug 14 05:16:50 2025] ds90ub960 6-0030: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@2/serializer
[Thu Aug 14 05:16:50 2025] i2c 6-0046: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@2/serializer/i2c/isx031@42
[Thu Aug 14 05:16:50 2025] i2c 6-0046: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30
[Thu Aug 14 05:16:50 2025] img_dec 4300000.video-decoder: decoder registered as /dev/video0
[Thu Aug 14 05:16:50 2025] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -517
[Thu Aug 14 05:16:50 2025] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[Thu Aug 14 05:16:50 2025] remoteproc remoteproc0: releasing 41000000.r5f
[Thu Aug 14 05:16:50 2025] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -517
[Thu Aug 14 05:16:50 2025] remoteproc remoteproc0: releasing 5c00000.r5f
[Thu Aug 14 05:16:50 2025] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[Thu Aug 14 05:16:50 2025] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[Thu Aug 14 05:16:50 2025] platform 41000000.r5f: configured R5F for IPC-only mode
[Thu Aug 14 05:16:50 2025] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
[Thu Aug 14 05:16:50 2025] remoteproc remoteproc0: 41000000.r5f is available
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc0: attaching to 41000000.r5f
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio0: rpmsg host is online
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.11.auto: registered virtio0 (type 7)
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[Thu Aug 14 05:16:51 2025] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[Thu Aug 14 05:16:51 2025] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -517
[Thu Aug 14 05:16:51 2025] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc1: releasing 5e00000.r5f
[Thu Aug 14 05:16:51 2025] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[Thu Aug 14 05:16:51 2025] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[Thu Aug 14 05:16:51 2025] platform 5c00000.r5f: configured R5F for IPC-only mode
[Thu Aug 14 05:16:51 2025] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc1: 5c00000.r5f is available
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc1: attaching to 5c00000.r5f
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio1: rpmsg host is online
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.12.auto: registered virtio1 (type 7)
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[Thu Aug 14 05:16:51 2025] platform 5d00000.r5f: configured R5F for IPC-only mode
[Thu Aug 14 05:16:51 2025] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc2: 5d00000.r5f is available
[Thu Aug 14 05:16:51 2025] gpio-mux mux-controller: 2-way mux-controller registered
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc2: attaching to 5d00000.r5f
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio2: rpmsg host is online
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.13.auto: registered virtio2 (type 7)
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc2: remote processor 5d00000.r5f is now attached
[Thu Aug 14 05:16:51 2025] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a9000000
[Thu Aug 14 05:16:51 2025] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc3: 4d80800000.dsp is available
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc3: attaching to 4d80800000.dsp
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node vision-apps-c66-dma-memory@a9000000
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio3: rpmsg host is online
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.14.auto: registered virtio3 (type 7)
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc3: remote processor 4d80800000.dsp is now attached
[Thu Aug 14 05:16:51 2025] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a8000000
[Thu Aug 14 05:16:51 2025] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc4: 4d81800000.dsp is available
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc4: attaching to 4d81800000.dsp
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node vision-apps-c66-dma-memory@a8000000
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio4: rpmsg host is online
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.15.auto: registered virtio4 (type 7)
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc4: remote processor 4d81800000.dsp is now attached
[Thu Aug 14 05:16:51 2025] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b2000000
[Thu Aug 14 05:16:51 2025] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc5: 64800000.dsp is available
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc5: attaching to 64800000.dsp
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc5: unsupported resource 65538
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node vision-apps-c71-dma-memory@b2000000
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio5: rpmsg host is online
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
[Thu Aug 14 05:16:51 2025] rproc-virtio rproc-virtio.16.auto: registered virtio5 (type 7)
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
[Thu Aug 14 05:16:51 2025] remoteproc remoteproc5: remote processor 64800000.dsp is now attached
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xe
[Thu Aug 14 05:16:51 2025] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe
[Thu Aug 14 05:16:52 2025] m_can_platform 40528000.can: m_can device registered (irq=826, version=32)
[Thu Aug 14 05:16:52 2025] m_can_platform 2701000.can: m_can device registered (irq=851, version=32)
[Thu Aug 14 05:16:52 2025] m_can_platform 2751000.can: m_can device registered (irq=854, version=32)
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc6: b034000.pru is available
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc7: b004000.rtu is available
[Thu Aug 14 05:16:52 2025] m_can_platform 2791000.can: m_can device registered (irq=856, version=32)
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc8: b00a000.txpru is available
[Thu Aug 14 05:16:52 2025] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc9: b038000.pru is available
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc10: b006000.rtu is available
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc11: b00c000.txpru is available
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc12: b134000.pru is available
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc13: b104000.rtu is available
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc14: b10a000.txpru is available
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc15: b138000.pru is available
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc16: b106000.rtu is available
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc17: b10c000.txpru is available
[Thu Aug 14 05:16:52 2025] Console: switching to colour frame buffer device 240x67
[Thu Aug 14 05:16:52 2025] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[Thu Aug 14 05:16:52 2025] platform 5e00000.r5f: configured R5F for remoteproc mode
[Thu Aug 14 05:16:52 2025] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc18: 5e00000.r5f is available
[Thu Aug 14 05:16:52 2025] ds90ub953 6-0044: Found ub971 rev/mask 0x20
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc18: loading /lib/firmware/j7-main-r5f1_0-fw failed with error -22
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc18: Direct firmware load for j7-main-r5f1_0-fw failed with error -22
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc18: powering up 5e00000.r5f
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc18: loading /lib/firmware/j7-main-r5f1_0-fw failed with error -22
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc18: Direct firmware load for j7-main-r5f1_0-fw failed with error -22
[Thu Aug 14 05:16:52 2025] ds90ub953 6-0044: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@0/serializer/i2c/isx031@42
[Thu Aug 14 05:16:52 2025] remoteproc remoteproc18: request_firmware failed: -22
[Thu Aug 14 05:16:52 2025] i2c 10-0042: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@0/serializer
[Thu Aug 14 05:16:52 2025] i2c 10-0042: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@0/serializer/i2c/expander-chip0@74
[Thu Aug 14 05:16:52 2025] i2c 10-0042: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@0/serializer/i2c/expander-chip0@74
[Thu Aug 14 05:16:52 2025] pca953x 10-0074: supply vcc not found, using dummy regulator
[Thu Aug 14 05:16:52 2025] pca953x 10-0074: using no AI
[Thu Aug 14 05:16:52 2025] ds90ub953 6-0045: Found ub953 rev/mask 0x20
[Thu Aug 14 05:16:52 2025] m_can_platform 40528000.can mcu_mcan0: renamed from can0
[Thu Aug 14 05:16:52 2025] ds90ub953 6-0045: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@1/serializer/i2c/isx031@42
[Thu Aug 14 05:16:52 2025] i2c 11-0042: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@1/serializer
[Thu Aug 14 05:16:52 2025] i2c 11-0042: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@1/serializer/i2c/expander-chip0@74
[Thu Aug 14 05:16:52 2025] i2c 11-0042: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@1/serializer/i2c/expander-chip0@74
[Thu Aug 14 05:16:52 2025] pca953x 11-0074: supply vcc not found, using dummy regulator
[Thu Aug 14 05:16:52 2025] m_can_platform 2701000.can main_mcan0: renamed from can1
[Thu Aug 14 05:16:52 2025] pca953x 11-0074: using no AI
[Thu Aug 14 05:16:52 2025] cdns-csi2rx 4504000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
[Thu Aug 14 05:16:52 2025] ds90ub953 6-0046: Found ub953 rev/mask 0x20
[Thu Aug 14 05:16:52 2025] m_can_platform 2751000.can main_mcan5: renamed from can2
[Thu Aug 14 05:16:52 2025] ds90ub953 6-0046: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@2/serializer/i2c/isx031@42
[Thu Aug 14 05:16:52 2025] i2c 12-0042: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@2/serializer
[Thu Aug 14 05:16:52 2025] i2c 12-0042: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@2/serializer/i2c/expander-chip0@74
[Thu Aug 14 05:16:52 2025] m_can_platform 2791000.can main_mcan9: renamed from can3
[Thu Aug 14 05:16:52 2025] i2c 12-0042: Fixed dependency cycle(s) with /bus@100000/i2c@2030000/i2c-mux@70/i2c@0/deser@30/links/link@2/serializer/i2c/expander-chip0@74
[Thu Aug 14 05:16:52 2025] pca953x 12-0074: supply vcc not found, using dummy regulator
[Thu Aug 14 05:16:52 2025] xhci-hcd xhci-hcd.17.auto: xHCI Host Controller
[Thu Aug 14 05:16:52 2025] pca953x 12-0074: using no AI
[Thu Aug 14 05:16:52 2025] xhci-hcd xhci-hcd.17.auto: new USB bus registered, assigned bus number 1
[Thu Aug 14 05:16:53 2025] xhci-hcd xhci-hcd.17.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
[Thu Aug 14 05:16:53 2025] xhci-hcd xhci-hcd.17.auto: irq 860, io mem 0x06410000
[Thu Aug 14 05:16:53 2025] xhci-hcd xhci-hcd.17.auto: xHCI Host Controller
[Thu Aug 14 05:16:53 2025] xhci-hcd xhci-hcd.17.auto: new USB bus registered, assigned bus number 2
[Thu Aug 14 05:16:53 2025] xhci-hcd xhci-hcd.17.auto: Host supports USB 3.0 SuperSpeed
[Thu Aug 14 05:16:53 2025] hub 1-0:1.0: USB hub found
[Thu Aug 14 05:16:53 2025] hub 1-0:1.0: 1 port detected
[Thu Aug 14 05:16:53 2025] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[Thu Aug 14 05:16:53 2025] hub 2-0:1.0: USB hub found
[Thu Aug 14 05:16:53 2025] hub 2-0:1.0: 1 port detected
[Thu Aug 14 05:16:53 2025] lm75 10-0048: supply vs not found, using dummy regulator
[Thu Aug 14 05:16:53 2025] hwmon hwmon0: temp1_input not attached to any thermal zone
[Thu Aug 14 05:16:53 2025] cdns-csi2rx 4514000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
[Thu Aug 14 05:16:53 2025] lm75 10-0048: hwmon0: sensor 'tmp112'
[Thu Aug 14 05:16:53 2025] lm75 11-0048: supply vs not found, using dummy regulator
[Thu Aug 14 05:16:53 2025] hwmon hwmon1: temp1_input not attached to any thermal zone
[Thu Aug 14 05:16:53 2025] ****************************************
[Thu Aug 14 05:16:53 2025] lm75 11-0048: hwmon1: sensor 'tmp112'
[Thu Aug 14 05:16:53 2025] isx031 10-0042: Probing e-CAM31_CUTDA4 ....
[Thu Aug 14 05:16:53 2025] lm75 12-0048: supply vs not found, using dummy regulator
[Thu Aug 14 05:16:53 2025] hwmon hwmon2: temp1_input not attached to any thermal zone
[Thu Aug 14 05:16:53 2025] isx031 10-0042: mcu_fw_name from DT is : isx031_cam_fw_boowan_wide.bin
[Thu Aug 14 05:16:53 2025] lm75 12-0048: hwmon2: sensor 'tmp112'
[Thu Aug 14 05:16:53 2025] isx031 10-0042: ISP Firmware Name from DT is > ISX031_STURDeCAM31_0.1.2.1.bin
[Thu Aug 14 05:16:53 2025] isx031 10-0042: MIPI lane configuration: 4
[Thu Aug 14 05:16:53 2025] isx031 10-0042: Default FrameRate in DT is 30
[Thu Aug 14 05:16:53 2025] isx031 10-0042: priv->frame_time = 43
[Thu Aug 14 05:16:53 2025] isx031 10-0042: MCU Firmware Successfully read by driver
[Thu Aug 14 05:16:53 2025] isx031 10-0042: supply avdd not found, using dummy regulator
[Thu Aug 14 05:16:53 2025] isx031 10-0042: supply dovdd not found, using dummy regulator
[Thu Aug 14 05:16:53 2025] isx031 10-0042: supply dvdd not found, using dummy regulator
[Thu Aug 14 05:16:53 2025] isx031 10-0042: Toggling GPIO's pwdn_gpio and reset_gpio
[Thu Aug 14 05:16:53 2025] isx031 10-0042: ISP_BOOT_DATA FILE NAME = ISX031_STURDeCAM31_0.1.2.1.bin
[Thu Aug 14 05:16:53 2025] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[Thu Aug 14 05:16:53 2025] isx031 10-0042: Boot-Data Version Matched - (ISX031F054XXX0111027f8010XXXXXXX)
[Thu Aug 14 05:16:53 2025] isx031 10-0042: Current MCU Firmware Version - (11ISX031XXXXX0211071ff32aXTDA4VM)
[Thu Aug 14 05:16:53 2025] isx031 10-0042: ISP File Successfully read by driver
[Thu Aug 14 05:16:53 2025] hub 1-1:1.0: USB hub found
[Thu Aug 14 05:16:53 2025] hub 1-1:1.0: 4 ports detected
[Thu Aug 14 05:16:53 2025] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[Thu Aug 14 05:16:53 2025] hub 2-1:1.0: USB hub found
[Thu Aug 14 05:16:53 2025] hub 2-1:1.0: 4 ports detected
[Thu Aug 14 05:16:53 2025] usbcore: registered new device driver onboard-usb-hub
[Thu Aug 14 05:16:53 2025] hub 1-1:1.0: USB hub found
[Thu Aug 14 05:16:53 2025] hub 1-1:1.0: 4 ports detected
[Thu Aug 14 05:16:54 2025] hub 2-1:1.0: USB hub found
[Thu Aug 14 05:16:54 2025] hub 2-1:1.0: 4 ports detected
[Thu Aug 14 05:16:54 2025] k3_r5_rproc bus@100000:r5fss@5e00000: Timed out waiting for 5e00000.r5f core to power up!
[Thu Aug 14 05:16:54 2025] isx031 10-0042: mcu_get_flash_connect_status(775) Errcode - 0x07 
[Thu Aug 14 05:16:54 2025] isx031 10-0042: Retrying to get FLASH CONNECT STATUS !..
[Thu Aug 14 05:16:54 2025] isx031 10-0042: Setting ACK Response Mode
[Thu Aug 14 05:16:54 2025] hub 1-1:1.0: USB hub found
[Thu Aug 14 05:16:54 2025] hub 1-1:1.0: 4 ports detected
[Thu Aug 14 05:16:54 2025] hub 2-1:1.0: USB hub found
[Thu Aug 14 05:16:54 2025] hub 2-1:1.0: 4 ports detected
[Thu Aug 14 05:16:54 2025] isx031 10-0042: Set ACK Response Mode Success !! 
[Thu Aug 14 05:16:54 2025] isx031 10-0042: Fl Connect Status = 0x01
[Thu Aug 14 05:16:54 2025] isx031 10-0042: Load Param Status = 0x01
[Thu Aug 14 05:16:54 2025] isx031 10-0042: NV BOOT  Status = 0x01
[Thu Aug 14 05:16:54 2025] isx031 10-0042: SPI BOOTDATA IS VALID & SENSOR WILL BOOT FROM SPI
[Thu Aug 14 05:16:54 2025] isx031 10-0042: Sensor ID = 0x1a04
[Thu Aug 14 05:16:55 2025] isx031 10-0042: ISP Already Initialized !! 
[Thu Aug 14 05:16:55 2025] isx031 10-0042: mcu_get_flash_connect_status(775) Errcode - 0x07 
[Thu Aug 14 05:16:55 2025] isx031 10-0042: Retrying to get FLASH CONNECT STATUS !..
[Thu Aug 14 05:16:55 2025] isx031 10-0042: Setting ACK Response Mode
[Thu Aug 14 05:16:55 2025] isx031 10-0042: Set ACK Response Mode Success !! 
[Thu Aug 14 05:16:55 2025] isx031 10-0042: Fl Connect Status = 0x01
[Thu Aug 14 05:16:55 2025] isx031 10-0042: Load Param Status = 0x01
[Thu Aug 14 05:16:55 2025] isx031 10-0042: NV BOOT  Status = 0x01
[Thu Aug 14 05:16:55 2025] isx031 10-0042: Wide Angle Bootdata
[Thu Aug 14 05:16:55 2025] isx031 10-0042: supported format: width: 1920 and height: 1536
[Thu Aug 14 05:16:55 2025] isx031 10-0042: supported format: width: 1920 and height: 1080
[Thu Aug 14 05:16:55 2025] isx031 10-0042: Default Width and Height 1920 1536
[Thu Aug 14 05:16:56 2025] isx031 10-0042: 0. Initialized Control 0x00980900 - Brightness 
[Thu Aug 14 05:16:56 2025] isx031 10-0042: 1. Initialized Control 0x00980901 - Contrast 
[Thu Aug 14 05:16:56 2025] isx031 10-0042: 2. Initialized Control 0x00980902 - Saturation 
[Thu Aug 14 05:16:56 2025] isx031 10-0042: 3. Initialized Control 0x00980903 - Hue 
[Thu Aug 14 05:16:56 2025] isx031 10-0042: 9. Initialized Control 0x0098091b - Sharpness 
[Thu Aug 14 05:16:56 2025] isx031 10-0042:  Menu Element 0 : Auto Exposure Mode 
[Thu Aug 14 05:16:56 2025] isx031 10-0042:  Menu Element 1 : Manual Exposure Mode 
[Thu Aug 14 05:16:56 2025] isx031 10-0042:  Menu Element 2 :  
[Thu Aug 14 05:16:56 2025] isx031 10-0042: 10. Initialized Custom Ctrl 0x009a0901 - Exposure Mode 
[Thu Aug 14 05:16:56 2025] isx031 10-0042: 11. Initialized Control 0x009a0902 - Exposure Time, Absolute 
[Thu Aug 14 05:16:56 2025] isx031 10-0042: Stream off
[Thu Aug 14 05:16:56 2025] isx031 10-0042: Detected e-CAM31_CUTDA4
[Thu Aug 14 05:16:56 2025] ****************************************
[Thu Aug 14 05:16:56 2025] ****************************************
[Thu Aug 14 05:16:56 2025] isx031 11-0042: Probing e-CAM31_CUTDA4 ....
[Thu Aug 14 05:16:56 2025] isx031 11-0042: mcu_fw_name from DT is : isx031_cam_fw_boowan_wide.bin
[Thu Aug 14 05:16:56 2025] isx031 11-0042: ISP Firmware Name from DT is > ISX031_STURDeCAM31_0.1.2.1.bin
[Thu Aug 14 05:16:56 2025] isx031 11-0042: MIPI lane configuration: 4
[Thu Aug 14 05:16:56 2025] isx031 11-0042: Default FrameRate in DT is 30
[Thu Aug 14 05:16:56 2025] isx031 11-0042: priv->frame_time = 43
[Thu Aug 14 05:16:56 2025] isx031 11-0042: supply avdd not found, using dummy regulator
[Thu Aug 14 05:16:56 2025] isx031 11-0042: supply dovdd not found, using dummy regulator
[Thu Aug 14 05:16:56 2025] isx031 11-0042: supply dvdd not found, using dummy regulator
[Thu Aug 14 05:16:56 2025] isx031 11-0042: Toggling GPIO's pwdn_gpio and reset_gpio
[Thu Aug 14 05:16:56 2025] isx031 11-0042: ISP_BOOT_DATA FILE NAME = ISX031_STURDeCAM31_0.1.2.1.bin
[Thu Aug 14 05:16:56 2025] isx031 11-0042: Boot-Data Version Matched - (ISX031F054XXX0111027f8010XXXXXXX)
[Thu Aug 14 05:16:56 2025] isx031 11-0042: Current MCU Firmware Version - (11ISX031XXXXX0211071ff32aXTDA4VM)
[Thu Aug 14 05:16:57 2025] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[Thu Aug 14 05:16:57 2025] isx031 11-0042: mcu_get_flash_connect_status(775) Errcode - 0x07 
[Thu Aug 14 05:16:57 2025] isx031 11-0042: Retrying to get FLASH CONNECT STATUS !..
[Thu Aug 14 05:16:57 2025] isx031 11-0042: Setting ACK Response Mode
[Thu Aug 14 05:16:57 2025] isx031 11-0042: Set ACK Response Mode Success !! 
[Thu Aug 14 05:16:58 2025] isx031 11-0042: Fl Connect Status = 0x01
[Thu Aug 14 05:16:58 2025] isx031 11-0042: Load Param Status = 0x01
[Thu Aug 14 05:16:58 2025] isx031 11-0042: NV BOOT  Status = 0x01
[Thu Aug 14 05:16:58 2025] isx031 11-0042: SPI BOOTDATA IS VALID & SENSOR WILL BOOT FROM SPI
[Thu Aug 14 05:16:58 2025] isx031 11-0042: Sensor ID = 0x1a04
[Thu Aug 14 05:16:58 2025] isx031 11-0042: ISP Already Initialized !! 
[Thu Aug 14 05:16:58 2025] isx031 11-0042: mcu_get_flash_connect_status(775) Errcode - 0x07 
[Thu Aug 14 05:16:58 2025] isx031 11-0042: Retrying to get FLASH CONNECT STATUS !..
[Thu Aug 14 05:16:58 2025] isx031 11-0042: Setting ACK Response Mode
[Thu Aug 14 05:16:59 2025] isx031 11-0042: Set ACK Response Mode Success !! 
[Thu Aug 14 05:16:59 2025] isx031 11-0042: Fl Connect Status = 0x01
[Thu Aug 14 05:16:59 2025] isx031 11-0042: Load Param Status = 0x01
[Thu Aug 14 05:16:59 2025] isx031 11-0042: NV BOOT  Status = 0x01
[Thu Aug 14 05:16:59 2025] isx031 11-0042: Wide Angle Bootdata
[Thu Aug 14 05:16:59 2025] isx031 11-0042: supported format: width: 1920 and height: 1536
[Thu Aug 14 05:16:59 2025] isx031 11-0042: supported format: width: 1920 and height: 1080
[Thu Aug 14 05:16:59 2025] isx031 11-0042: Default Width and Height 1920 1536
[Thu Aug 14 05:17:00 2025] isx031 11-0042: 0. Initialized Control 0x00980900 - Brightness 
[Thu Aug 14 05:17:00 2025] isx031 11-0042: 1. Initialized Control 0x00980901 - Contrast 
[Thu Aug 14 05:17:00 2025] isx031 11-0042: 2. Initialized Control 0x00980902 - Saturation 
[Thu Aug 14 05:17:00 2025] isx031 11-0042: 3. Initialized Control 0x00980903 - Hue 
[Thu Aug 14 05:17:00 2025] isx031 11-0042: 9. Initialized Control 0x0098091b - Sharpness 
[Thu Aug 14 05:17:00 2025] isx031 11-0042:  Menu Element 0 : Auto Exposure Mode 
[Thu Aug 14 05:17:00 2025] isx031 11-0042:  Menu Element 1 : Manual Exposure Mode 
[Thu Aug 14 05:17:00 2025] isx031 11-0042:  Menu Element 2 :  
[Thu Aug 14 05:17:00 2025] isx031 11-0042: 10. Initialized Custom Ctrl 0x009a0901 - Exposure Mode 
[Thu Aug 14 05:17:00 2025] isx031 11-0042: 11. Initialized Control 0x009a0902 - Exposure Time, Absolute 
[Thu Aug 14 05:17:00 2025] isx031 11-0042: Stream off
[Thu Aug 14 05:17:00 2025] isx031 11-0042: Detected e-CAM31_CUTDA4
[Thu Aug 14 05:17:00 2025] ****************************************
[Thu Aug 14 05:17:00 2025] ****************************************
[Thu Aug 14 05:17:00 2025] isx031 12-0042: Probing e-CAM31_CUTDA4 ....
[Thu Aug 14 05:17:00 2025] isx031 12-0042: mcu_fw_name from DT is : isx031_cam_fw_boowan_wide.bin
[Thu Aug 14 05:17:00 2025] isx031 12-0042: ISP Firmware Name from DT is > ISX031_STURDeCAM31_0.1.2.1.bin
[Thu Aug 14 05:17:00 2025] isx031 12-0042: MIPI lane configuration: 4
[Thu Aug 14 05:17:00 2025] isx031 12-0042: Default FrameRate in DT is 30
[Thu Aug 14 05:17:00 2025] isx031 12-0042: priv->frame_time = 43
[Thu Aug 14 05:17:00 2025] isx031 12-0042: supply avdd not found, using dummy regulator
[Thu Aug 14 05:17:00 2025] isx031 12-0042: supply dovdd not found, using dummy regulator
[Thu Aug 14 05:17:00 2025] isx031 12-0042: supply dvdd not found, using dummy regulator
[Thu Aug 14 05:17:00 2025] isx031 12-0042: Toggling GPIO's pwdn_gpio and reset_gpio
[Thu Aug 14 05:17:00 2025] isx031 12-0042: ISP_BOOT_DATA FILE NAME = ISX031_STURDeCAM31_0.1.2.1.bin
[Thu Aug 14 05:17:00 2025] isx031 12-0042: Boot-Data Version Matched - (ISX031F054XXX0111027f8010XXXXXXX)
[Thu Aug 14 05:17:00 2025] isx031 12-0042: Current MCU Firmware Version - (11ISX031XXXXX0211071ff32aXTDA4VM)
[Thu Aug 14 05:17:01 2025] isx031 12-0042: mcu_get_flash_connect_status(775) Errcode - 0x07 
[Thu Aug 14 05:17:01 2025] isx031 12-0042: Retrying to get FLASH CONNECT STATUS !..
[Thu Aug 14 05:17:01 2025] isx031 12-0042: Setting ACK Response Mode
[Thu Aug 14 05:17:01 2025] isx031 12-0042: Set ACK Response Mode Success !! 
[Thu Aug 14 05:17:01 2025] isx031 12-0042: Fl Connect Status = 0x01
[Thu Aug 14 05:17:01 2025] isx031 12-0042: Load Param Status = 0x01
[Thu Aug 14 05:17:01 2025] isx031 12-0042: NV BOOT  Status = 0x01
[Thu Aug 14 05:17:01 2025] isx031 12-0042: SPI BOOTDATA IS VALID & SENSOR WILL BOOT FROM SPI
[Thu Aug 14 05:17:01 2025] isx031 12-0042: Sensor ID = 0x1a04
[Thu Aug 14 05:17:02 2025] isx031 12-0042: ISP Already Initialized !! 
[Thu Aug 14 05:17:02 2025] isx031 12-0042: mcu_get_flash_connect_status(775) Errcode - 0x07 
[Thu Aug 14 05:17:02 2025] isx031 12-0042: Retrying to get FLASH CONNECT STATUS !..
[Thu Aug 14 05:17:02 2025] isx031 12-0042: Setting ACK Response Mode
[Thu Aug 14 05:17:02 2025] isx031 12-0042: Set ACK Response Mode Success !! 
[Thu Aug 14 05:17:02 2025] isx031 12-0042: Fl Connect Status = 0x01
[Thu Aug 14 05:17:02 2025] isx031 12-0042: Load Param Status = 0x01
[Thu Aug 14 05:17:02 2025] isx031 12-0042: NV BOOT  Status = 0x01
[Thu Aug 14 05:17:02 2025] isx031 12-0042: Narrow Angle Bootdata
[Thu Aug 14 05:17:02 2025] isx031 12-0042: supported format: width: 1920 and height: 1536
[Thu Aug 14 05:17:02 2025] isx031 12-0042: supported format: width: 1920 and height: 1080
[Thu Aug 14 05:17:02 2025] isx031 12-0042: Default Width and Height 1920 1536
[Thu Aug 14 05:17:03 2025] isx031 12-0042: 0. Initialized Control 0x00980900 - Brightness 
[Thu Aug 14 05:17:03 2025] isx031 12-0042: 1. Initialized Control 0x00980901 - Contrast 
[Thu Aug 14 05:17:03 2025] isx031 12-0042: 2. Initialized Control 0x00980902 - Saturation 
[Thu Aug 14 05:17:03 2025] isx031 12-0042: 3. Initialized Control 0x00980903 - Hue 
[Thu Aug 14 05:17:03 2025] isx031 12-0042: 9. Initialized Control 0x0098091b - Sharpness 
[Thu Aug 14 05:17:03 2025] isx031 12-0042:  Menu Element 0 : Auto Exposure Mode 
[Thu Aug 14 05:17:03 2025] isx031 12-0042:  Menu Element 1 : Manual Exposure Mode 
[Thu Aug 14 05:17:03 2025] isx031 12-0042:  Menu Element 2 :  
[Thu Aug 14 05:17:03 2025] isx031 12-0042: 10. Initialized Custom Ctrl 0x009a0901 - Exposure Mode 
[Thu Aug 14 05:17:03 2025] isx031 12-0042: 11. Initialized Control 0x009a0902 - Exposure Time, Absolute 
[Thu Aug 14 05:17:03 2025] isx031 12-0042: Stream off
[Thu Aug 14 05:17:03 2025] isx031 12-0042: Detected e-CAM31_CUTDA4
[Thu Aug 14 05:17:03 2025] ****************************************
[Thu Aug 14 05:17:17 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:17 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:17 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:17 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:17 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:17 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:34 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 05:17:35 2025] isx031 10-0042: Stream on
[Thu Aug 14 05:17:35 2025] isx031 11-0042: Stream on
[Thu Aug 14 05:17:35 2025] isx031 12-0042: Stream on
[Thu Aug 14 05:17:36 2025] ds90ub960 6-0030: rx2 CSI error: 0x4
[Thu Aug 14 05:17:36 2025] ds90ub960 6-0030: rx2 CSI checksum error
[Thu Aug 14 05:28:00 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 05:29:05 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 05:29:47 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 05:37:29 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 05:40:50 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 05:42:28 2025] ds90ub960 6-0030: rx0 CSI error: 0xc
[Thu Aug 14 05:42:28 2025] ds90ub960 6-0030: rx0 CSI checksum error
[Thu Aug 14 05:42:28 2025] ds90ub960 6-0030: rx0 CSI length error
[Thu Aug 14 05:56:54 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:00:33 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:01:15 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:05:55 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:20:50 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:25:48 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:28:17 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:33:52 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:33:52 2025] tidss 4a00000.dss: Plane0 underflow (irq 100200)
[Thu Aug 14 06:35:39 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:43:02 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:47:18 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:53:40 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:55:27 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 06:59:39 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:01:40 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:03:46 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:07:15 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:07:57 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:08:58 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:11:26 2025] ds90ub960 6-0030: rx2 CSI error: 0x4
[Thu Aug 14 07:11:26 2025] ds90ub960 6-0030: rx2 CSI checksum error
[Thu Aug 14 07:11:27 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:12:09 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:15:57 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:16:39 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:34:20 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:36:03 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:38:27 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:40:09 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:51:06 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:52:43 2025] ds90ub960 6-0030: rx2 CSI error: 0x4
[Thu Aug 14 07:52:43 2025] ds90ub960 6-0030: rx2 CSI checksum error
[Thu Aug 14 07:53:35 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:58:57 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 07:59:39 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 08:07:30 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 08:12:28 2025] ds90ub960 6-0030: rx0 CSI error: 0xc
[Thu Aug 14 08:12:28 2025] ds90ub960 6-0030: rx0 CSI checksum error
[Thu Aug 14 08:12:28 2025] ds90ub960 6-0030: rx0 CSI length error
[Thu Aug 14 08:19:32 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 08:22:01 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 08:24:30 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 08:31:20 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 08:35:13 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 08:38:47 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 08:40:58 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 08:47:01 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:00:09 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:03:01 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:05:07 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:11:43 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:12:25 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:16:31 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:17:13 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:24:54 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:36:05 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:45:01 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:49:17 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:52:47 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:54:11 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:57:59 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 09:58:41 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:00:23 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:05:35 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:10:05 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:22:49 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:24:13 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:27:47 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:29:11 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:44:24 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:46:30 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:55:49 2025] tidss 4a00000.dss: Plane0 underflow (irq 100000)
[Thu Aug 14 10:56:24 2025] ds90ub960 6-0030: rx2 FPD3 encode error
[Thu Aug 14 10:56:24 2025] ds90ub960 6-0030: rx2 CSI error: 0xf
[Thu Aug 14 10:56:24 2025] ds90ub960 6-0030: rx2 CSI ECC1 error
[Thu Aug 14 10:56:24 2025] ds90ub960 6-0030: rx2 CSI ECC2 error
[Thu Aug 14 10:56:24 2025] ds90ub960 6-0030: rx2 CSI checksum error
[Thu Aug 14 10:56:24 2025] ds90ub960 6-0030: rx2 CSI length error
[Thu Aug 14 11:01:36 2025] isx031 10-0042: Stream off
[Thu Aug 14 11:01:36 2025] isx031 11-0042: Stream off
[Thu Aug 14 11:01:36 2025] isx031 12-0042: Stream off
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:19 2025] isx031_get_frame_desc, -entered
[Thu Aug 14 11:02:20 2025] isx031 10-0042: Stream on
[Thu Aug 14 11:02:20 2025] isx031 11-0042: Stream on
[Thu Aug 14 11:02:20 2025] isx031 12-0042: Stream on
[Thu Aug 14 11:02:53 2025] isx031 10-0042: Stream off
[Thu Aug 14 11:02:53 2025] isx031 11-0042: Stream off
[Thu Aug 14 11:02:53 2025] isx031 12-0042: Stream off

I hope stream freeze is happened only because of  ds90ub960 6-0030: rx2 FPD3 encode error.  If Yes, how can i avoid this stream freeze. thanks in advance.

Along with this I do get one more error frequently tidss 4a00000.dss: Plane0 underflow (irq 100000). But till now there is no issue with this error. Please give a hint to mitigate this error too

Thanks in advance

  • Hi Jeyaprakash,

    The dss error is due to the DSS missing frames. This could be due to the pipeline stalling or buffering. This shouldn't cause any serious issues. If the fps was decreased, the issue would likely disappear as well.

    The deserializer issues, I have not seen before.

    If there are no more dss underflows after the encode error, I assume that is what's causing the freeze.

    Is there a way you can video the stream to see when the freeze occurs?

    Best,
    Jared