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.

J784S4XEVM: Gstreamer pipeline with multiple cameras hangs the board

Part Number: J784S4XEVM
Other Parts Discussed in Thread: AM67A

Tool/software:

Hi,

I wanted to share an issue we've been facing with our Fusion board setup that involves four D3RCM-IMX390-953 cameras.
We've noticed that restarting the GStreamer pipeline leads to a hard lockup of the board, along with kernel errors. This seems to happen only when we're using multiple cameras at the same time.

gst-launch-1.0 -v v4l2src device=/dev/video-imx390-cam0 ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev0 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/linear/dcc_ldc.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink  \
v4l2src device=/dev/video-imx390-cam1 ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev1 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/linear/dcc_ldc.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink \
v4l2src device=/dev/video-imx390-cam2 ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev2 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/linear/dcc_ldc.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink \
v4l2src device=/dev/video-imx390-cam3 ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev3 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/linear/dcc_ldc.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink 

The first run works perfectly fine, but on subsequent attempts (usually the second try), the board just hangs. When this happens, we see a lot of errors from the kernel:

[  929.808516] omap_i2c 2050000.i2c: controller timed out
[  929.808528] ds90ub960 3-003d: ub960_read: cannot read register 0x24 (-110)!
[  930.768499] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: 0xffff8000087a1674)
[  930.768506] ti-sci 44083000.system-controller: Mbox send fail -110
[  931.343487] omap_i2c 2050000.i2c: controller timed out
[  931.343497] ds90ub960 3-003d: ub960_read: cannot read register 0x24 (-110)!
[  932.878460] omap_i2c 2050000.i2c: controller timed out
[  932.878469] ds90ub960 3-003d: ub960_read: cannot read register 0x24 (-110)!
[  934.418436] omap_i2c 2050000.i2c: controller timed out
[  934.418444] ds90ub960 3-003d: ub960_read: cannot read register 0x24 (-110)!
[  935.953408] omap_i2c 2050000.i2c: controller timed out
[  935.953417] ds90ub960 3-003d: ub960_read: cannot read register 0x24 (-110)!
[  937.488383] omap_i2c 2050000.i2c: controller timed out
[  937.488390] ds90ub960 3-003d: ub960_read: cannot read register 0x24 (-110)!
[  938.958359] omap_i2c 2040000.i2c: controller timed out
[  939.023358] omap_i2c 2050000.i2c: controller timed out
[  939.023365] ds90ub960 3-003d: ub960_read: cannot read register 0x24 (-110)!
[  939.983343] omap_i2c 2040000.i2c: controller timed out
[  940.558332] omap_i2c 2050000.i2c: controller timed out
[  940.558339] ds90ub960 3-003d: ub960_read: cannot read register 0x24 (-110)!
[  941.008330] omap_i2c 2040000.i2c: controller timed out

OR

[   92.146908] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[   92.146918] rcu: 	4-...!: (0 ticks this GP) idle=3dbc/0/0x1 softirq=0/0 fqs=0 rcuc=21003 jiffies(starved)
[   92.146925] rcu: 	5-...!: (0 ticks this GP) idle=ce04/1/0x4000000000000000 softirq=0/0 fqs=0 rcuc=21004 jiffies(starved)
[   92.146931] rcu: 	7-...!: (11 GPs behind) idle=d4e8/0/0x0 softirq=0/0 fqs=0 rcuc=21103 jiffies(starved) (false positive?)
[   92.146936] 	(detected by 1, t=21006 jiffies, g=21097, q=830 ncpus=8)
[   92.146940] Task dump for CPU 4:
[   92.146942] task:swapper/4       state:R  running task     stack:0     pid:0     ppid:1      flags:0x0000000a
[   92.146949] Call trace:
[   92.146951]  0xffff8000089fdfb8
[   92.146954]  0xffff0008bc30fe20
[   92.146955] Task dump for CPU 5:
[   92.146957] task:v4l2src3:src    state:R  running task     stack:0     pid:3750  ppid:2366   flags:0x00000286
[   92.146962] Call trace:
[   92.146963]  0xffff8000089fdfb8
[   92.146965]  0xffff0008dc4234b0
[   92.146966] Task dump for CPU 7:
[   92.146967] task:swapper/7       state:R  running task     stack:0     pid:0     ppid:1      flags:0x0000000a
[   92.146972] Call trace:
[   92.146973]  0xffff8000089fdfb8
[   92.146974]  0xffff0008bc31be20
[   92.146977] rcu: rcu_preempt kthread starved for 21006 jiffies! g21097 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x0 ->cpu=4
[   92.146981] rcu: 	Unless rcu_preempt kthread gets sufficient CPU time, OOM is now expected behavior.
[   92.146982] rcu: RCU grace-period kthread stack dump:
[   92.146984] task:rcu_preempt     state:R  running task     stack:0     pid:16    ppid:2      flags:0x00000008
[   92.146988] Call trace:
[   92.146989]  0xffff8000089fdfb8
[   92.146991]  0xffff8000089fe320
[   92.146992]  0xffff8000089fe618
[   92.146993]  0xffff800008a05f8c
[   92.146994]  0xffff8000080a0928
[   92.146996]  0xffff8000080a3f48
[   92.146997]  0xffff80000805ce54
[   92.146998]  0xffff800008014cb0
[   92.147000] rcu: Stack dump where RCU GP kthread last ran:
[   92.147001] Task dump for CPU 4:
[   92.147002] task:swapper/4       state:R  running task     stack:0     pid:0     ppid:1      flags:0x0000000a
[   92.147005] Call trace:
[   92.147006]  0xffff8000089fdfb8
[   92.147007]  0xffff0008bc30fe20
[  122.341916] mmc1: Timeout waiting for hardware interrupt.
[  122.341920] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  122.341923] mmc1: sdhci: Sys addr:  0x00000018 | Version:  0x00001004
[  122.341927] mmc1: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[  122.341930] mmc1: sdhci: Argument:  0x008854e8 | Trn mode: 0x0000002b
[  122.341932] mmc1: sdhci: Present:   0x01f70000 | Host ctl: 0x0000001f
[  122.341935] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  122.341938] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
[  122.341941] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000003
[  122.341943] mmc1: sdhci: Int enab:  0x03ff008b | Sig enab: 0x03ff008b
[  122.341946] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  122.341948] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  122.341951] mmc1: sdhci: Cmd:       0x0000193a | Max curr: 0x00000000
[  122.341954] mmc1: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x01dbd37f
[  122.341956] mmc1: sdhci: Resp[2]:   0x325b5900 | Resp[3]:  0x00000900
[  122.341959] mmc1: sdhci: Host ctl2: 0x0000000b
[  122.341961] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x000000093f28b224
[  122.341963] mmc1: sdhci: ============================================
[  132.581914] mmc1: Timeout waiting for hardware interrupt.
[  132.581919] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[  132.581922] mmc1: sdhci: Sys addr:  0x00000018 | Version:  0x00001004
[  132.581925] mmc1: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[  132.581928] mmc1: sdhci: Argument:  0x00000000 | Trn mode: 0x00000023
[  132.581931] mmc1: sdhci: Present:   0x01f70000 | Host ctl: 0x0000001f
[  132.581934] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[  132.581937] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x00000007
[  132.581939] mmc1: sdhci: Timeout:   0x0000000e | Int stat: 0x00018002
[  132.581942] mmc1: sdhci: Int enab:  0x03ff008b | Sig enab: 0x03ff008b
[  132.581945] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[  132.581948] mmc1: sdhci: Caps:      0x3de8c801 | Caps_1:   0x18002407
[  132.581950] mmc1: sdhci: Cmd:       0x00000c1b | Max curr: 0x00000000
[  132.581953] mmc1: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x01dbd37f
[  132.581956] mmc1: sdhci: Resp[2]:   0x325b5900 | Resp[3]:  0x00000900
[  132.581958] mmc1: sdhci: Host ctl2: 0x0000000b


Do you know what could cause this? Or have any suggestions on how to resolve it? 

  • Hi Bartosz,

    Could you please share complete dmesg along with the output from media-ctl -p? Which fusion board are you using to connect the IMX390 sensors?

    Thank you,

    Fabiana

  • We are using EVM577PFUSION-V1-0 fusion board.
    media-ctl -p output:

    media-ctl -p 
    Media controller API version 6.1.80
    
    Media device information
    ------------------------
    driver          j721e-csi2rx
    model           TI-CSI2RX
    serial          
    bus info        platform:4500000.ticsi2rx
    hw revision     0x1
    driver version  6.1.80
    
    Device topology
    - entity 1: 4500000.ticsi2rx (9 pads, 9 links, 4 routes)
                type V4L2 subdev subtype Unknown flags 0
                device node name /dev/v4l-subdev3
    	routes:
    		0/0 -> 2/0 [ACTIVE]
    		0/1 -> 3/0 [ACTIVE]
    		0/2 -> 4/0 [ACTIVE]
    		0/3 -> 5/0 [ACTIVE]
    	pad0: Sink
    		[stream:0 fmt:UYVY8_1X16/640x480 field:none colorspace:srgb xfer:srgb ycbcr:601 quantization:lim-range]
    		[stream:1 fmt:UYVY8_1X16/640x480 field:none colorspace:srgb xfer:srgb ycbcr:601 quantization:lim-range]
    		[stream:2 fmt:UYVY8_1X16/640x480 field:none colorspace:srgb xfer:srgb ycbcr:601 quantization:lim-range]
    		[stream:3 fmt:UYVY8_1X16/640x480 field:none colorspace:srgb xfer:srgb ycbcr:601 quantization:lim-range]
    		<- "cdns_csi2rx.4504000.csi-bridge":1 [ENABLED,IMMUTABLE]
    	pad1: Source
    		-> "4500000.ticsi2rx context 0":0 [ENABLED,IMMUTABLE]
    	pad2: Source
    		[stream:0 fmt:UYVY8_1X16/640x480 field:none colorspace:srgb xfer:srgb ycbcr:601 quantization:lim-range]
    		-> "4500000.ticsi2rx context 1":0 [ENABLED,IMMUTABLE]
    	pad3: Source
    		[stream:0 fmt:UYVY8_1X16/640x480 field:none colorspace:srgb xfer:srgb ycbcr:601 quantization:lim-range]
    		-> "4500000.ticsi2rx context 2":0 [ENABLED,IMMUTABLE]
    	pad4: Source
    		[stream:0 fmt:UYVY8_1X16/640x480 field:none colorspace:srgb xfer:srgb ycbcr:601 quantization:lim-range]
    		-> "4500000.ticsi2rx context 3":0 [ENABLED,IMMUTABLE]
    	pad5: Source
    		[stream:0 fmt:UYVY8_1X16/640x480 field:none colorspace:srgb xfer:srgb ycbcr:601 quantization:lim-range]
    		-> "4500000.ticsi2rx context 4":0 [ENABLED,IMMUTABLE]
    	pad6: Source
    		-> "4500000.ticsi2rx context 5":0 [ENABLED,IMMUTABLE]
    	pad7: Source
    		-> "4500000.ticsi2rx context 6":0 [ENABLED,IMMUTABLE]
    	pad8: Source
    		-> "4500000.ticsi2rx context 7":0 [ENABLED,IMMUTABLE]
    
    - entity 11: cdns_csi2rx.4504000.csi-bridge (5 pads, 2 links, 4 routes)
                 type V4L2 subdev subtype Unknown flags 0
                 device node name /dev/v4l-subdev4
    	routes:
    		0/0 -> 1/0 [ACTIVE]
    		0/1 -> 1/1 [ACTIVE]
    		0/2 -> 1/2 [ACTIVE]
    		0/3 -> 1/3 [ACTIVE]
    	pad0: Sink
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		[stream:1 fmt:SRGGB12_1X12/1936x1100 field:none]
    		[stream:2 fmt:SRGGB12_1X12/1936x1100 field:none]
    		[stream:3 fmt:SRGGB12_1X12/1936x1100 field:none]
    		<- "ds90ub960 3-003d":4 [ENABLED,IMMUTABLE]
    	pad1: Source
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		[stream:1 fmt:SRGGB12_1X12/1936x1100 field:none]
    		[stream:2 fmt:SRGGB12_1X12/1936x1100 field:none]
    		[stream:3 fmt:SRGGB12_1X12/1936x1100 field:none]
    		-> "4500000.ticsi2rx":0 [ENABLED,IMMUTABLE]
    	pad2: Source
    	pad3: Source
    	pad4: Source
    
    - entity 17: ds90ub960 3-003d (6 pads, 5 links, 4 routes)
                 type V4L2 subdev subtype Unknown flags 0
                 device node name /dev/v4l-subdev5
    	routes:
    		0/0 -> 4/0 [ACTIVE]
    		1/0 -> 4/1 [ACTIVE]
    		2/0 -> 4/2 [ACTIVE]
    		3/0 -> 4/3 [ACTIVE]
    	pad0: Sink
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		<- "ds90ub953 3-0044":1 [ENABLED,IMMUTABLE]
    	pad1: Sink
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		<- "ds90ub953 3-0045":1 [ENABLED,IMMUTABLE]
    	pad2: Sink
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		<- "ds90ub953 3-0046":1 [ENABLED,IMMUTABLE]
    	pad3: Sink
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		<- "ds90ub953 3-0047":1 [ENABLED,IMMUTABLE]
    	pad4: Source
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		[stream:1 fmt:SRGGB12_1X12/1936x1100 field:none]
    		[stream:2 fmt:SRGGB12_1X12/1936x1100 field:none]
    		[stream:3 fmt:SRGGB12_1X12/1936x1100 field:none]
    		-> "cdns_csi2rx.4504000.csi-bridge":0 [ENABLED,IMMUTABLE]
    	pad5: Source
    
    - entity 26: ds90ub953 3-0047 (2 pads, 2 links, 1 route)
                 type V4L2 subdev subtype Unknown flags 0
                 device node name /dev/v4l-subdev6
    	routes:
    		0/0 -> 1/0 [ACTIVE]
    	pad0: Sink
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		<- "imx390 9-001a":0 [ENABLED,IMMUTABLE]
    	pad1: Source
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		-> "ds90ub960 3-003d":3 [ENABLED,IMMUTABLE]
    
    - entity 31: ds90ub953 3-0046 (2 pads, 2 links, 1 route)
                 type V4L2 subdev subtype Unknown flags 0
                 device node name /dev/v4l-subdev7
    	routes:
    		0/0 -> 1/0 [ACTIVE]
    	pad0: Sink
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		<- "imx390 8-001a":0 [ENABLED,IMMUTABLE]
    	pad1: Source
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		-> "ds90ub960 3-003d":2 [ENABLED,IMMUTABLE]
    
    - entity 36: ds90ub953 3-0045 (2 pads, 2 links, 1 route)
                 type V4L2 subdev subtype Unknown flags 0
                 device node name /dev/v4l-subdev8
    	routes:
    		0/0 -> 1/0 [ACTIVE]
    	pad0: Sink
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		<- "imx390 7-001a":0 [ENABLED,IMMUTABLE]
    	pad1: Source
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		-> "ds90ub960 3-003d":1 [ENABLED,IMMUTABLE]
    
    - entity 41: ds90ub953 3-0044 (2 pads, 2 links, 1 route)
                 type V4L2 subdev subtype Unknown flags 0
                 device node name /dev/v4l-subdev9
    	routes:
    		0/0 -> 1/0 [ACTIVE]
    	pad0: Sink
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		<- "imx390 4-001a":0 [ENABLED,IMMUTABLE]
    	pad1: Source
    		[stream:0 fmt:SRGGB12_1X12/1936x1100 field:none]
    		-> "ds90ub960 3-003d":0 [ENABLED,IMMUTABLE]
    
    - entity 46: imx390 4-001a (1 pad, 1 link, 2 routes)
                 type V4L2 subdev subtype Sensor flags 0
                 device node name /dev/v4l-subdev10
    	routes:
    		0/0 -> 0/0 [ACTIVE]
    		0/0 -> 0/1 [INACTIVE]
    	pad0: Source
    		[stream:0 fmt:SRGGB12_1X12/1936x1100@1/30 field:none colorspace:smpte170m]
    		-> "ds90ub953 3-0044":0 [ENABLED,IMMUTABLE]
    
    - entity 50: imx390 7-001a (1 pad, 1 link, 2 routes)
                 type V4L2 subdev subtype Sensor flags 0
                 device node name /dev/v4l-subdev11
    	routes:
    		0/0 -> 0/0 [ACTIVE]
    		0/0 -> 0/1 [INACTIVE]
    	pad0: Source
    		[stream:0 fmt:SRGGB12_1X12/1936x1100@1/30 field:none colorspace:smpte170m]
    		-> "ds90ub953 3-0045":0 [ENABLED,IMMUTABLE]
    
    - entity 54: imx390 8-001a (1 pad, 1 link, 2 routes)
                 type V4L2 subdev subtype Sensor flags 0
                 device node name /dev/v4l-subdev12
    	routes:
    		0/0 -> 0/0 [ACTIVE]
    		0/0 -> 0/1 [INACTIVE]
    	pad0: Source
    		[stream:0 fmt:SRGGB12_1X12/1936x1100@1/30 field:none colorspace:smpte170m]
    		-> "ds90ub953 3-0046":0 [ENABLED,IMMUTABLE]
    
    - entity 58: imx390 9-001a (1 pad, 1 link, 2 routes)
                 type V4L2 subdev subtype Sensor flags 0
                 device node name /dev/v4l-subdev13
    	routes:
    		0/0 -> 0/0 [ACTIVE]
    		0/0 -> 0/1 [INACTIVE]
    	pad0: Source
    		[stream:0 fmt:SRGGB12_1X12/1936x1100@1/30 field:none colorspace:smpte170m]
    		-> "ds90ub953 3-0047":0 [ENABLED,IMMUTABLE]
    
    - entity 64: 4500000.ticsi2rx context 0 (1 pad, 1 link, 0 route)
                 type Node subtype V4L flags 0
                 device node name /dev/video12
    	pad0: Sink
    		<- "4500000.ticsi2rx":1 [ENABLED,IMMUTABLE]
    
    - entity 70: 4500000.ticsi2rx context 1 (1 pad, 1 link, 0 route)
                 type Node subtype V4L flags 0
                 device node name /dev/video13
    	pad0: Sink
    		<- "4500000.ticsi2rx":2 [ENABLED,IMMUTABLE]
    
    - entity 76: 4500000.ticsi2rx context 2 (1 pad, 1 link, 0 route)
                 type Node subtype V4L flags 0
                 device node name /dev/video14
    	pad0: Sink
    		<- "4500000.ticsi2rx":3 [ENABLED,IMMUTABLE]
    
    - entity 82: 4500000.ticsi2rx context 3 (1 pad, 1 link, 0 route)
                 type Node subtype V4L flags 0
                 device node name /dev/video15
    	pad0: Sink
    		<- "4500000.ticsi2rx":4 [ENABLED,IMMUTABLE]
    
    - entity 88: 4500000.ticsi2rx context 4 (1 pad, 1 link, 0 route)
                 type Node subtype V4L flags 0
                 device node name /dev/video16
    	pad0: Sink
    		<- "4500000.ticsi2rx":5 [ENABLED,IMMUTABLE]
    
    - entity 94: 4500000.ticsi2rx context 5 (1 pad, 1 link, 0 route)
                 type Node subtype V4L flags 0
                 device node name /dev/video17
    	pad0: Sink
    		<- "4500000.ticsi2rx":6 [ENABLED,IMMUTABLE]
    
    - entity 100: 4500000.ticsi2rx context 6 (1 pad, 1 link, 0 route)
                  type Node subtype V4L flags 0
                  device node name /dev/video18
    	pad0: Sink
    		<- "4500000.ticsi2rx":7 [ENABLED,IMMUTABLE]
    
    - entity 106: 4500000.ticsi2rx context 7 (1 pad, 1 link, 0 route)
                  type Node subtype V4L flags 0
                  device node name /dev/video19
    	pad0: Sink
    		<- "4500000.ticsi2rx":8 [ENABLED,IMMUTABLE]

    Complete kernel log(till the board lock up):

    <6>[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    <5>[    0.000000] Linux version 6.1.80-rt26-ti-rt-g3c08dbfd7bfd (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Wed Mar 20 14:44:35 UTC 2024
    <6>[    0.000000] Machine model: Texas Instruments J784S4 EVM
    <6>[    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    <6>[    0.000000] printk: bootconsole [ns16550a0] enabled
    <6>[    0.000000] efi: UEFI not found.
    <3>[    0.000000] OF: reserved mem: OVERLAP DETECTED!
    <3>[    0.000000] r5f-virtual-eth-queues@af000000 (0x00000000af000000--0x00000000af200000) overlaps with vision-apps-dma-memory@af000000 (0x00000000af000000--0x00000000b2000000)
    <3>[    0.000000] OF: reserved mem: OVERLAP DETECTED!
    <3>[    0.000000] vision-apps-dma-memory@af000000 (0x00000000af000000--0x00000000b2000000) overlaps with r5f-virtual-eth-buffers@af200000 (0x00000000af200000--0x00000000b1000000)
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a5000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a5100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a8000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a8100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 48 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@ac000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000af000000, size 2 MiB
    <6>[    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@af000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000af000000, size 48 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@af000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000af200000, size 30 MiB
    <6>[    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@af200000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b2000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2100000, size 5 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b2100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b4000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b4000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b4100000, size 5 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b4100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_2-dma-memory@b6000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6100000, size 5 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_2-memory@b6100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_3-dma-memory@b8000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8100000, size 5 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_3-memory@b8100000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ba000000, size 64 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@ba000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000be000000, size 8 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@be000000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000be800000, size 24 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@be800000, compatible id shared-dma-pool
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 2048 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    <6>[    0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 1792 MiB
    <6>[    0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
    <6>[    0.000000] Zone ranges:
    <6>[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    <6>[    0.000000]   DMA32    empty
    <6>[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000fffffffff]
    <6>[    0.000000] Movable zone start for each node
    <6>[    0.000000] Early memory node ranges
    <6>[    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    <6>[    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a8ffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000a9000000-0x00000000abffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000b2603fff]
    <6>[    0.000000]   node   0: [mem 0x00000000b2604000-0x00000000b3ffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000b4000000-0x00000000b4603fff]
    <6>[    0.000000]   node   0: [mem 0x00000000b4604000-0x00000000b5ffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000b6000000-0x00000000b6603fff]
    <6>[    0.000000]   node   0: [mem 0x00000000b6604000-0x00000000b7ffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000b8000000-0x00000000b8603fff]
    <6>[    0.000000]   node   0: [mem 0x00000000b8604000-0x00000000b9ffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000ba000000-0x00000000bfffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
    <6>[    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    <6>[    0.000000]   node   0: [mem 0x0000000900000000-0x0000000fffffffff]
    <6>[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
    <6>[    0.000000] psci: probing for conduit method from DT.
    <6>[    0.000000] psci: PSCIv1.1 detected in firmware.
    <6>[    0.000000] psci: Using standard PSCI v0.2 function IDs
    <6>[    0.000000] psci: Trusted OS migration not required
    <6>[    0.000000] psci: SMC Calling Convention v1.4
    <6>[    0.000000] percpu: Embedded 22 pages/cpu s50624 r8192 d31296 u90112
    <7>[    0.000000] pcpu-alloc: s50624 r8192 d31296 u90112 alloc=22*4096
    <7>[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
    <6>[    0.000000] Detected PIPT I-cache on CPU0
    <6>[    0.000000] CPU features: detected: GIC system register CPU interface
    <6>[    0.000000] CPU features: detected: Spectre-BHB
    <6>[    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    <6>[    0.000000] CPU features: detected: ARM erratum 1742098
    <6>[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    <6>[    0.000000] alternatives: applying boot alternatives
    <6>[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8257536
    <5>[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=b17c90ed-02 rw rootfstype=ext4 rootwait
    <6>[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    <6>[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    <6>[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    <6>[    0.000000] software IO TLB: area num 8.
    <6>[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    <6>[    0.000000] Memory: 27588592K/33554432K available (10240K kernel code, 1204K rwdata, 2320K rodata, 1792K init, 438K bss, 4130832K reserved, 1835008K cma-reserved)
    <6>[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    <6>[    0.000000] rcu: Preemptible hierarchical RCU implementation.
    <6>[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
    <6>[    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    <6>[    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    <6>[    0.000000] 	Trampoline variant of Tasks RCU enabled.
    <6>[    0.000000] 	Tracing variant of Tasks RCU enabled.
    <6>[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    <6>[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    <6>[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    <4>[    0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
    <6>[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    <6>[    0.000000] GICv3: 960 SPIs implemented
    <6>[    0.000000] GICv3: 0 Extended SPIs implemented
    <6>[    0.000000] Root IRQ handler: 0xffff800008466de0
    <6>[    0.000000] GICv3: GICv3 features: 16 PPIs
    <6>[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    <6>[    0.000000] ITS [mem 0x01820000-0x0182ffff]
    <6>[    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    <4>[    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    <6>[    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @93c800000 (flat, esz 8, psz 64K, shr 0)
    <6>[    0.000000] ITS: using cache flushing for cmd queue
    <6>[    0.000000] GICv3: using LPI property table @0x000000093c030000
    <6>[    0.000000] GIC: using cache flushing for LPI property table
    <6>[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x000000093c040000
    <6>[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    <6>[    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    <6>[    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    <6>[    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    <6>[    0.000189] Console: colour dummy device 80x25
    <6>[    1.162919] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    <6>[    1.162924] pid_max: default: 32768 minimum: 301
    <6>[    1.162974] LSM: Security Framework initializing
    <6>[    1.163088] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    <6>[    1.163172] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    <6>[    1.163945] cblist_init_generic: Setting adjustable number of callback queues.
    <6>[    1.207311] cblist_init_generic: Setting shift to 3 and lim to 1.
    <6>[    1.213565] cblist_init_generic: Setting adjustable number of callback queues.
    <6>[    1.220946] cblist_init_generic: Setting shift to 3 and lim to 1.
    <6>[    1.227303] rcu: Hierarchical SRCU implementation.
    <6>[    1.227304] rcu: 	Max phase no-delay instances is 400.
    <6>[    1.227324] printk: bootconsole [ns16550a0] printing thread started
    <6>[    1.244006] Platform MSI: msi-controller@1820000 domain created
    <6>[    1.244159] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    <6>[    1.244221] EFI services will not be available.
    <6>[    1.244381] smp: Bringing up secondary CPUs ...
    <6>[    1.277388] Detected PIPT I-cache on CPU1
    <6>[    1.277444] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    <6>[    1.277458] GICv3: CPU1: using allocated LPI pending table @0x000000093c050000
    <6>[    1.277487] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    <6>[    1.311069] Detected PIPT I-cache on CPU2
    <6>[    1.311105] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    <6>[    1.311118] GICv3: CPU2: using allocated LPI pending table @0x000000093c060000
    <6>[    1.311141] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    <6>[    1.344729] Detected PIPT I-cache on CPU3
    <6>[    1.344767] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    <6>[    1.344780] GICv3: CPU3: using allocated LPI pending table @0x000000093c070000
    <6>[    1.344801] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    <6>[    1.378422] Detected PIPT I-cache on CPU4
    <6>[    1.378494] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    <6>[    1.378508] GICv3: CPU4: using allocated LPI pending table @0x000000093c080000
    <6>[    1.378537] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    <6>[    1.412348] Detected PIPT I-cache on CPU5
    <6>[    1.412395] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    <6>[    1.412408] GICv3: CPU5: using allocated LPI pending table @0x000000093c090000
    <6>[    1.412430] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    <6>[    1.446219] Detected PIPT I-cache on CPU6
    <6>[    1.446270] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    <6>[    1.446282] GICv3: CPU6: using allocated LPI pending table @0x000000093c0a0000
    <6>[    1.446307] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    <6>[    1.480093] Detected PIPT I-cache on CPU7
    <6>[    1.480148] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    <6>[    1.480160] GICv3: CPU7: using allocated LPI pending table @0x000000093c0b0000
    <6>[    1.480183] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    <6>[    1.480228] smp: Brought up 1 node, 8 CPUs
    <6>[    1.480233] SMP: Total of 8 processors activated.
    <6>[    1.480236] CPU features: detected: 32-bit EL0 Support
    <6>[    1.480238] CPU features: detected: CRC32 instructions
    <6>[    1.525074] CPU: All CPU(s) started at EL2
    <6>[    1.525076] alternatives: applying system-wide alternatives
    <6>[    1.525838] devtmpfs: initialized
    <6>[    1.542708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    <6>[    1.542719] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    <6>[    1.568328] pinctrl core: initialized pinctrl subsystem
    <6>[    1.568694] DMI not present or invalid.
    <6>[    1.569019] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    <6>[    1.584903] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    <6>[    1.585633] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    <6>[    1.586367] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    <6>[    1.586418] audit: initializing netlink subsys (disabled)
    <5>[    1.586515] audit: type=2000 audit(1.584:1): state=initialized audit_enabled=0 res=1
    <6>[    1.586755] thermal_sys: Registered thermal governor 'step_wise'
    <6>[    1.586832] ASID allocator initialised with 65536 entries
    <6>[    1.596486] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    <6>[    1.603816] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    <6>[    1.603819] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    <6>[    1.603822] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    <6>[    1.603823] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    <6>[    1.603826] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    <6>[    1.603827] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    <6>[    1.603829] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    <6>[    1.603831] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    <6>[    1.609523] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    <6>[    1.610430] iommu: Default domain type: Translated 
    <6>[    1.610433] iommu: DMA domain TLB invalidation policy: strict mode 
    <5>[    1.610586] SCSI subsystem initialized
    <7>[    1.610647] libata version 3.00 loaded.
    <6>[    1.610742] usbcore: registered new interface driver usbfs
    <6>[    1.610761] usbcore: registered new interface driver hub
    <6>[    1.610776] usbcore: registered new device driver usb
    <6>[    1.610976] pps_core: LinuxPPS API ver. 1 registered
    <6>[    1.610978] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    <6>[    1.610987] PTP clock support registered
    <6>[    1.611067] EDAC MC: Ver: 3.0.0
    <6>[    1.611469] FPGA manager framework
    <6>[    1.611513] Advanced Linux Sound Architecture Driver Initialized.
    <6>[    1.611968] clocksource: Switched to clocksource arch_sys_counter
    <5>[    1.612077] VFS: Disk quotas dquot_6.6.0
    <6>[    1.612094] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    <6>[    1.615706] Carveout Heap: Exported 960 MiB at 0x0000000900000000
    <6>[    1.615770] NET: Registered PF_INET protocol family
    <6>[    1.616095] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    <6>[    1.621144] tcp_listen_portaddr_hash hash table entries: 16384 (order: 7, 655360 bytes, linear)
    <6>[    1.621369] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    <6>[    1.621392] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    <6>[    1.622252] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes, vmalloc hugepage)
    <6>[    1.624298] TCP: Hash tables configured (established 262144 bind 65536)
    <6>[    1.624428] UDP hash table entries: 16384 (order: 8, 1572864 bytes, linear)
    <6>[    1.625323] UDP-Lite hash table entries: 16384 (order: 8, 1572864 bytes, linear)
    <6>[    1.626375] NET: Registered PF_UNIX/PF_LOCAL protocol family
    <6>[    1.626643] RPC: Registered named UNIX socket transport module.
    <6>[    1.626646] RPC: Registered udp transport module.
    <6>[    1.626647] RPC: Registered tcp transport module.
    <6>[    1.626649] RPC: Registered tcp NFSv4.1 backchannel transport module.
    <6>[    1.626654] PCI: CLS 0 bytes, default 64
    <5>[    1.642564] Initialise system trusted keyrings
    <6>[    1.642640] workingset: timestamp_bits=62 max_order=23 bucket_order=0
    <6>[    1.645625] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    <5>[    1.645879] NFS: Registering the id_resolver key type
    <5>[    1.645898] Key type id_resolver registered
    <5>[    1.645900] Key type id_legacy registered
    <6>[    1.645936] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    <6>[    1.645939] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    <5>[    1.665859] Key type asymmetric registered
    <5>[    1.665861] Asymmetric key parser 'x509' registered
    <6>[    1.665894] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    <6>[    1.665897] io scheduler mq-deadline registered
    <6>[    1.665900] io scheduler kyber registered
    <6>[    1.671199] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    <6>[    1.671304] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    <6>[    1.671483] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    <6>[    1.671802] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    <6>[    1.671940] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    <6>[    1.672711] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    <6>[    1.676621] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    <6>[    1.706650] loop: module loaded
    <6>[    1.707358] megasas: 07.719.03.00-rc1
    <6>[    1.709204] tun: Universal TUN/TAP device driver, 1.6
    <6>[    1.709607] VFIO - User Level meta-driver version: 0.3
    <6>[    1.709953] usbcore: registered new interface driver usb-storage
    <6>[    1.710289] i2c_dev: i2c /dev entries driver
    <6>[    1.710612] sdhci: Secure Digital Host Controller Interface driver
    <6>[    1.710614] sdhci: Copyright(c) Pierre Ossman
    <6>[    1.710736] sdhci-pltfm: SDHCI platform and OF driver helper
    <6>[    1.711132] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    <6>[    1.711294] usbcore: registered new interface driver usbhid
    <6>[    1.711296] usbhid: USB HID core driver
    <6>[    1.711788] optee: probing for conduit method.
    <6>[    1.711805] optee: revision 4.1 (012cdca4)
    <6>[    1.744114] optee: dynamic shared memory is enabled
    <6>[    1.744369] optee: initialized driver
    <6>[    1.745513] Initializing XFRM netlink socket
    <6>[    1.745530] NET: Registered PF_PACKET protocol family
    <5>[    1.745644] Key type dns_resolver registered
    <6>[    1.745760] registered taskstats version 1
    <5>[    1.745773] Loading compiled-in X.509 certificates
    <6>[    1.751115] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    <6>[    1.799858] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz
    <4>[    1.800562] pca953x 0-0020: supply vcc not found, using dummy regulator
    <6>[    1.800623] pca953x 0-0020: using no AI
    <4>[    1.813741] pca953x 0-0022: supply vcc not found, using dummy regulator
    <6>[    1.813816] pca953x 0-0022: using AI
    <6>[    1.814511] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
    <4>[    1.815099] pca953x 2-0020: supply vcc not found, using dummy regulator
    <6>[    1.815150] pca953x 2-0020: using no AI
    <6>[    1.827486] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
    <4>[    1.828213] pca953x 3-0020: supply vcc not found, using dummy regulator
    <6>[    1.828262] pca953x 3-0020: using no AI
    <6>[    1.840309] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
    <6>[    1.840483] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    <6>[    1.840573] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    <6>[    1.840662] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    <6>[    1.840991] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    <6>[    1.846874] ti-udma 311a0000.dma-controller: Number of rings: 48
    <6>[    1.848387] ti-udma 311a0000.dma-controller: Channels: 48 (bchan: 0, tchan: 16, rchan: 32)
    <6>[    1.850146] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    <6>[    1.850150] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    <6>[    1.850153] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    <6>[    1.852122] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    <6>[    1.852127] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    <6>[    1.852129] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    <6>[    1.852513] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 263, base_baud = 6000000) is a 8250
    <6>[    1.852926] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 264, base_baud = 3000000) is a 8250
    <6>[    1.855050] printk: console [ttyS2] printing thread started
    <6>[    1.855060] printk: console [ttyS2] enabled
    <6>[    1.855063] printk: bootconsole [ns16550a0] disabled
    <6>[    1.867372] printk: bootconsole [ns16550a0] printing thread stopped
    <6>[    1.902981] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    <6>[    1.904569] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    <6>[    1.904588] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    <6>[    1.904693] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    <6>[    1.904696] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    <6>[    1.904931] pps pps0: new PPS source ptp0
    <6>[    1.905092] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    <6>[    1.940974] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    <6>[    1.942421] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    <6>[    1.942437] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    <3>[    1.942529] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    <6>[    1.942534] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    <6>[    1.942536] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    <6>[    1.942832] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:250000000, add_val:3 pps:0
    <6>[    1.944235] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    <6>[    1.945294] mmc0: CQHCI version 5.10
    <6>[    1.986272] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    <6>[    2.070969] mmc0: Command Queue Engine enabled
    <6>[    2.070975] mmc0: new HS200 MMC card at address 0001
    <6>[    2.071303] mmcblk0: mmc0:0001 G1M15L 29.6 GiB 
    <6>[    2.072435] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB 
    <6>[    2.073155] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB 
    <6>[    2.073780] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    <6>[    2.233574] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    <3>[    2.233712] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    <6>[    2.234102] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    <6>[    2.234395] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    <6>[    2.234687] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    <6>[    2.234973] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    <6>[    2.235256] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    <6>[    2.235531] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    <6>[    2.238439] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    <6>[    2.240410] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    <6>[    2.244394] spi-nand spi0.0: Winbond SPI NAND was found.
    <6>[    2.244397] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    <5>[    2.244602] 7 fixed-partitions partitions found on MTD device spi0.0
    <5>[    2.244607] Creating 7 MTD partitions on "spi0.0":
    <5>[    2.244610] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
    <5>[    2.245856] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
    <5>[    2.247410] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
    <5>[    2.249885] 0x000000700000-0x000000740000 : "ospi_nand.env"
    <5>[    2.250621] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
    <5>[    2.251354] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    <5>[    2.295470] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    <6>[    2.298495] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
    <5>[    2.298547] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
    <5>[    2.298552] Creating 7 MTD partitions on "47050000.spi.0":
    <5>[    2.298556] 0x000000000000-0x000000100000 : "qspi.tiboot3"
    <5>[    2.299320] 0x000000100000-0x000000300000 : "qspi.tispl"
    <5>[    2.299980] 0x000000300000-0x000000700000 : "qspi.u-boot"
    <5>[    2.300621] 0x000000700000-0x000000740000 : "qspi.env"
    <5>[    2.301259] 0x000000740000-0x000000780000 : "qspi.env.backup"
    <5>[    2.301879] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
    <5>[    2.302533] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
    <6>[    2.336989] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    <6>[    2.338636] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    <6>[    2.338660] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    <6>[    2.338787] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    <6>[    2.338790] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    <6>[    2.339014] pps pps0: new PPS source ptp1
    <6>[    2.339149] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    <6>[    2.357580] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    <6>[    2.392981] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    <6>[    2.394601] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    <6>[    2.394623] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    <3>[    2.394748] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    <6>[    2.394753] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    <6>[    2.394756] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    <6>[    2.395088] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    <6>[    2.414105] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    <3>[    2.415901] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
    <3>[    2.415923] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
    <3>[    2.415944] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
    <6>[    2.416024] mmc1: CQHCI version 5.10
    <3>[    2.416481] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
    <3>[    2.416499] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
    <3>[    2.416516] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
    <6>[    2.428094] ALSA device list:
    <6>[    2.428098]   No soundcards found.
    <6>[    2.456938] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    <6>[    2.486343] Waiting for root device PARTUUID=b17c90ed-02...
    <6>[    2.509796] mmc1: new ultra high speed SDR104 SDXC card at address aaaa
    <6>[    2.510140] mmcblk1: mmc1:aaaa SC64G 59.5 GiB 
    <6>[    2.512595]  mmcblk1: p1 p2
    <6>[    2.572922] EXT4-fs (mmcblk1p2): recovery complete
    <6>[    2.573778] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    <6>[    2.573807] VFS: Mounted root (ext4 filesystem) on device 179:98.
    <6>[    2.575549] devtmpfs: mounted
    <6>[    2.576249] Freeing unused kernel memory: 1792K
    <6>[    2.576374] Run /sbin/init as init process
    <7>[    2.576376]   with arguments:
    <7>[    2.576377]     /sbin/init
    <7>[    2.576378]   with environment:
    <7>[    2.576379]     HOME=/
    <7>[    2.576380]     TERM=linux
    <30>[    2.720086] systemd[1]: System time before build time, advancing clock.
    <6>[    2.753070] NET: Registered PF_INET6 protocol family
    <6>[    2.753630] Segment Routing with IPv6
    <6>[    2.753646] In-situ OAM (IOAM) with IPv6
    <30>[    2.774531] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    <30>[    2.774860] systemd[1]: Detected architecture arm64.
    <30>[    2.819182] systemd[1]: Hostname set to <ve-vob-0001a>.
    <28>[    2.884731] systemd-sysv-generator[239]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    <28>[    2.998534] systemd[1]: Configuration file /lib/systemd/system/prometheus-node-exporter.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    <29>[    3.014343] systemd[1]: /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.
    <29>[    3.037468] 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.
    <30>[    3.065582] systemd[1]: Queued start job for default target Graphical Interface.
    <30>[    3.092786] systemd[1]: Created slice Slice /system/getty.
    <30>[    3.107603] systemd[1]: Created slice Slice /system/modprobe.
    <30>[    3.121443] systemd[1]: Created slice Slice /system/serial-getty.
    <30>[    3.136404] systemd[1]: Created slice Slice /system/wg-quick.
    <30>[    3.150316] systemd[1]: Created slice User and Session Slice.
    <30>[    3.164120] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    <30>[    3.183097] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    <30>[    3.199153] systemd[1]: Reached target Path Units.
    <30>[    3.209326] systemd[1]: Reached target Remote File Systems.
    <30>[    3.223028] systemd[1]: Reached target Slice Units.
    <30>[    3.233374] systemd[1]: Reached target Swaps.
    <30>[    3.253406] systemd[1]: Listening on RPCbind Server Activation Socket.
    <30>[    3.269035] systemd[1]: Reached target RPC Port Mapper.
    <30>[    3.286786] systemd[1]: Listening on Process Core Dump Socket.
    <30>[    3.301124] systemd[1]: Listening on initctl Compatibility Named Pipe.
    <30>[    3.317269] systemd[1]: Listening on Journal Audit Socket.
    <30>[    3.331189] systemd[1]: Listening on Journal Socket (/dev/log).
    <30>[    3.346230] systemd[1]: Listening on Journal Socket.
    <30>[    3.356953] systemd[1]: Listening on Network Service Netlink Socket.
    <30>[    3.371238] systemd[1]: Listening on udev Control Socket.
    <30>[    3.385144] systemd[1]: Listening on udev Kernel Socket.
    <30>[    3.399183] systemd[1]: Listening on User Database Manager Socket.
    <30>[    3.435170] systemd[1]: Mounting Huge Pages File System...
    <30>[    3.447275] systemd[1]: Mounting POSIX Message Queue File System...
    <30>[    3.464578] systemd[1]: Mounting Kernel Debug File System...
    <30>[    3.479193] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    <30>[    3.483353] systemd[1]: Mounting Temporary Directory /tmp...
    <30>[    3.505539] systemd[1]: Starting Create List of Static Device Nodes...
    <30>[    3.522639] systemd[1]: Starting Load Kernel Module configfs...
    <30>[    3.535788] systemd[1]: Starting Load Kernel Module drm...
    <30>[    3.548248] systemd[1]: Starting Load Kernel Module fuse...
    <6>[    3.555592] fuse: init (API version 7.37)
    <30>[    3.572263] systemd[1]: Starting Start psplash boot splash screen...
    <30>[    3.590294] systemd[1]: Starting RPC Bind...
    <30>[    3.598670] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    <28>[    3.599103] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    <28>[    3.599108] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    <30>[    3.601195] systemd[1]: Starting Journal Service...
    <30>[    3.633465] systemd[1]: Starting Load Kernel Modules...
    <4>[    3.642803] cryptodev: loading out-of-tree module taints kernel.
    <6>[    3.643385] cryptodev: driver 1.12 loaded.
    <30>[    3.648736] systemd[1]: Starting Generate network units from Kernel command line...
    <30>[    3.678927] systemd[1]: Starting Remount Root and Kernel File Systems...
    <6>[    3.690267] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    <30>[    3.702912] systemd[1]: Starting Coldplug All udev Devices...
    <30>[    3.720098] systemd[1]: Started RPC Bind.
    <30>[    3.729148] systemd[1]: Started Journal Service.
    <46>[    3.930114] systemd-journald[253]: Received client request to flush runtime journal.
    <4>[    3.948373] Unsafe core_pattern used with fs.suid_dumpable=2.
    <4>[    3.948373] Pipe handler or fully qualified core dump path required.
    <4>[    3.948373] Set kernel.core_pattern before fs.suid_dumpable.
    <6>[    4.235034] mc: Linux media interface: v0.10
    <6>[    4.241322] CAN device driver interface
    <6>[    4.270477] videodev: Linux video capture interface: v2.00
    <4>[    4.295576] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    <4>[    4.300490] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    <6>[    4.305164] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    <6>[    4.305191] j721e-pcie-host 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    <6>[    4.305202] j721e-pcie-host 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    <6>[    4.305211] j721e-pcie-host 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    <4>[    4.310789] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    <4>[    4.313260] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    <4>[    4.313931] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    <4>[    4.319410] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    <4>[    4.336049] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    <3>[    4.336060] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    <4>[    4.336064] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    <6>[    4.341357] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b2000000
    <6>[    4.347038] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    <6>[    4.347137] remoteproc remoteproc0: 64800000.dsp is available
    <6>[    4.347176] remoteproc remoteproc0: attaching to 64800000.dsp
    <4>[    4.347389] remoteproc remoteproc0: unsupported resource 65538
    <6>[    4.353667] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    <6>[    4.353690] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node vision-apps-c71-dma-memory@b2000000
    <5>[    4.392985] random: crng init done
    <46>[    4.394944] systemd-journald[253]: Oldest entry in /run/log/journal/d4e1ec289e794f219203a3381baac0b9/system.journal is older than the configured file retention duration (1month), suggesting rotation.
    <46>[    4.394953] systemd-journald[253]: /run/log/journal/d4e1ec289e794f219203a3381baac0b9/system.journal: Journal header limits reached or header out-of-date, rotating.
    <4>[    4.404401] ds90ub960 3-0036: supply vddio not found, using dummy regulator
    <6>[    4.407319] virtio_rpmsg_bus virtio0: rpmsg host is online
    <6>[    4.407352] rproc-virtio rproc-virtio.7.auto: registered virtio0 (type 7)
    <6>[    4.407356] remoteproc remoteproc0: remote processor 64800000.dsp is now attached
    <6>[    4.407361] k3-dsp-rproc 64800000.dsp: register pm nitifiers in remoteproc mode
    <6>[    4.408337] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b4000000
    <6>[    4.408992] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    <6>[    4.410902] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    <6>[    4.411359] PVR_K:  280: Device: 4e20000000.gpu
    <6>[    4.416816] remoteproc remoteproc1: 65800000.dsp is available
    <6>[    4.416860] remoteproc remoteproc1: attaching to 65800000.dsp
    <6>[    4.419191] PVR_K:  280: Read BVNC 36.53.104.796 from HW device registers
    <6>[    4.419289] PVR_K:  280: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    <4>[    4.435508] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    <6>[    4.435623] platform 41000000.r5f: configured R5F for IPC-only mode
    <6>[    4.435813] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    <4>[    4.437137] remoteproc remoteproc1: unsupported resource 65538
    <4>[    4.438114] ds90ub960 3-003d: supply vddio not found, using dummy regulator
    <6>[    4.438506] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode
    <6>[    4.438519] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b4000000
    <6>[    4.443139] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 1
    <6>[    4.447178] remoteproc remoteproc2: 41000000.r5f is available
    <6>[    4.447222] remoteproc remoteproc2: attaching to 41000000.r5f
    <6>[    4.463441] platform 41000000.r5f: R5F core initialized in IPC-only mode
    <6>[    4.463464] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    <6>[    4.478372] virtio_rpmsg_bus virtio1: rpmsg host is online
    <6>[    4.478426] rproc-virtio rproc-virtio.8.auto: registered virtio1 (type 7)
    <6>[    4.478432] remoteproc remoteproc1: remote processor 65800000.dsp is now attached
    <6>[    4.478437] k3-dsp-rproc 65800000.dsp: register pm nitifiers in remoteproc mode
    <6>[    4.480271] k3-dsp-rproc 66800000.dsp: assigned reserved memory node vision-apps-c71_2-dma-memory@b6000000
    <6>[    4.482038] k3-dsp-rproc 66800000.dsp: configured DSP for IPC-only mode
    <6>[    4.482057] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    <6>[    4.524033] remoteproc remoteproc3: 66800000.dsp is available
    <6>[    4.524074] remoteproc remoteproc3: attaching to 66800000.dsp
    <4>[    4.548391] remoteproc remoteproc3: unsupported resource 65538
    <6>[    4.548410] virtio_rpmsg_bus virtio2: rpmsg host is online
    <6>[    4.549049] rproc-virtio rproc-virtio.9.auto: registered virtio2 (type 7)
    <6>[    4.549056] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
    <6>[    4.549107] k3-dsp-rproc 66800000.dsp: DSP initialized in IPC-only mode
    <6>[    4.549124] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node vision-apps-c71_2-dma-memory@b6000000
    <6>[    4.549293] platform 41400000.r5f: configured R5F for remoteproc mode
    <6>[    4.550424] platform 41400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
    <6>[    4.558319] remoteproc remoteproc4: 41400000.r5f is available
    <4>[    4.558867] remoteproc remoteproc4: loading /lib/firmware/j784s4-mcu-r5f0_1-fw failed with error -22
    <4>[    4.558873] remoteproc remoteproc4: Direct firmware load for j784s4-mcu-r5f0_1-fw failed with error -22
    <6>[    4.558879] remoteproc remoteproc4: powering up 41400000.r5f
    <4>[    4.558900] remoteproc remoteproc4: loading /lib/firmware/j784s4-mcu-r5f0_1-fw failed with error -22
    <4>[    4.558904] remoteproc remoteproc4: Direct firmware load for j784s4-mcu-r5f0_1-fw failed with error -22
    <3>[    4.558908] remoteproc remoteproc4: request_firmware failed: -22
    <6>[    4.568742] virtio_rpmsg_bus virtio3: rpmsg host is online
    <6>[    4.569173] rproc-virtio rproc-virtio.10.auto: registered virtio3 (type 7)
    <6>[    4.569180] remoteproc remoteproc3: remote processor 66800000.dsp is now attached
    <6>[    4.569187] k3-dsp-rproc 66800000.dsp: register pm nitifiers in remoteproc mode
    <6>[    4.570098] k3-dsp-rproc 67800000.dsp: assigned reserved memory node vision-apps-c71_3-dma-memory@b8000000
    <6>[    4.571141] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    <6>[    4.571415] k3-dsp-rproc 67800000.dsp: configured DSP for IPC-only mode
    <6>[    4.572604] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    <6>[    4.581980] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    <6>[    4.582172] remoteproc remoteproc5: 67800000.dsp is available
    <6>[    4.582210] remoteproc remoteproc5: attaching to 67800000.dsp
    <4>[    4.584946] remoteproc remoteproc5: unsupported resource 65538
    <6>[    4.586846] k3-dsp-rproc 67800000.dsp: DSP initialized in IPC-only mode
    <6>[    4.586873] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node vision-apps-c71_3-dma-memory@b8000000
    <6>[    4.587688] m_can_platform 40528000.can: m_can device registered (irq=641, version=32)
    <6>[    4.589772] virtio_rpmsg_bus virtio4: rpmsg host is online
    <6>[    4.589802] rproc-virtio rproc-virtio.11.auto: registered virtio4 (type 7)
    <6>[    4.589808] remoteproc remoteproc5: remote processor 67800000.dsp is now attached
    <6>[    4.589814] k3-dsp-rproc 67800000.dsp: register pm nitifiers in remoteproc mode
    <6>[    4.593447] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    <6>[    4.595636] m_can_platform 40568000.can: m_can device registered (irq=650, version=32)
    <6>[    4.597846] m_can_platform 26a1000.can: m_can device registered (irq=653, version=32)
    <4>[    4.614483] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    <4>[    4.691424] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    <6>[    4.721502] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    <6>[    4.721512] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    <6>[    4.721514] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    <6>[    4.721517] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    <4>[    4.748738] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    <6>[    4.758559] scsi host0: ufshcd
    <6>[    4.761374] m_can_platform 40568000.can mcu_mcan1: renamed from can1
    <6>[    4.763325] ds90ub953 3-0044: Found ub953 rev/mask 0x20
    <6>[    4.776402] ds90ub953 3-0045: Found ub953 rev/mask 0x20
    <6>[    4.776657] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
    <6>[    4.779790] ds90ub953 3-0046: Found ub953 rev/mask 0x20
    <6>[    4.783243] ds90ub953 3-0047: Found ub953 rev/mask 0x20
    <6>[    4.783911] m_can_platform 40528000.can mcu_mcan0: renamed from can0
    <5>[    4.797163] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    <5>[    4.798180] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    <3>[    4.799414] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
    <4>[    4.803124] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    <6>[    4.808409] m_can_platform 26a1000.can main_mcan16: renamed from can2
    <6>[    4.810202] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    <6>[    4.810550] xhci-hcd xhci-hcd.12.auto: xHCI Host Controller
    <6>[    4.810960] xhci-hcd xhci-hcd.12.auto: new USB bus registered, assigned bus number 1
    <6>[    4.811159] xhci-hcd xhci-hcd.12.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
    <6>[    4.811624] xhci-hcd xhci-hcd.12.auto: irq 638, io mem 0x06010000
    <6>[    4.811789] xhci-hcd xhci-hcd.12.auto: xHCI Host Controller
    <6>[    4.811800] xhci-hcd xhci-hcd.12.auto: new USB bus registered, assigned bus number 2
    <6>[    4.811810] xhci-hcd xhci-hcd.12.auto: Host supports USB 3.0 SuperSpeed
    <6>[    4.820752] hub 1-0:1.0: USB hub found
    <6>[    4.820774] hub 1-0:1.0: 1 port detected
    <6>[    4.821412] imx390 4-001a: inck rate: 27027027 Hz
    <6>[    4.822450] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    <6>[    4.823746] hub 2-0:1.0: USB hub found
    <6>[    4.823765] hub 2-0:1.0: 1 port detected
    <5>[    4.850023] ds90ub960 3-003d: Consider updating driver ds90ub960 to match on endpoints
    <6>[    4.850057] cdns-csi2rx 4504000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
    <5>[    4.855698] imx390 4-001a: Consider updating driver imx390 to match on endpoints
    <6>[    4.855713] imx390 4-001a: imx390 probed
    <6>[    4.857249] imx390 7-001a: inck rate: 27027027 Hz
    <4>[    4.863164] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    <5>[    4.868973] ds90ub960 3-0036: Consider updating driver ds90ub960 to match on endpoints
    <6>[    4.870237] cdns-csi2rx 4514000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
    <4>[    4.886387] cdns-csi2rx: probe of 4524000.csi-bridge failed with error -22
    <5>[    4.893646] imx390 7-001a: Consider updating driver imx390 to match on endpoints
    <6>[    4.893669] imx390 7-001a: imx390 probed
    <6>[    4.895904] imx390 8-001a: inck rate: 27027027 Hz
    <5>[    4.929631] imx390 8-001a: Consider updating driver imx390 to match on endpoints
    <6>[    4.929649] imx390 8-001a: imx390 probed
    <6>[    4.931040] imx390 9-001a: inck rate: 27027027 Hz
    <6>[    4.946399] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    <5>[    4.965640] imx390 9-001a: Consider updating driver imx390 to match on endpoints
    <6>[    4.972896] imx390 9-001a: imx390 probed
    <6>[    5.116564] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    <6>[    5.150991] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    <6>[    5.295144] hub 1-1:1.0: USB hub found
    <6>[    5.295400] hub 1-1:1.0: 4 ports detected
    <6>[    5.322668] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
    <6>[    5.322677] pci_bus 0000:00: root bus resource [bus 00-ff]
    <6>[    5.322682] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    <6>[    5.322686] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    <6>[    5.322716] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
    <4>[    5.322720] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    <6>[    5.322829] pci 0000:00:00.0: supports D1
    <6>[    5.322832] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    <4>[    5.325485] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    <6>[    5.325488] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    <6>[    5.325710] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    <6>[    5.325728] pci 0000:00:00.0: PCI bridge to [bus 01]
    <6>[    5.326286] pcieport 0000:00:00.0: PME: Signaling with IRQ 649
    <6>[    5.326607] pcieport 0000:00:00.0: AER: enabled with IRQ 649
    <6>[    5.327212] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    <6>[    5.327240] j721e-pcie-host 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    <6>[    5.327253] j721e-pcie-host 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    <6>[    5.327267] j721e-pcie-host 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    <4>[    5.341615] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    <6>[    5.409220] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    <6>[    5.430578] hub 2-1:1.0: USB hub found
    <6>[    5.431378] hub 2-1:1.0: 4 ports detected
    <6>[    5.512933] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    <6>[    5.708747] usb 2-1.1: new SuperSpeed USB device number 3 using xhci-hcd
    <6>[    5.722604] usb 2-1.1: LPM exit latency is zeroed, disabling LPM.
    <6>[    5.807000] usb 2-1.2: new SuperSpeed USB device number 4 using xhci-hcd
    <6>[    5.822278] usb 2-1.2: LPM exit latency is zeroed, disabling LPM.
    <5>[    5.840390] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    <5>[    5.845831] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    <5>[    5.846200] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    <6>[    5.849647] Bluetooth: Core ver 2.22
    <6>[    5.849715] NET: Registered PF_BLUETOOTH protocol family
    <6>[    5.849718] Bluetooth: HCI device and connection manager initialized
    <6>[    5.849730] Bluetooth: HCI socket layer initialized
    <6>[    5.849734] Bluetooth: L2CAP socket layer initialized
    <6>[    5.849742] Bluetooth: SCO socket layer initialized
    <6>[    5.871329] usbcore: registered new interface driver option
    <6>[    5.871337] usbcore: registered new interface driver cdc_ether
    <6>[    5.871362] usbserial: USB Serial support registered for GSM modem (1-port)
    <6>[    5.871485] option 2-1.1:1.0: GSM modem (1-port) converter detected
    <6>[    5.874054] usb 2-1.1: GSM modem (1-port) converter now attached to ttyUSB0
    <6>[    5.874265] option 2-1.1:1.4: GSM modem (1-port) converter detected
    <6>[    5.876094] usb 2-1.1: GSM modem (1-port) converter now attached to ttyUSB1
    <6>[    5.876236] option 2-1.1:1.5: GSM modem (1-port) converter detected
    <6>[    5.876846] usb 2-1.1: GSM modem (1-port) converter now attached to ttyUSB2
    <6>[    5.880032] option 2-1.1:1.6: GSM modem (1-port) converter detected
    <6>[    5.880624] usb 2-1.1: GSM modem (1-port) converter now attached to ttyUSB3
    <6>[    5.880720] option 2-1.1:1.7: GSM modem (1-port) converter detected
    <6>[    5.881021] usb 2-1.1: GSM modem (1-port) converter now attached to ttyUSB4
    <6>[    5.882774] option 2-1.2:1.0: GSM modem (1-port) converter detected
    <6>[    5.883143] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB5
    <6>[    5.883352] option 2-1.2:1.4: GSM modem (1-port) converter detected
    <6>[    5.883577] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB6
    <6>[    5.883643] option 2-1.2:1.5: GSM modem (1-port) converter detected
    <6>[    5.884054] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB7
    <6>[    5.884132] option 2-1.2:1.6: GSM modem (1-port) converter detected
    <6>[    5.884676] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB8
    <6>[    5.884787] option 2-1.2:1.7: GSM modem (1-port) converter detected
    <6>[    5.886057] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB9
    <6>[    5.889733] usbcore: registered new interface driver cdc_wdm
    <6>[    5.906475] usbcore: registered new interface driver cdc_ncm
    <6>[    5.909897] usb 2-1.3: new SuperSpeed USB device number 5 using xhci-hcd
    <6>[    5.924494] usb 2-1.3: LPM exit latency is zeroed, disabling LPM.
    <6>[    5.948031] option 2-1.3:1.0: GSM modem (1-port) converter detected
    <6>[    5.948357] usb 2-1.3: GSM modem (1-port) converter now attached to ttyUSB10
    <6>[    5.949662] cdc_mbim 2-1.1:1.2: setting rx_max = 16384
    <6>[    5.950252] cdc_mbim 2-1.1:1.2: cdc-wdm0: USB WDM device
    <6>[    5.951857] cdc_mbim 2-1.1:1.2 wwan0: register 'cdc_mbim' at usb-xhci-hcd.12.auto-1.1, CDC MBIM, 5e:de:45:f7:cf:0d
    <6>[    5.998281] cdc_mbim 2-1.3:1.2: setting rx_max = 16384
    <6>[    5.998452] cdc_mbim 2-1.2:1.2: setting rx_max = 16384
    <6>[    5.998750] cdc_mbim 2-1.2:1.2: cdc-wdm1: USB WDM device
    <6>[    5.999275] cdc_mbim 2-1.3:1.2: cdc-wdm2: USB WDM device
    <6>[    5.999767] cdc_mbim 2-1.2:1.2 wwan1: register 'cdc_mbim' at usb-xhci-hcd.12.auto-1.2, CDC MBIM, 5e:de:45:f7:cf:0d
    <6>[    6.000355] cdc_mbim 2-1.3:1.2 wwan2: register 'cdc_mbim' at usb-xhci-hcd.12.auto-1.3, CDC MBIM, 5e:de:45:f7:cf:0d
    <6>[    6.001303] option 2-1.3:1.4: GSM modem (1-port) converter detected
    <6>[    6.001618] usb 2-1.3: GSM modem (1-port) converter now attached to ttyUSB11
    <6>[    6.001901] option 2-1.3:1.5: GSM modem (1-port) converter detected
    <6>[    6.002035] usb 2-1.3: GSM modem (1-port) converter now attached to ttyUSB12
    <6>[    6.002602] option 2-1.3:1.6: GSM modem (1-port) converter detected
    <6>[    6.002717] usb 2-1.3: GSM modem (1-port) converter now attached to ttyUSB13
    <6>[    6.003204] option 2-1.3:1.7: GSM modem (1-port) converter detected
    <6>[    6.003335] usb 2-1.3: GSM modem (1-port) converter now attached to ttyUSB14
    <6>[    6.005711] usbcore: registered new interface driver cdc_mbim
    <6>[    6.018848] cdc_mbim 2-1.1:1.2 vay-wwan2: renamed from wwan0
    <6>[    6.072907] usb 2-1.4: new SuperSpeed USB device number 6 using xhci-hcd
    <6>[    6.073323] cdc_mbim 2-1.2:1.2 vay-wwan3: renamed from wwan1
    <6>[    6.086309] usb 2-1.4: LPM exit latency is zeroed, disabling LPM.
    <6>[    6.095033] option 2-1.4:1.0: GSM modem (1-port) converter detected
    <6>[    6.095243] usb 2-1.4: GSM modem (1-port) converter now attached to ttyUSB15
    <6>[    6.143627] cdc_mbim 2-1.4:1.2: setting rx_max = 16384
    <6>[    6.144366] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:00] driver [TI DP83867] (irq=POLL)
    <6>[    6.144382] am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    <6>[    6.144445] cdc_mbim 2-1.4:1.2: cdc-wdm3: USB WDM device
    <6>[    6.147219] cdc_mbim 2-1.4:1.2 wwan0: register 'cdc_mbim' at usb-xhci-hcd.12.auto-1.4, CDC MBIM, 5e:de:45:f7:cf:0d
    <6>[    6.148514] cdc_mbim 2-1.3:1.2 vay-wwan1: renamed from wwan2
    <6>[    6.148941] option 2-1.4:1.4: GSM modem (1-port) converter detected
    <6>[    6.149165] usb 2-1.4: GSM modem (1-port) converter now attached to ttyUSB16
    <6>[    6.150071] option 2-1.4:1.5: GSM modem (1-port) converter detected
    <6>[    6.150301] usb 2-1.4: GSM modem (1-port) converter now attached to ttyUSB17
    <6>[    6.151084] option 2-1.4:1.6: GSM modem (1-port) converter detected
    <6>[    6.151666] usb 2-1.4: GSM modem (1-port) converter now attached to ttyUSB18
    <6>[    6.152884] option 2-1.4:1.7: GSM modem (1-port) converter detected
    <6>[    6.153400] usb 2-1.4: GSM modem (1-port) converter now attached to ttyUSB19
    <6>[    6.216716] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    <6>[    6.216734] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    <6>[    6.219626] cdc_mbim 2-1.4:1.2 vay-wwan4: renamed from wwan0
    <6>[    6.319101] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
    <6>[    6.319108] pci_bus 0001:00: root bus resource [bus 00-ff]
    <6>[    6.319115] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    <6>[    6.319119] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    <6>[    6.319150] pci 0001:00:00.0: [104c:b013] type 01 class 0x060400
    <4>[    6.319155] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    <6>[    6.319290] pci 0001:00:00.0: supports D1
    <6>[    6.319294] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    <6>[    6.319323] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    <6>[    6.319326] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    <6>[    6.321813] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    <6>[    6.322001] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
    <6>[    6.322022] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
    <6>[    6.322030] pci 0001:00:00.0: PCI bridge to [bus 01]
    <6>[    6.322493] pcieport 0001:00:00.0: PME: Signaling with IRQ 655
    <6>[    6.322722] pcieport 0001:00:00.0: AER: enabled with IRQ 655
    <3>[    6.562989] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: Timed out waiting for 41400000.r5f core to power up!
    <6>[    6.564845] platform 5c00000.r5f: configured R5F for IPC-only mode
    <6>[    6.565151] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    <6>[    6.566034] remoteproc remoteproc6: 5c00000.r5f is available
    <6>[    6.566071] remoteproc remoteproc6: attaching to 5c00000.r5f
    <6>[    6.566476] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    <6>[    6.566484] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    <6>[    6.567309] virtio_rpmsg_bus virtio5: rpmsg host is online
    <6>[    6.567335] rproc-virtio rproc-virtio.13.auto: registered virtio5 (type 7)
    <6>[    6.567340] remoteproc remoteproc6: remote processor 5c00000.r5f is now attached
    <6>[    6.567523] platform 5d00000.r5f: configured R5F for IPC-only mode
    <6>[    6.567737] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    <6>[    6.568833] remoteproc remoteproc7: 5d00000.r5f is available
    <6>[    6.568879] remoteproc remoteproc7: attaching to 5d00000.r5f
    <6>[    6.569329] platform 5d00000.r5f: R5F core initialized in IPC-only mode
    <6>[    6.569340] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    <6>[    6.570204] virtio_rpmsg_bus virtio6: rpmsg host is online
    <6>[    6.570221] rproc-virtio rproc-virtio.14.auto: registered virtio6 (type 7)
    <6>[    6.570224] remoteproc remoteproc7: remote processor 5d00000.r5f is now attached
    <6>[    6.572410] platform 5e00000.r5f: configured R5F for IPC-only mode
    <6>[    6.572579] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a5000000
    <6>[    6.573095] remoteproc remoteproc8: 5e00000.r5f is available
    <6>[    6.573139] remoteproc remoteproc8: attaching to 5e00000.r5f
    <6>[    6.573594] platform 5e00000.r5f: R5F core initialized in IPC-only mode
    <6>[    6.573603] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a5000000
    <6>[    6.574035] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
    <6>[    6.575178] virtio_rpmsg_bus virtio7: rpmsg host is online
    <6>[    6.575213] rproc-virtio rproc-virtio.15.auto: registered virtio7 (type 7)
    <6>[    6.575217] remoteproc remoteproc8: remote processor 5e00000.r5f is now attached
    <6>[    6.575407] platform 5f00000.r5f: configured R5F for IPC-only mode
    <6>[    6.575628] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    <6>[    6.576265] remoteproc remoteproc9: 5f00000.r5f is available
    <6>[    6.576300] remoteproc remoteproc9: attaching to 5f00000.r5f
    <6>[    6.576701] platform 5f00000.r5f: R5F core initialized in IPC-only mode
    <6>[    6.576710] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    <6>[    6.576826] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xd
    <6>[    6.578035] virtio_rpmsg_bus virtio8: rpmsg host is online
    <6>[    6.578059] rproc-virtio rproc-virtio.16.auto: registered virtio8 (type 7)
    <6>[    6.578062] remoteproc remoteproc9: remote processor 5f00000.r5f is now attached
    <6>[    6.580111] platform 5900000.r5f: configured R5F for IPC-only mode
    <6>[    6.580293] platform 5900000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000
    <6>[    6.580931] remoteproc remoteproc10: 5900000.r5f is available
    <6>[    6.581003] remoteproc remoteproc10: attaching to 5900000.r5f
    <6>[    6.581475] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xd
    <6>[    6.581515] platform 5900000.r5f: R5F core initialized in IPC-only mode
    <6>[    6.581525] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000
    <6>[    6.582878] virtio_rpmsg_bus virtio9: rpmsg host is online
    <6>[    6.582893] rproc-virtio rproc-virtio.17.auto: registered virtio9 (type 7)
    <6>[    6.582896] remoteproc remoteproc10: remote processor 5900000.r5f is now attached
    <6>[    6.583096] platform 5a00000.r5f: configured R5F for IPC-only mode
    <6>[    6.583290] platform 5a00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a8000000
    <6>[    6.583830] remoteproc remoteproc11: 5a00000.r5f is available
    <6>[    6.583864] remoteproc remoteproc11: attaching to 5a00000.r5f
    <6>[    6.584186] platform 5a00000.r5f: R5F core initialized in IPC-only mode
    <6>[    6.584192] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a8000000
    <6>[    6.584332] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0xd
    <6>[    6.586463] virtio_rpmsg_bus virtio10: rpmsg host is online
    <6>[    6.586481] rproc-virtio rproc-virtio.18.auto: registered virtio10 (type 7)
    <6>[    6.586485] remoteproc remoteproc11: remote processor 5a00000.r5f is now attached
    <6>[    6.588926] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0xd
    <6>[    6.592521] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0xd
    <6>[    6.592823] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    <6>[    6.593145] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    <6>[    6.593364] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    <6>[    6.593407] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
    <6>[    6.593494] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0x15
    <6>[    6.593606] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0x15
    <6>[    6.596772] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0x15
    <6>[    6.597047] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0x15
    <6>[    6.598555] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0x15
    <6>[    6.599420] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15
    <6>[    6.601212] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    6.601310] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    6.610070] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    6.610317] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    6.610585] virtio_rpmsg_bus virtio10: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    6.621117] virtio_rpmsg_bus virtio9: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    6.638487] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    6.645406] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    6.646109] virtio_rpmsg_bus virtio8: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    6.804484] virtio_rpmsg_bus virtio5: creating channel ti.ethfw.notifyservice addr 0x72
    <6>[    6.805012] virtio_rpmsg_bus virtio5: creating channel ti.ethfw.ethdevice addr 0x71
    <6>[    7.163313] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: 1 Virtual Switch Port(s), 1 Virtual MAC Only Port(s)
    <6>[    7.163321] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: Virt Port: 0, Type: Switch Port, Iface: eth2, Num TX: 2, Num RX: 1, Token: 0
    <6>[    7.163324] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: Virt Port: 4, Type: MAC Port, Iface: eth3, Num TX: 1, Num RX: 1, Token: 400
    <5>[    7.384512] audit: type=1006 audit(1724309188.363:2): pid=1087 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    <5>[    7.384525] audit: type=1300 audit(1724309188.363:2): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc5ac2378 a2=4 a3=ffff961d2020 items=0 ppid=1 pid=1087 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    <5>[    7.384531] audit: type=1327 audit(1724309188.363:2): proctitle="(systemd)"
    <3>[    7.706986] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: failed to receive response. Response Timedout
    <3>[    7.706997] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: failed to register mac err: -110
    <3>[    7.707002] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: failed to register mac for virt port 0
    <5>[    7.976567] audit: type=1006 audit(1724309188.955:3): pid=1056 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    <5>[    7.976582] audit: type=1300 audit(1724309188.955:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc5ac2378 a2=4 a3=ffff961d2020 items=0 ppid=1 pid=1056 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
    <5>[    7.976589] audit: type=1327 audit(1724309188.955:3): proctitle="(weston)"
    <3>[    8.322988] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: failed to receive response. Response Timedout
    <3>[    8.322996] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: failed to register mac err: -110
    <3>[    8.323001] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: failed to register mac for virt port 4
    <6>[    8.339987] PVR_K:  1056: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
    <6>[    8.346756] PVR_K:  1056: Shader binary image 'rgx.sh.36.53.104.796' loaded
    <6>[   10.339473] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    <6>[   10.339502] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    <6>[   11.954214] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
    <6>[   11.954220] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
    <6>[   17.378459] platform main-r5fss-cpsw9g-virt-mac1: deferred probe pending
    <6>[   17.378467] platform main-r5fss-cpsw9g-virt-mac0: deferred probe pending
    <5>[   18.765208] audit: type=1006 audit(1724309199.744:4): pid=1679 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    <5>[   18.765219] audit: type=1300 audit(1724309199.744:4): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc5ac2378 a2=1 a3=ffff961d2020 items=0 ppid=1 pid=1679 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    <5>[   18.765225] audit: type=1327 audit(1724309199.744:4): proctitle="(systemd)"
    
    
    [   57.842167] j721e-csi2rx 4500000.ticsi2rx: Failed to drain DMA. Next frame might be bogus
    <4>[   57.842167] j721e-csi2rx 4500000.ticsi2rx: Failed to drain DMA. Next frame might be bogus
    [   58.421162] j721e-csi2rx 4500000.ticsi2rx: Failed to drain DMA. Next frame might be bogus
    <4>[   58.421162] j721e-csi2rx 4500000.ticsi2rx: Failed to drain DMA. Next frame might be bogus
    [   65.313973] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: 0xffff8000087a16d4)
    [   65.313986] ti-sci 44083000.system-controller: Mbox send fail -110
    [   66.145977] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: 0xffff8000087a1674)
    [   66.145987] ti-sci 44083000.system-controller: Mbox send fail -110
    [   66.338971] ti-sci 44083000.system-controller: Mbox timedout in resp(caller: 0xffff8000087a16d4)
    [   66.338975] ti-sci 44083000.system-controller: Mbox send fail -110

  • Thank you for the data. Can you confirm that you are using the latest Linux SDK and share the contents of uEnv.txt?

    While I try this on my end, could you increase the CMA size to see if this resolves the issue? See: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-j784s4/10_00_00_08/exports/docs/linux/Foundational_Components_Multimedia_wave5.html#configuration-of-cma-size

    Thank you,

    Fabiana

  • uEnv:

    `

    # This uEnv.txt file can contain additional environment settings that you
    # want to set in U-Boot at boot time.  This can be simple variables such
    # as the serverip or custom variables.  The format of this file is:
    #    variable=value
    # NOTE: This file will be evaluated after the bootcmd is run and the
    #       bootcmd must be set to load this file if it exists (this is the
    #       default on all newer U-Boot images.  This also means that some
    #       variables such as bootdelay cannot be changed by this file since
    #       it is not evaluated until the bootcmd is run.
    psdk_setup_file=.psdk_setup
    check_psdk_setup=load mmc 1:1 ${loadaddr} ${psdk_setup_file}
    
    # Reset to the default environment
    do_psdk_setup=env default -f -a; saveenv
    
    # Update the Linux hostname based on board_name
    # The SK also requires an additional dtbo to boot. Prepend it to name_overlays depending on board_name
    uenvcmd=if test ${boot_fit} -eq 1; then  setenv name_overlays $name_overlays_fit; fi; if test "$board_name" = "am69-sk"; then ; setenv args_all $args_all systemd.hostname=am69a-sk ; if test ${boot_fit} -eq 1; then setenv name_overlays ti/k3-am69-sk-ddr-mem-carveout.dtbo $name_overlays; else; setenv name_overlays k3-am69-sk-ddr-mem-carveout.dtbo $name_overlays ; fi; fi
    
    # Setting the right U-Boot environment variables
    dorprocboot=1
    name_overlays=k3-j784s4-evm-virt-mac-client.dtbo k3-j784s4-edgeai-apps.dtbo k3-j721s2-evm-fusion.dtbo k3-fpdlink-imx390-rcm-0-0.dtbo k3-fpdlink-imx390-rcm-0-1.dtbo k3-fpdlink-imx390-rcm-0-2.dtbo k3-fpdlink-imx390-rcm-0-3.dtbo
    # name_overlays=k3-j784s4-evm-virt-mac-client.dtbo k3-j784s4-vision-apps.dtbo
    
    # Name overlays when booting from fit image
    name_overlays_fit=ti/k3-j784s4-evm-virt-mac-client.dt

    We are using SDK 09.02.00. 
    I've tired to increase CMA but even slight increase is failing.

    setenv args_all $args_all cma=1850M

    [    0.000000] Reserved memory: bypass linux-cma-buffers@980000000 node, using cmdline CMA params instead
    [    0.000000] OF: reserved mem: node linux-cma-buffers@980000000 compatible matching fail
    [    0.000000] cma: Failed to reserve 1850 MiB

  • This issue has previously been reported. Could you try this on the latest image: https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-J784S4

    Thank you,

    Fabiana

  • Thanks, I will run SDK 10 this week and validate if the issue is solved.

  • I've just tested the SKD 10 and I still observe hard lockup.

    I think it a little bit better, I can ran the gstreamer 3 to 5 times before the board just hangs. I don't see anything in kernel logs:

    <6>[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    <5>[    0.000000] Linux version 6.6.32-rt32-ti-rt-gf9bceb734338-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240620) #1 SMP PREEMPT_RT Thu Aug  1 19:23:46 UTC 2024
    <6>[    0.000000] Machine model: Texas Instruments J784S4 EVM
    <6>[    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    <6>[    0.000000] printk: legacy bootconsole [ns16550a0] enabled
    <6>[    0.000000] efi: UEFI not found.
    <3>[    0.000000] OF: reserved mem: OVERLAP DETECTED!
    <3>[    0.000000] r5f-virtual-eth-queues@af000000 (0x00000000af000000--0x00000000af200000) overlaps with vision-apps-dma-memory@af000000 (0x00000000af000000--0x00000000b2000000)
    <3>[    0.000000] OF: reserved mem: OVERLAP DETECTED!
    <3>[    0.000000] vision-apps-dma-memory@af000000 (0x00000000af000000--0x00000000b2000000) overlaps with r5f-virtual-eth-buffers@af200000 (0x00000000af200000--0x00000000b1000000)
    <6>[    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a0000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a0100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a1000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a1100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a2000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a3ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a2100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a4000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a4100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a5000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a5000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a5100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a5100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a6000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a6100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a7000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a7100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a8000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a8000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a8100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a8100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 48 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@ac000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000ac000000..0x00000000aeffffff (49152 KiB) nomap non-reusable vision-apps-rtos-ipc-memory-region@ac000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000af000000, size 2 MiB
    <6>[    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@af000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000af000000..0x00000000af1fffff (2048 KiB) nomap non-reusable r5f-virtual-eth-queues@af000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000af000000, size 48 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@af000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000af000000..0x00000000b1ffffff (49152 KiB) nomap non-reusable vision-apps-dma-memory@af000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000af200000, size 30 MiB
    <6>[    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@af200000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000af200000..0x00000000b0ffffff (30720 KiB) nomap non-reusable r5f-virtual-eth-buffers@af200000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b2000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000b2000000..0x00000000b20fffff (1024 KiB) nomap non-reusable vision-apps-c71-dma-memory@b2000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2100000, size 5 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b2100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000b2100000..0x00000000b2603fff (5136 KiB) nomap non-reusable vision-apps-c71_0-memory@b2100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b4000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b4000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000b4000000..0x00000000b40fffff (1024 KiB) nomap non-reusable vision-apps-c71_1-dma-memory@b4000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b4100000, size 5 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b4100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000b4100000..0x00000000b4603fff (5136 KiB) nomap non-reusable vision-apps-c71_1-memory@b4100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_2-dma-memory@b6000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000b6000000..0x00000000b60fffff (1024 KiB) nomap non-reusable vision-apps-c71_2-dma-memory@b6000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6100000, size 5 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_2-memory@b6100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000b6100000..0x00000000b6603fff (5136 KiB) nomap non-reusable vision-apps-c71_2-memory@b6100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8000000, size 1 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_3-dma-memory@b8000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000b8000000..0x00000000b80fffff (1024 KiB) nomap non-reusable vision-apps-c71_3-dma-memory@b8000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8100000, size 5 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-c71_3-memory@b8100000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000b8100000..0x00000000b8603fff (5136 KiB) nomap non-reusable vision-apps-c71_3-memory@b8100000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ba000000, size 64 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@ba000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000ba000000..0x00000000bdffffff (65536 KiB) nomap non-reusable vision-apps-core-heap-memory-lo@ba000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000be000000, size 8 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@be000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000be000000..0x00000000be7fffff (8192 KiB) nomap non-reusable vision-apps-r5f-virtual-eth-queues@be000000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x00000000be800000, size 24 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@be800000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x00000000be800000..0x00000000bfffffff (24576 KiB) nomap non-reusable vision-apps-r5f-virtual-eth-buffers@be800000
    <6>[    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 2048 MiB
    <6>[    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x0000000880000000..0x00000008ffffffff (2097152 KiB) nomap non-reusable vision-apps-core-heap-memory-hi@880000000
    <6>[    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    <6>[    0.000000] OF: reserved mem: 0x0000000900000000..0x000000093bffffff (983040 KiB) map non-reusable vision_apps_shared-memories
    <6>[    0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 1792 MiB
    <6>[    0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
    <6>[    0.000000] OF: reserved mem: 0x0000000980000000..0x00000009efffffff (1835008 KiB) map reusable linux-cma-buffers@980000000
    <6>[    0.000000] Zone ranges:
    <6>[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    <6>[    0.000000]   DMA32    empty
    <6>[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000fffffffff]
    <6>[    0.000000] Movable zone start for each node
    <6>[    0.000000] Early memory node ranges
    <6>[    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    <6>[    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a8ffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000a9000000-0x00000000abffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000b2603fff]
    <6>[    0.000000]   node   0: [mem 0x00000000b2604000-0x00000000b3ffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000b4000000-0x00000000b4603fff]
    <6>[    0.000000]   node   0: [mem 0x00000000b4604000-0x00000000b5ffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000b6000000-0x00000000b6603fff]
    <6>[    0.000000]   node   0: [mem 0x00000000b6604000-0x00000000b7ffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000b8000000-0x00000000b8603fff]
    <6>[    0.000000]   node   0: [mem 0x00000000b8604000-0x00000000b9ffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000ba000000-0x00000000bfffffff]
    <6>[    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
    <6>[    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    <6>[    0.000000]   node   0: [mem 0x0000000900000000-0x0000000fffffffff]
    <6>[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
    <6>[    0.000000] psci: probing for conduit method from DT.
    <6>[    0.000000] psci: PSCIv1.1 detected in firmware.
    <6>[    0.000000] psci: Using standard PSCI v0.2 function IDs
    <6>[    0.000000] psci: Trusted OS migration not required
    <6>[    0.000000] psci: SMC Calling Convention v1.4
    <6>[    0.000000] percpu: Embedded 21 pages/cpu s46592 r8192 d31232 u86016
    <7>[    0.000000] pcpu-alloc: s46592 r8192 d31232 u86016 alloc=21*4096
    <7>[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
    <6>[    0.000000] Detected PIPT I-cache on CPU0
    <6>[    0.000000] CPU features: detected: GIC system register CPU interface
    <6>[    0.000000] CPU features: detected: Spectre-BHB
    <6>[    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    <6>[    0.000000] CPU features: detected: ARM erratum 1742098
    <6>[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    <6>[    0.000000] alternatives: applying boot alternatives
    <5>[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=076c4a2a-02 rw rootfstype=ext4 rootwait
    <6>[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    <6>[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    <6>[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8257536
    <6>[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    <6>[    0.000000] software IO TLB: area num 8.
    <6>[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    <6>[    0.000000] Memory: 27588216K/33554432K available (10176K kernel code, 1188K rwdata, 2420K rodata, 2048K init, 426K bss, 4131208K reserved, 1835008K cma-reserved)
    <6>[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    <6>[    0.000000] rcu: Preemptible hierarchical RCU implementation.
    <6>[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
    <6>[    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    <6>[    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    <6>[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    <6>[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    <6>[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    <4>[    0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
    <6>[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    <6>[    0.000000] GICv3: 960 SPIs implemented
    <6>[    0.000000] GICv3: 0 Extended SPIs implemented
    <6>[    0.000000] Root IRQ handler: 0xffff8000800100c0
    <6>[    0.000000] GICv3: GICv3 features: 16 PPIs
    <6>[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    <6>[    0.000000] ITS [mem 0x01820000-0x0182ffff]
    <6>[    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    <4>[    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    <6>[    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @93c800000 (flat, esz 8, psz 64K, shr 0)
    <6>[    0.000000] ITS: using cache flushing for cmd queue
    <6>[    0.000000] GICv3: using LPI property table @0x000000093c040000
    <6>[    0.000000] GIC: using cache flushing for LPI property table
    <6>[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x000000093c050000
    <6>[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    <6>[    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    <6>[    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    <6>[    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    <6>[    0.000223] Console: colour dummy device 80x25
    <6>[    0.000262] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    <6>[    0.000267] pid_max: default: 32768 minimum: 301
    <6>[    0.000300] LSM: initializing lsm=capability,integrity
    <6>[    0.000419] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    <6>[    0.000480] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    <6>[    0.007856] rcu: Hierarchical SRCU implementation.
    <6>[    0.007859] rcu: 	Max phase no-delay instances is 400.
    <6>[    0.047709] Platform MSI: msi-controller@1820000 domain created
    <6>[    0.047875] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    <6>[    0.047942] EFI services will not be available.
    <6>[    0.099283] smp: Bringing up secondary CPUs ...
    <6>[    0.164933] Detected PIPT I-cache on CPU1
    <6>[    0.164979] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    <6>[    0.164993] GICv3: CPU1: using allocated LPI pending table @0x000000093c060000
    <6>[    0.165023] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    <6>[    0.254623] Detected PIPT I-cache on CPU2
    <6>[    0.254649] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    <6>[    0.254662] GICv3: CPU2: using allocated LPI pending table @0x000000093c070000
    <6>[    0.254686] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    <6>[    0.365376] Detected PIPT I-cache on CPU3
    <6>[    0.365406] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    <6>[    0.365419] GICv3: CPU3: using allocated LPI pending table @0x000000093c080000
    <6>[    0.365443] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    <6>[    0.496236] Detected PIPT I-cache on CPU4
    <6>[    0.496292] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    <6>[    0.496306] GICv3: CPU4: using allocated LPI pending table @0x000000093c090000
    <6>[    0.496337] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    <6>[    0.671666] Detected PIPT I-cache on CPU5
    <6>[    0.671702] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    <6>[    0.671714] GICv3: CPU5: using allocated LPI pending table @0x000000093c0a0000
    <6>[    0.671740] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    <6>[    0.801767] Detected PIPT I-cache on CPU6
    <6>[    0.801805] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    <6>[    0.801818] GICv3: CPU6: using allocated LPI pending table @0x000000093c0b0000
    <6>[    0.801841] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    <6>[    0.995679] Detected PIPT I-cache on CPU7
    <6>[    0.995718] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    <6>[    0.995731] GICv3: CPU7: using allocated LPI pending table @0x000000093c0c0000
    <6>[    0.995754] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    <6>[    1.017963] smp: Brought up 1 node, 8 CPUs
    <6>[    1.017968] SMP: Total of 8 processors activated.
    <6>[    1.017970] CPU features: detected: 32-bit EL0 Support
    <6>[    1.017972] CPU features: detected: CRC32 instructions
    <6>[    1.018018] CPU: All CPU(s) started at EL2
    <6>[    1.018019] alternatives: applying system-wide alternatives
    <6>[    1.018993] devtmpfs: initialized
    <6>[    1.040919] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    <6>[    1.040933] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    <6>[    1.063926] pinctrl core: initialized pinctrl subsystem
    <6>[    1.064251] DMI not present or invalid.
    <6>[    1.064565] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    <6>[    1.066274] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    <6>[    1.067370] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    <6>[    1.068450] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    <6>[    1.068481] audit: initializing netlink subsys (disabled)
    <5>[    1.068571] audit: type=2000 audit(1.066:1): state=initialized audit_enabled=0 res=1
    <6>[    1.068868] thermal_sys: Registered thermal governor 'step_wise'
    <6>[    1.068968] ASID allocator initialised with 65536 entries
    <6>[    1.083921] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    <6>[    1.083940] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
    <6>[    1.084039] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    <6>[    1.084127] platform a000000.bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    <6>[    1.084357] platform a000000.bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    <6>[    1.084401] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    <6>[    1.084451] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
    <6>[    1.084491] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
    <6>[    1.085407] platform a000000.bridge: Fixed dependency cycle(s) with /connector-dp0
    <6>[    1.085473] platform connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
    <6>[    1.086585] Modules: 28656 pages in range for non-PLT usage
    <6>[    1.086588] Modules: 520176 pages in range for PLT usage
    <6>[    1.087014] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    <6>[    1.087018] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    <6>[    1.087021] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    <6>[    1.087023] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    <6>[    1.087025] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    <6>[    1.087027] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    <6>[    1.087029] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    <6>[    1.087031] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    <6>[    2.193608] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    <6>[    2.194258] iommu: Default domain type: Translated
    <6>[    2.194261] iommu: DMA domain TLB invalidation policy: strict mode
    <5>[    2.194876] SCSI subsystem initialized
    <7>[    2.194948] libata version 3.00 loaded.
    <6>[    2.195088] usbcore: registered new interface driver usbfs
    <6>[    2.195110] usbcore: registered new interface driver hub
    <6>[    2.195130] usbcore: registered new device driver usb
    <6>[    2.195407] pps_core: LinuxPPS API ver. 1 registered
    <6>[    2.195409] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    <6>[    2.195416] PTP clock support registered
    <6>[    2.195522] EDAC MC: Ver: 3.0.0
    <6>[    2.195710] scmi_core: SCMI protocol bus registered
    <6>[    2.195851] FPGA manager framework
    <6>[    2.195905] Advanced Linux Sound Architecture Driver Initialized.
    <6>[    2.196460] clocksource: Switched to clocksource arch_sys_counter
    <5>[    2.196614] VFS: Disk quotas dquot_6.6.0
    <6>[    2.196629] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    <6>[    2.200939] Carveout Heap: Exported 960 MiB at 0x0000000900000000
    <6>[    2.200998] NET: Registered PF_INET protocol family
    <6>[    2.201361] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    <6>[    2.206556] tcp_listen_portaddr_hash hash table entries: 16384 (order: 7, 655360 bytes, linear)
    <6>[    2.206804] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    <6>[    2.206826] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    <6>[    2.207721] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes, vmalloc hugepage)
    <6>[    2.210162] TCP: Hash tables configured (established 262144 bind 65536)
    <6>[    2.210303] UDP hash table entries: 16384 (order: 8, 1572864 bytes, linear)
    <6>[    2.211005] UDP-Lite hash table entries: 16384 (order: 8, 1572864 bytes, linear)
    <6>[    2.211812] NET: Registered PF_UNIX/PF_LOCAL protocol family
    <6>[    2.212107] RPC: Registered named UNIX socket transport module.
    <6>[    2.212110] RPC: Registered udp transport module.
    <6>[    2.212112] RPC: Registered tcp transport module.
    <6>[    2.212114] RPC: Registered tcp-with-tls transport module.
    <6>[    2.212115] RPC: Registered tcp NFSv4.1 backchannel transport module.
    <6>[    2.212125] PCI: CLS 0 bytes, default 64
    <5>[    2.213135] Initialise system trusted keyrings
    <6>[    2.213227] workingset: timestamp_bits=62 max_order=23 bucket_order=0
    <6>[    2.213393] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    <5>[    2.213524] NFS: Registering the id_resolver key type
    <5>[    2.213536] Key type id_resolver registered
    <5>[    2.213538] Key type id_legacy registered
    <6>[    2.213549] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    <6>[    2.213552] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    <5>[    2.226942] Key type asymmetric registered
    <5>[    2.226947] Asymmetric key parser 'x509' registered
    <6>[    2.226985] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    <6>[    2.226988] io scheduler mq-deadline registered
    <6>[    2.226992] io scheduler kyber registered
    <6>[    2.227004] io scheduler bfq registered
    <6>[    2.229704] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    <6>[    2.229823] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    <6>[    2.230029] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    <6>[    2.230440] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    <6>[    2.230606] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    <6>[    2.231114] pinctrl-single 104200.pinctrl: 20 pins, size 80
    <6>[    2.231176] pinctrl-single 104280.pinctrl: 8 pins, size 32
    <6>[    2.231635] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    <6>[    2.236122] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    <6>[    2.244960] loop: module loaded
    <6>[    2.245590] megasas: 07.725.01.00-rc1
    <6>[    2.248126] tun: Universal TUN/TAP device driver, 1.6
    <6>[    2.248658] VFIO - User Level meta-driver version: 0.3
    <6>[    2.249346] usbcore: registered new interface driver usb-storage
    <6>[    2.249719] i2c_dev: i2c /dev entries driver
    <6>[    2.250136] sdhci: Secure Digital Host Controller Interface driver
    <6>[    2.250139] sdhci: Copyright(c) Pierre Ossman
    <6>[    2.250280] sdhci-pltfm: SDHCI platform and OF driver helper
    <6>[    2.250806] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    <6>[    2.251260] usbcore: registered new interface driver usbhid
    <6>[    2.251263] usbhid: USB HID core driver
    <6>[    2.252180] optee: probing for conduit method.
    <6>[    2.252199] optee: revision 4.2 (12d7c4ee)
    <6>[    2.284995] optee: dynamic shared memory is enabled
    <5>[    2.285430] random: crng init done
    <6>[    2.285534] optee: initialized driver
    <6>[    2.286854] NET: Registered PF_PACKET protocol family
    <5>[    2.286961] Key type dns_resolver registered
    <5>[    2.292550] Loading compiled-in X.509 certificates
    <6>[    2.300879] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    <3>[    2.346521] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    <3>[    2.346613] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    <3>[    2.346747] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    <6>[    2.372158] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    <4>[    2.373040] pca953x 3-0020: supply vcc not found, using dummy regulator
    <6>[    2.373121] pca953x 3-0020: using no AI
    <4>[    2.385508] pca953x 3-0022: supply vcc not found, using dummy regulator
    <6>[    2.385573] pca953x 3-0022: using AI
    <6>[    2.386755] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    <4>[    2.387264] pca953x 4-0020: supply vcc not found, using dummy regulator
    <6>[    2.387332] pca953x 4-0020: using no AI
    <6>[    2.400040] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz
    <4>[    2.400837] pca953x 5-0020: supply vcc not found, using dummy regulator
    <6>[    2.400908] pca953x 5-0020: using no AI
    <6>[    2.411824] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
    <6>[    2.411870] i2c 5-002c: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel
    <6>[    2.411891] i2c 5-002c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
    <6>[    2.412096] omap_i2c 2040000.i2c: bus 5 rev0.12 at 400 kHz
    <6>[    2.412737] i2c 6-0036: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4510000/csi-bridge@4514000
    <6>[    2.412896] i2c 6-003d: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
    <6>[    2.412905] i2c 6-003d: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@0/serializer
    <6>[    2.412918] i2c 6-003d: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@1/serializer
    <6>[    2.412931] i2c 6-003d: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@2/serializer
    <6>[    2.412942] i2c 6-003d: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@3/serializer
    <4>[    2.413079] pca953x 6-0020: supply vcc not found, using dummy regulator
    <6>[    2.413143] pca953x 6-0020: using no AI
    <6>[    2.423769] omap_i2c 2050000.i2c: bus 6 rev0.12 at 400 kHz
    <6>[    2.423878] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    <6>[    2.423965] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    <6>[    2.424064] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    <6>[    2.424393] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    <6>[    2.430707] ti-udma 311a0000.dma-controller: Number of rings: 48
    <6>[    2.431889] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    <6>[    2.433334] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    <6>[    2.433339] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    <6>[    2.433342] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    <6>[    2.436255] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    <6>[    2.436261] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    <6>[    2.436264] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    <6>[    2.436939] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 224, base_baud = 6000000) is a 8250
    <6>[    2.957021] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 225, base_baud = 3000000) is a 8250
    <6>[    2.965870] printk: console [ttyS2] enabled
    <6>[    2.965873] printk: legacy bootconsole [ns16550a0] disabled
    <6>[    3.006465] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    <6>[    3.009784] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    <6>[    3.009803] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    <6>[    3.009875] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    <6>[    3.009878] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    <6>[    3.010139] pps pps0: new PPS source ptp0
    <6>[    3.010290] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    <6>[    3.045468] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    <6>[    3.048689] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    <6>[    3.048707] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    <3>[    3.048810] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    <6>[    3.048816] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    <6>[    3.048818] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    <6>[    3.049140] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:250000000, add_val:3 pps:0
    <6>[    3.050661] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    <6>[    3.051235] mmc0: CQHCI version 5.10
    <6>[    3.051364] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    <6>[    3.051744] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    <6>[    3.052045] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    <6>[    3.052327] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    <6>[    3.052641] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    <6>[    3.052923] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    <6>[    3.092271] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    <6>[    3.180733] mmc0: Command Queue Engine enabled
    <6>[    3.180752] mmc0: new HS400 MMC card at address 0001
    <6>[    3.181173] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    <6>[    3.182697] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    <6>[    3.183713] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    <6>[    3.184644] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    <6>[    3.320564] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    <3>[    3.320717] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    <6>[    3.323484] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    <6>[    3.323512] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    <6>[    3.323525] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    <6>[    3.323536] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    <6>[    4.328156] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    <6>[    4.328179] pci_bus 0000:00: root bus resource [bus 00-ff]
    <6>[    4.328186] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    <6>[    4.328190] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    <6>[    4.328218] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400
    <4>[    4.328223] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    <6>[    4.328330] pci 0000:00:00.0: supports D1
    <6>[    4.328333] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    <6>[    4.330591] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    <6>[    4.330743] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    <6>[    4.330757] pci 0000:00:00.0: PCI bridge to [bus 01]
    <3>[    4.330826] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    <6>[    4.331092] pcieport 0000:00:00.0: PME: Signaling with IRQ 493
    <6>[    4.331262] pcieport 0000:00:00.0: AER: enabled with IRQ 493
    <6>[    4.331541] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    <6>[    4.331558] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    <6>[    4.331567] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    <6>[    4.331577] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    <6>[    5.333689] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    <6>[    5.333704] pci_bus 0001:00: root bus resource [bus 00-ff]
    <6>[    5.333708] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    <6>[    5.333712] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    <6>[    5.333733] pci 0001:00:00.0: [104c:b012] type 01 class 0x060400
    <4>[    5.333738] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    <6>[    5.333863] pci 0001:00:00.0: supports D1
    <6>[    5.333866] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    <6>[    5.333893] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    <6>[    5.333898] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    <6>[    5.336206] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    <6>[    5.336347] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
    <6>[    5.336363] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
    <6>[    5.336370] pci 0001:00:00.0: PCI bridge to [bus 01]
    <3>[    5.336422] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    <6>[    5.336672] pcieport 0001:00:00.0: PME: Signaling with IRQ 495
    <6>[    5.336833] pcieport 0001:00:00.0: AER: enabled with IRQ 495
    <6>[    5.337818] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    <6>[    5.340424] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    <6>[    5.345011] spi-nand spi0.0: Winbond SPI NAND was found.
    <6>[    5.345017] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    <5>[    5.345188] 7 fixed-partitions partitions found on MTD device spi0.0
    <5>[    5.345197] Creating 7 MTD partitions on "spi0.0":
    <5>[    5.345201] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
    <5>[    5.346565] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
    <5>[    5.348148] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
    <5>[    5.350675] 0x000000700000-0x000000740000 : "ospi_nand.env"
    <5>[    5.351699] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
    <5>[    5.352543] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    <5>[    5.396203] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    <6>[    5.399671] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
    <5>[    5.399716] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
    <5>[    5.399722] Creating 7 MTD partitions on "47050000.spi.0":
    <5>[    5.399725] 0x000000000000-0x000000080000 : "qspi.tiboot3"
    <5>[    5.400471] 0x000000080000-0x000000280000 : "qspi.tispl"
    <5>[    5.401163] 0x000000280000-0x000000680000 : "qspi.u-boot"
    <5>[    5.401894] 0x000000680000-0x0000006c0000 : "qspi.env"
    <5>[    5.402593] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
    <5>[    5.403286] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
    <5>[    5.403986] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
    <6>[    5.439475] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    <6>[    5.442906] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    <6>[    5.442929] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    <6>[    5.443015] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    <6>[    5.443019] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    <6>[    5.443257] pps pps0: new PPS source ptp1
    <6>[    5.443401] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    <6>[    5.594787] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    <6>[    5.632472] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    <6>[    5.635838] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    <6>[    5.635862] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    <3>[    5.635988] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    <6>[    5.635993] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    <6>[    5.635995] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    <6>[    5.636286] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    <6>[    5.710008] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    <6>[    5.714076] mmc1: CQHCI version 5.10
    <6>[    5.716993] clk: Disabling unused clocks
    <6>[    5.728545] ALSA device list:
    <6>[    5.728563]   No soundcards found.
    <6>[    5.755119] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    <6>[    5.755222] Waiting for root device PARTUUID=076c4a2a-02...
    <6>[    5.810262] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    <6>[    5.810707] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
    <6>[    5.813293]  mmcblk1: p1 p2
    <6>[    6.024519] EXT4-fs (mmcblk1p2): recovery complete
    <6>[    6.026519] EXT4-fs (mmcblk1p2): mounted filesystem 705049d5-0dfc-42c6-9d34-92409df5bb7c r/w with ordered data mode. Quota mode: none.
    <6>[    6.026576] VFS: Mounted root (ext4 filesystem) on device 179:98.
    <6>[    6.026950] devtmpfs: mounted
    <6>[    6.027764] Freeing unused kernel memory: 2048K
    <6>[    6.027830] Run /sbin/init as init process
    <7>[    6.027833]   with arguments:
    <7>[    6.027834]     /sbin/init
    <7>[    6.027836]   with environment:
    <7>[    6.027837]     HOME=/
    <7>[    6.027839]     TERM=linux
    <30>[    6.207707] systemd[1]: System time before build time, advancing clock.
    <6>[    6.243911] NET: Registered PF_INET6 protocol family
    <6>[    6.244564] Segment Routing with IPv6
    <6>[    6.244576] In-situ OAM (IOAM) with IPv6
    <30>[    6.257868] systemd[1]: systemd 255.4^ 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)
    <30>[    6.257898] systemd[1]: Detected architecture arm64.
    <30>[    6.304682] systemd[1]: Hostname set to <j784s4-evm>.
    <29>[    6.492069] 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.
    <29>[    6.534551] 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.
    <30>[    6.564754] systemd[1]: Queued start job for default target Graphical Interface.
    <30>[    6.576561] systemd[1]: Created slice Slice /system/getty.
    <30>[    6.590908] systemd[1]: Created slice Slice /system/modprobe.
    <30>[    6.604835] systemd[1]: Created slice Slice /system/serial-getty.
    <30>[    6.619710] systemd[1]: Created slice User and Session Slice.
    <30>[    6.633621] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    <30>[    6.652589] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    <30>[    6.668533] systemd[1]: Expecting device /dev/ttyS2...
    <30>[    6.679561] systemd[1]: Reached target Path Units.
    <30>[    6.692523] systemd[1]: Reached target Remote File Systems.
    <30>[    6.706603] systemd[1]: Reached target Slice Units.
    <30>[    6.717539] systemd[1]: Reached target Swaps.
    <30>[    6.727940] systemd[1]: Listening on RPCbind Server Activation Socket.
    <30>[    6.742520] systemd[1]: Reached target RPC Port Mapper.
    <30>[    6.760414] systemd[1]: Listening on Process Core Dump Socket.
    <30>[    6.774612] systemd[1]: Listening on initctl Compatibility Named Pipe.
    <30>[    6.789914] systemd[1]: Listening on Journal Audit Socket.
    <30>[    6.803724] systemd[1]: Listening on Journal Socket (/dev/log).
    <30>[    6.817730] systemd[1]: Listening on Journal Socket.
    <30>[    6.828743] systemd[1]: Listening on Network Service Netlink Socket.
    <30>[    6.850315] systemd[1]: Listening on udev Control Socket.
    <30>[    6.863659] systemd[1]: Listening on udev Kernel Socket.
    <30>[    6.877677] systemd[1]: Listening on User Database Manager Socket.
    <30>[    6.917621] systemd[1]: Mounting Huge Pages File System...
    <30>[    6.929607] systemd[1]: Mounting POSIX Message Queue File System...
    <30>[    6.945887] systemd[1]: Mounting Kernel Debug File System...
    <30>[    6.959721] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    <30>[    6.963942] systemd[1]: Mounting Temporary Directory /tmp...
    <30>[    6.979515] systemd[1]: Starting Create List of Static Device Nodes...
    <30>[    6.991687] systemd[1]: Starting Load Kernel Module configfs...
    <30>[    7.006272] systemd[1]: Starting Load Kernel Module drm...
    <30>[    7.017411] systemd[1]: Starting Load Kernel Module fuse...
    <30>[    7.032814] systemd[1]: Starting Start psplash boot splash screen...
    <30>[    7.050732] systemd[1]: Starting RPC Bind...
    <6>[    7.050800] fuse: init (API version 7.39)
    <30>[    7.066730] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    <28>[    7.067311] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    <28>[    7.067319] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
    <30>[    7.068613] systemd[1]: Starting Journal Service...
    <30>[    7.128766] systemd[1]: Starting Load Kernel Modules...
    <30>[    7.142078] systemd[1]: Starting Generate network units from Kernel command line...
    <4>[    7.147100] cryptodev: loading out-of-tree module taints kernel.
    <6>[    7.147718] cryptodev: driver 1.13 loaded.
    <46>[    7.148474] systemd-journald[224]: Collecting audit messages is enabled.
    <30>[    7.176180] systemd[1]: Starting Remount Root and Kernel File Systems...
    <30>[    7.194207] systemd[1]: Starting Coldplug All udev Devices...
    <30>[    7.209001] systemd[1]: Started RPC Bind.
    <6>[    7.219803] EXT4-fs (mmcblk1p2): re-mounted 705049d5-0dfc-42c6-9d34-92409df5bb7c r/w. Quota mode: none.
    <30>[    7.230470] systemd[1]: Started Journal Service.
    <46>[    7.444142] systemd-journald[224]: Received client request to flush runtime journal.
    <4>[    7.891522] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    <4>[    7.905077] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    <4>[    7.909199] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    <4>[    7.909207] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    <4>[    7.909632] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    <4>[    7.912134] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    <4>[    7.913027] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    <6>[    8.042150] mc: Linux media interface: v0.10
    <6>[    8.052726] videodev: Linux video capture interface: v2.00
    <6>[    8.071740] CAN device driver interface
    <4>[    8.083217] ds90ub960 6-0036: supply vddio not found, using dummy regulator
    <4>[    8.090072] ds90ub960 6-003d: supply vddio not found, using dummy regulator
    <3>[    8.139611] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    <4>[    8.139644] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    <6>[    8.144147] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b2000000
    <6>[    8.146035] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    <6>[    8.146214] remoteproc remoteproc0: 64800000.dsp is available
    <6>[    8.146259] remoteproc remoteproc0: attaching to 64800000.dsp
    <4>[    8.146508] remoteproc remoteproc0: unsupported resource 65538
    <6>[    8.147598] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    <6>[    8.147639] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node vision-apps-c71-dma-memory@b2000000
    <6>[    8.148126] virtio_rpmsg_bus virtio0: rpmsg host is online
    <6>[    8.148149] rproc-virtio rproc-virtio.7.auto: registered virtio0 (type 7)
    <6>[    8.148154] remoteproc remoteproc0: remote processor 64800000.dsp is now attached
    <6>[    8.148639] vdec 4210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    <6>[    8.148644] vdec 4210000.video-codec: Product Code:      0x521c
    <6>[    8.148648] vdec 4210000.video-codec: Firmware Revision: 320127
    <6>[    8.149064] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b4000000
    <6>[    8.149151] PVR_K:  280: Device: 4e20000000.gpu
    <6>[    8.151527] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    <6>[    8.152055] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    <6>[    8.156429] PVR_K:  280: Read BVNC 36.53.104.796 from HW device registers
    <6>[    8.156539] PVR_K:  280: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    <6>[    8.156903] remoteproc remoteproc1: 65800000.dsp is available
    <6>[    8.156932] remoteproc remoteproc1: attaching to 65800000.dsp
    <4>[    8.157947] remoteproc remoteproc1: unsupported resource 65538
    <6>[    8.159209] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode
    <6>[    8.159234] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b4000000
    <6>[    8.164443] [drm] Initialized pvr 24.1.6554834 20170530 for 4e20000000.gpu on minor 0
    <6>[    8.165208] virtio_rpmsg_bus virtio1: rpmsg host is online
    <6>[    8.165233] rproc-virtio rproc-virtio.9.auto: registered virtio1 (type 7)
    <6>[    8.165239] remoteproc remoteproc1: remote processor 65800000.dsp is now attached
    <6>[    8.166394] k3-dsp-rproc 66800000.dsp: assigned reserved memory node vision-apps-c71_2-dma-memory@b6000000
    <6>[    8.166926] k3-dsp-rproc 66800000.dsp: configured DSP for IPC-only mode
    <6>[    8.167915] remoteproc remoteproc2: 66800000.dsp is available
    <6>[    8.167961] remoteproc remoteproc2: attaching to 66800000.dsp
    <4>[    8.168289] remoteproc remoteproc2: unsupported resource 65538
    <6>[    8.168589] k3-dsp-rproc 66800000.dsp: DSP initialized in IPC-only mode
    <6>[    8.168634] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node vision-apps-c71_2-dma-memory@b6000000
    <6>[    8.169229] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    <6>[    8.183837] virtio_rpmsg_bus virtio2: rpmsg host is online
    <6>[    8.183875] rproc-virtio rproc-virtio.10.auto: registered virtio2 (type 7)
    <6>[    8.183883] remoteproc remoteproc2: remote processor 66800000.dsp is now attached
    <6>[    8.186191] k3-dsp-rproc 67800000.dsp: assigned reserved memory node vision-apps-c71_3-dma-memory@b8000000
    <6>[    8.186952] k3-dsp-rproc 67800000.dsp: configured DSP for IPC-only mode
    <6>[    8.187873] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    <4>[    8.196200] at24 0-0050: supply vcc not found, using dummy regulator
    <6>[    8.196441] remoteproc remoteproc3: 67800000.dsp is available
    <6>[    8.196537] remoteproc remoteproc3: attaching to 67800000.dsp
    <4>[    8.200348] remoteproc remoteproc3: unsupported resource 65538
    <6>[    8.200925] k3-dsp-rproc 67800000.dsp: DSP initialized in IPC-only mode
    <6>[    8.200946] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node vision-apps-c71_3-dma-memory@b8000000
    <6>[    8.204162] vdec 4220000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    <6>[    8.204175] vdec 4220000.video-codec: Product Code:      0x521c
    <6>[    8.204179] vdec 4220000.video-codec: Firmware Revision: 320127
    <6>[    8.204823] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    <6>[    8.205696] virtio_rpmsg_bus virtio3: rpmsg host is online
    <6>[    8.205718] rproc-virtio rproc-virtio.11.auto: registered virtio3 (type 7)
    <6>[    8.205724] remoteproc remoteproc3: remote processor 67800000.dsp is now attached
    <6>[    8.209719] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    <6>[    8.211946] ds90ub960 6-003d: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
    <6>[    8.212031] platform 4504000.csi-bridge: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d
    <6>[    8.216138] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    <4>[    8.229419] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    <6>[    8.229545] platform 41000000.r5f: configured R5F for IPC-only mode
    <6>[    8.229833] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    <6>[    8.231757] remoteproc remoteproc4: 41000000.r5f is available
    <6>[    8.231812] remoteproc remoteproc4: attaching to 41000000.r5f
    <6>[    8.232417] platform 41000000.r5f: R5F core initialized in IPC-only mode
    <6>[    8.232432] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    <6>[    8.233705] virtio_rpmsg_bus virtio4: rpmsg host is online
    <6>[    8.233739] rproc-virtio rproc-virtio.12.auto: registered virtio4 (type 7)
    <6>[    8.233744] remoteproc remoteproc4: remote processor 41000000.r5f is now attached
    <6>[    8.237894] platform 5c00000.r5f: configured R5F for IPC-only mode
    <6>[    8.238180] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    <6>[    8.238361] ds90ub960 6-003d: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@0/serializer
    <6>[    8.238439] i2c 6-0044: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@0/serializer/i2c/sensor@1a
    <6>[    8.239687] i2c 6-0044: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d
    <6>[    8.240527] ds90ub960 6-003d: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@1/serializer
    <6>[    8.242377] i2c 6-0045: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@1/serializer/i2c/sensor@1a
    <6>[    8.242425] i2c 6-0045: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d
    <6>[    8.242557] remoteproc remoteproc5: 5c00000.r5f is available
    <6>[    8.242598] remoteproc remoteproc5: attaching to 5c00000.r5f
    <6>[    8.245070] ds90ub960 6-003d: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@2/serializer
    <6>[    8.245812] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    <6>[    8.245834] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    <6>[    8.248599] i2c 6-0046: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@2/serializer/i2c/sensor@1a
    <6>[    8.248648] i2c 6-0046: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d
    <6>[    8.249379] ds90ub960 6-003d: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@3/serializer
    <6>[    8.249924] i2c 6-0047: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@3/serializer/i2c/sensor@1a
    <6>[    8.249973] i2c 6-0047: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d
    <6>[    8.250112] virtio_rpmsg_bus virtio5: rpmsg host is online
    <6>[    8.250133] rproc-virtio rproc-virtio.13.auto: registered virtio5 (type 7)
    <6>[    8.250139] remoteproc remoteproc5: remote processor 5c00000.r5f is now attached
    <6>[    8.250603] platform 5d00000.r5f: configured R5F for IPC-only mode
    <6>[    8.250873] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    <6>[    8.251593] remoteproc remoteproc6: 5d00000.r5f is available
    <6>[    8.251633] remoteproc remoteproc6: attaching to 5d00000.r5f
    <6>[    8.252435] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
    <6>[    8.252684] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    <6>[    8.258434] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
    <6>[    8.260522] platform 5d00000.r5f: R5F core initialized in IPC-only mode
    <6>[    8.260613] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    <6>[    8.273193] virtio_rpmsg_bus virtio6: rpmsg host is online
    <6>[    8.273226] rproc-virtio rproc-virtio.14.auto: registered virtio6 (type 7)
    <6>[    8.273232] remoteproc remoteproc6: remote processor 5d00000.r5f is now attached
    <6>[    8.280174] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xd
    <6>[    8.287838] platform 5e00000.r5f: configured R5F for IPC-only mode
    <6>[    8.288095] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a5000000
    <6>[    8.290638] remoteproc remoteproc7: 5e00000.r5f is available
    <6>[    8.290683] remoteproc remoteproc7: attaching to 5e00000.r5f
    <6>[    8.300331] platform 5e00000.r5f: R5F core initialized in IPC-only mode
    <6>[    8.300358] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a5000000
    <6>[    8.301038] virtio_rpmsg_bus virtio7: rpmsg host is online
    <6>[    8.301062] rproc-virtio rproc-virtio.15.auto: registered virtio7 (type 7)
    <6>[    8.301069] remoteproc remoteproc7: remote processor 5e00000.r5f is now attached
    <6>[    8.304908] platform 5f00000.r5f: configured R5F for IPC-only mode
    <6>[    8.305099] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    <6>[    8.305902] remoteproc remoteproc8: 5f00000.r5f is available
    <6>[    8.305954] remoteproc remoteproc8: attaching to 5f00000.r5f
    <6>[    8.307800] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xd
    <6>[    8.307841] platform 5f00000.r5f: R5F core initialized in IPC-only mode
    <6>[    8.307863] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    <6>[    8.332511] virtio_rpmsg_bus virtio8: rpmsg host is online
    <6>[    8.332543] rproc-virtio rproc-virtio.16.auto: registered virtio8 (type 7)
    <6>[    8.332549] remoteproc remoteproc8: remote processor 5f00000.r5f is now attached
    <6>[    8.338540] platform 5900000.r5f: configured R5F for IPC-only mode
    <6>[    8.338877] platform 5900000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000
    <6>[    8.339128] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0xd
    <6>[    8.347551] remoteproc remoteproc9: 5900000.r5f is available
    <6>[    8.347691] remoteproc remoteproc9: attaching to 5900000.r5f
    <6>[    8.354849] m_can_platform 40528000.can: m_can device registered (irq=635, version=32)
    <6>[    8.355037] platform 5900000.r5f: R5F core initialized in IPC-only mode
    <6>[    8.355060] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000
    <6>[    8.355662] virtio_rpmsg_bus virtio9: rpmsg host is online
    <6>[    8.355679] rproc-virtio rproc-virtio.17.auto: registered virtio9 (type 7)
    <6>[    8.355685] remoteproc remoteproc9: remote processor 5900000.r5f is now attached
    <6>[    8.357707] platform 5a00000.r5f: configured R5F for IPC-only mode
    <6>[    8.358212] platform 5a00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a8000000
    <6>[    8.362092] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0xd
    <6>[    8.371425] remoteproc remoteproc10: 5a00000.r5f is available
    <6>[    8.371527] remoteproc remoteproc10: attaching to 5a00000.r5f
    <6>[    8.377986] platform 5a00000.r5f: R5F core initialized in IPC-only mode
    <6>[    8.378016] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a8000000
    <6>[    8.382378] virtio_rpmsg_bus virtio10: rpmsg host is online
    <6>[    8.382408] rproc-virtio rproc-virtio.18.auto: registered virtio10 (type 7)
    <6>[    8.382416] remoteproc remoteproc10: remote processor 5a00000.r5f is now attached
    <6>[    8.386050] m_can_platform 40568000.can: m_can device registered (irq=613, version=32)
    <6>[    8.388638] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0xd
    <6>[    8.388889] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    <6>[    8.388959] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    <6>[    8.389006] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    <6>[    8.389098] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    <6>[    8.389287] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0x15
    <6>[    8.389332] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0x15
    <6>[    8.389389] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15
    <6>[    8.389425] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0x15
    <6>[    8.390228] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0x15
    <6>[    8.391051] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    8.391178] virtio_rpmsg_bus virtio8: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    8.391331] virtio_rpmsg_bus virtio5: creating channel ti.ethfw.notifyservice addr 0x72
    <6>[    8.391543] virtio_rpmsg_bus virtio10: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    8.391874] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    8.392147] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0x15
    <6>[    8.392388] virtio_rpmsg_bus virtio5: creating channel ti.ethfw.ethdevice addr 0x71
    <6>[    8.393131] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    8.393306] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    8.393965] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    8.400285] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xe
    <6>[    8.401843] m_can_platform 26a1000.can: m_can device registered (irq=614, version=32)
    <6>[    8.418762] virtio_rpmsg_bus virtio9: creating channel ti.ipc4.ping-pong addr 0xe
    <4>[    8.495208] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    <6>[    8.510990] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    <6>[    8.511005] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    <6>[    8.511008] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    <6>[    8.511012] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    <6>[    8.534299] scsi host0: ufshcd
    <6>[    8.545978] ds90ub953 6-0044: Found ub953 rev/mask 0x20
    <6>[    8.551739] ds90ub953 6-0044: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@0/serializer/i2c/sensor@1a
    <6>[    8.551817] i2c 7-001a: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@0/serializer
    <6>[    8.554427] ds90ub953 6-0045: Found ub953 rev/mask 0x20
    <6>[    8.558046] ds90ub953 6-0045: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@1/serializer/i2c/sensor@1a
    <6>[    8.558125] i2c 8-001a: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@1/serializer
    <6>[    8.558908] ds90ub953 6-0046: Found ub953 rev/mask 0x20
    <6>[    8.564022] cdns-csi2rx 4504000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
    <6>[    8.565111] ds90ub953 6-0046: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@2/serializer/i2c/sensor@1a
    <6>[    8.565200] i2c 9-001a: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@2/serializer
    <6>[    8.568042] ds90ub953 6-0047: Found ub953 rev/mask 0x20
    <5>[    8.569687] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    <6>[    8.588181] m_can_platform 40528000.can mcu_mcan0: renamed from can0
    <6>[    8.600886] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller
    <6>[    8.601510] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 1
    <6>[    8.601672] xhci-hcd xhci-hcd.19.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    <6>[    8.601807] xhci-hcd xhci-hcd.19.auto: irq 616, io mem 0x06010000
    <6>[    8.601953] xhci-hcd xhci-hcd.19.auto: xHCI Host Controller
    <6>[    8.601961] xhci-hcd xhci-hcd.19.auto: new USB bus registered, assigned bus number 2
    <6>[    8.601968] xhci-hcd xhci-hcd.19.auto: Host supports USB 3.0 SuperSpeed
    <4>[    8.602083] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    <6>[    8.602504] ds90ub953 6-0047: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@3/serializer/i2c/sensor@1a
    <6>[    8.609087] i2c 10-001a: Fixed dependency cycle(s) with /bus@100000/i2c@2050000/deser@3d/links/link@3/serializer
    <6>[    8.611465] m_can_platform 26a1000.can main_mcan16: renamed from can2
    <5>[    8.615840] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    <6>[    8.621780] hub 1-0:1.0: USB hub found
    <6>[    8.621816] hub 1-0:1.0: 1 port detected
    <6>[    8.630831] m_can_platform 40568000.can mcu_mcan1: renamed from can1
    <3>[    8.632370] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
    <6>[    8.643703] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    <6>[    8.652311] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
    <6>[    8.653060] hub 2-0:1.0: USB hub found
    <6>[    8.653254] hub 2-0:1.0: 1 port detected
    <4>[    8.677424] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    <6>[    8.685742] imx390 7-001a: inck rate: 27027027 Hz
    <6>[    8.689034] cdns-csi2rx 4514000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
    <6>[    8.719244] imx390 7-001a: imx390 probed
    <6>[    8.723136] imx390 8-001a: inck rate: 27027027 Hz
    <6>[    8.757432] imx390 8-001a: imx390 probed
    <6>[    8.759834] imx390 9-001a: inck rate: 27027027 Hz
    <6>[    8.793162] imx390 9-001a: imx390 probed
    <6>[    8.795259] imx390 10-001a: inck rate: 27027027 Hz
    <6>[    8.833488] imx390 10-001a: imx390 probed
    <6>[    8.837613] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    <6>[    8.945479] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    <6>[    9.013032] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    <6>[    9.075778] hub 1-1:1.0: USB hub found
    <6>[    9.076054] hub 1-1:1.0: 4 ports detected
    <6>[    9.125876] usbcore: registered new device driver onboard-usb-hub
    <6>[    9.187602] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    <6>[    9.208110] hub 2-1:1.0: USB hub found
    <6>[    9.208910] hub 2-1:1.0: 4 ports detected
    <6>[    9.257255] hub 1-1:1.0: USB hub found
    <6>[    9.257547] hub 1-1:1.0: 4 ports detected
    <6>[    9.260089] hub 1-1:1.0: USB hub found
    <6>[    9.260358] hub 1-1:1.0: 4 ports detected
    <3>[    9.285476] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: response timedout
    <3>[    9.285486] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: failed to get virtual port info
    <3>[    9.285491] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: rpmsg_dev_probe: failed: -5
    <4>[    9.285498] ti_cpsw_proxy_client: probe of virtio5.ti.ethfw.ethdevice.-1.113 failed with error -5
    <6>[    9.341579] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    <6>[    9.487081] usb 2-1.1: new SuperSpeed USB device number 3 using xhci-hcd
    <6>[    9.500298] usb 2-1.1: LPM exit latency is zeroed, disabling LPM.
    <6>[    9.577089] usbcore: registered new interface driver option
    <6>[    9.577131] usbserial: USB Serial support registered for GSM modem (1-port)
    <6>[    9.577254] option 2-1.1:1.0: GSM modem (1-port) converter detected
    <6>[    9.577532] usb 2-1.1: GSM modem (1-port) converter now attached to ttyUSB0
    <6>[    9.577730] option 2-1.1:1.4: GSM modem (1-port) converter detected
    <6>[    9.578032] usb 2-1.1: GSM modem (1-port) converter now attached to ttyUSB1
    <6>[    9.578100] option 2-1.1:1.5: GSM modem (1-port) converter detected
    <6>[    9.578341] usb 2-1.1: GSM modem (1-port) converter now attached to ttyUSB2
    <6>[    9.578413] option 2-1.1:1.6: GSM modem (1-port) converter detected
    <6>[    9.578579] usb 2-1.1: GSM modem (1-port) converter now attached to ttyUSB3
    <6>[    9.578652] option 2-1.1:1.7: GSM modem (1-port) converter detected
    <6>[    9.578812] usb 2-1.1: GSM modem (1-port) converter now attached to ttyUSB4
    <6>[    9.579373] usbcore: registered new interface driver cdc_ether
    <6>[    9.581168] usbcore: registered new interface driver cdc_wdm
    <6>[    9.582901] usbcore: registered new interface driver cdc_ncm
    <6>[    9.587371] usb 2-1.2: new SuperSpeed USB device number 4 using xhci-hcd
    <6>[    9.601770] usb 2-1.2: LPM exit latency is zeroed, disabling LPM.
    <6>[    9.626443] option 2-1.2:1.0: GSM modem (1-port) converter detected
    <6>[    9.626731] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB5
    <6>[    9.627644] cdc_mbim 2-1.1:1.2: setting rx_max = 16384
    <6>[    9.627924] cdc_mbim 2-1.1:1.2: cdc-wdm0: USB WDM device
    <6>[    9.628374] cdc_mbim 2-1.1:1.2 wwan0: register 'cdc_mbim' at usb-xhci-hcd.19.auto-1.1, CDC MBIM, 3a:25:e4:92:ab:40
    <6>[    9.628833] usbcore: registered new interface driver cdc_mbim
    <6>[    9.638967] cdc_mbim 2-1.1:1.2 wwu1u1i2: renamed from wwan0
    <6>[    9.671016] cdc_mbim 2-1.2:1.2: setting rx_max = 16384
    <6>[    9.671726] cdc_mbim 2-1.2:1.2: cdc-wdm1: USB WDM device
    <6>[    9.672298] cdc_mbim 2-1.2:1.2 wwan0: register 'cdc_mbim' at usb-xhci-hcd.19.auto-1.2, CDC MBIM, 3a:25:e4:92:ab:40
    <6>[    9.675138] option 2-1.2:1.4: GSM modem (1-port) converter detected
    <6>[    9.675340] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB6
    <6>[    9.675601] option 2-1.2:1.5: GSM modem (1-port) converter detected
    <6>[    9.676489] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB7
    <6>[    9.676751] option 2-1.2:1.6: GSM modem (1-port) converter detected
    <6>[    9.676934] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB8
    <6>[    9.677182] option 2-1.2:1.7: GSM modem (1-port) converter detected
    <6>[    9.678987] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB9
    <6>[    9.706955] cdc_mbim 2-1.2:1.2 wwu1u2i2: renamed from wwan0
    <6>[    9.745310] usb 2-1.3: new SuperSpeed USB device number 5 using xhci-hcd
    <6>[    9.758777] usb 2-1.3: LPM exit latency is zeroed, disabling LPM.
    <6>[    9.766630] option 2-1.3:1.0: GSM modem (1-port) converter detected
    <6>[    9.766848] usb 2-1.3: GSM modem (1-port) converter now attached to ttyUSB10
    <6>[    9.813336] cdc_mbim 2-1.3:1.2: setting rx_max = 16384
    <6>[    9.814076] cdc_mbim 2-1.3:1.2: cdc-wdm2: USB WDM device
    <6>[    9.814646] cdc_mbim 2-1.3:1.2 wwan0: register 'cdc_mbim' at usb-xhci-hcd.19.auto-1.3, CDC MBIM, 3a:25:e4:92:ab:40
    <6>[    9.817411] option 2-1.3:1.4: GSM modem (1-port) converter detected
    <6>[    9.817641] usb 2-1.3: GSM modem (1-port) converter now attached to ttyUSB11
    <6>[    9.817930] option 2-1.3:1.5: GSM modem (1-port) converter detected
    <6>[    9.818111] usb 2-1.3: GSM modem (1-port) converter now attached to ttyUSB12
    <6>[    9.818404] option 2-1.3:1.6: GSM modem (1-port) converter detected
    <6>[    9.818626] usb 2-1.3: GSM modem (1-port) converter now attached to ttyUSB13
    <6>[    9.818879] option 2-1.3:1.7: GSM modem (1-port) converter detected
    <6>[    9.819038] usb 2-1.3: GSM modem (1-port) converter now attached to ttyUSB14
    <6>[    9.861125] cdc_mbim 2-1.3:1.2 wwu1u3i2: renamed from wwan0
    <6>[    9.885431] usb 2-1.4: new SuperSpeed USB device number 6 using xhci-hcd
    <6>[    9.898933] usb 2-1.4: LPM exit latency is zeroed, disabling LPM.
    <6>[    9.909422] option 2-1.4:1.0: GSM modem (1-port) converter detected
    <6>[    9.909930] usb 2-1.4: GSM modem (1-port) converter now attached to ttyUSB15
    <6>[    9.959395] cdc_mbim 2-1.4:1.2: setting rx_max = 16384
    <6>[    9.960046] cdc_mbim 2-1.4:1.2: cdc-wdm3: USB WDM device
    <6>[    9.960558] cdc_mbim 2-1.4:1.2 wwan0: register 'cdc_mbim' at usb-xhci-hcd.19.auto-1.4, CDC MBIM, 3a:25:e4:92:ab:40
    <6>[    9.963404] option 2-1.4:1.4: GSM modem (1-port) converter detected
    <6>[    9.963665] usb 2-1.4: GSM modem (1-port) converter now attached to ttyUSB16
    <6>[    9.964062] option 2-1.4:1.5: GSM modem (1-port) converter detected
    <6>[    9.964323] usb 2-1.4: GSM modem (1-port) converter now attached to ttyUSB17
    <6>[    9.964706] option 2-1.4:1.6: GSM modem (1-port) converter detected
    <6>[    9.964953] usb 2-1.4: GSM modem (1-port) converter now attached to ttyUSB18
    <6>[    9.965319] option 2-1.4:1.7: GSM modem (1-port) converter detected
    <6>[    9.965476] usb 2-1.4: GSM modem (1-port) converter now attached to ttyUSB19
    <6>[    9.987180] cdc_mbim 2-1.4:1.2 wwu1u4i2: renamed from wwan0
    <4>[   10.802312] dbus-broker-lau[940]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    <5>[   11.115595] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    <5>[   11.124371] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    <5>[   11.124723] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    <6>[   11.134968] Bluetooth: Core ver 2.22
    <6>[   11.135036] NET: Registered PF_BLUETOOTH protocol family
    <6>[   11.135039] Bluetooth: HCI device and connection manager initialized
    <6>[   11.135052] Bluetooth: HCI socket layer initialized
    <6>[   11.135058] Bluetooth: L2CAP socket layer initialized
    <6>[   11.135071] Bluetooth: SCO socket layer initialized
    <6>[   11.238599] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    <6>[   11.238635] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    <6>[   11.255995] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:00] driver [TI DP83867] (irq=POLL)
    <6>[   11.256011] am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    <5>[   11.715911] audit: type=1006 audit(1725436751.280:2): pid=1023 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    <5>[   11.715945] audit: type=1300 audit(1725436751.280:2): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe4c66c08 a2=4 a3=1 items=0 ppid=1 pid=1023 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    <5>[   11.715952] audit: type=1327 audit(1725436751.280:2): proctitle="(systemd)"
    <5>[   12.403446] audit: type=1006 audit(1725436751.967:3): pid=1014 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    <5>[   12.403497] audit: type=1300 audit(1725436751.967:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc8de6c78 a2=4 a3=1 items=0 ppid=1 pid=1014 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    <5>[   12.403509] audit: type=1327 audit(1725436751.967:3): proctitle="(weston)"
    <6>[   12.855534] PVR_K:  1014: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
    <6>[   12.861792] PVR_K:  1014: Shader binary image 'rgx.sh.36.53.104.796' loaded
    <6>[   15.333997] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    <5>[   17.791764] audit: type=1006 audit(1725436757.356:4): pid=1408 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    <5>[   17.791799] audit: type=1300 audit(1725436757.356:4): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe838d748 a2=1 a3=1 items=0 ppid=1 pid=1408 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    <5>[   17.791807] audit: type=1327 audit(1725436757.356:4): proctitle="(systemd)"

  • Hi Bartosz,

    Thank you for testing on SDK 10.0 and providing the additional logs. Please allow me some time to take a look at this.

    Thanks,

    Fabiana

  • Hi Bartosz,

    Could you try following the steps outlined here and adjusting your GStreamer pipeline accordingly? https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1326967/tda4vm-imx390-camera-preview-on-psdk-9-0/5051419#5051419

    Thank you,

    Fabiana

  • Can you be more precise which parameters are important here?

    Anyway I updated my lunch script based on the post:

    v4l2-ctl -d /dev/v4l-imx390-subdev0 --set-ctrl red_balance=256
    v4l2-ctl -d /dev/v4l-imx390-subdev0 --set-ctrl blue_balance=256
    v4l2-ctl -d /dev/v4l-imx390-subdev0 --set-ctrl wide_dynamic_range=1
    
    v4l2-ctl -d /dev/v4l-imx390-subdev1 --set-ctrl red_balance=256
    v4l2-ctl -d /dev/v4l-imx390-subdev1 --set-ctrl blue_balance=256
    v4l2-ctl -d /dev/v4l-imx390-subdev1 --set-ctrl wide_dynamic_range=1,
    
    v4l2-ctl -d /dev/v4l-imx390-subdev2 --set-ctrl red_balance=256
    v4l2-ctl -d /dev/v4l-imx390-subdev2 --set-ctrl blue_balance=256
    v4l2-ctl -d /dev/v4l-imx390-subdev2 --set-ctrl wide_dynamic_range=1
    
    v4l2-ctl -d /dev/v4l-imx390-subdev3 --set-ctrl red_balance=256
    v4l2-ctl -d /dev/v4l-imx390-subdev3 --set-ctrl blue_balance=256
    v4l2-ctl -d /dev/v4l-imx390-subdev3 --set-ctrl wide_dynamic_range=1
    
    
    
    gst-launch-1.0 -v v4l2src device=/dev/video-imx390-cam0 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev0 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/wdr/dcc_2a_wdr.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink  \
    v4l2src device=/dev/video-imx390-cam1 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev1 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink \
    v4l2src device=/dev/video-imx390-cam2 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev2 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink \
    v4l2src device=/dev/video-imx390-cam3 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev3 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink 
    
    

    With above command, the second run of the gstreamer pipeline still fails, but with different errors:

    h-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev0 --set-ctrl red_balance=256
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev0 --set-ctrl blue_balance=256
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev0 --set-ctrl wide_dynamic_range=1
    sh-5.2#
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev1 --set-ctrl red_balance=256
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev1 --set-ctrl blue_balance=256
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev1 --set-ctrl wide_dynamic_range=1,
    sh-5.2#
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev2 --set-ctrl red_balance=256
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev2 --set-ctrl blue_balance=256
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev2 --set-ctrl wide_dynamic_range=1
    sh-5.2#
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev3 --set-ctrl red_balance=256
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev3 --set-ctrl blue_balance=256
    sh-5.2# v4l2-ctl -d /dev/v4l-imx390-subdev3 --set-ctrl wide_dynamic_range=1
    sh-5.2#
    sh-5.2#
    sh-5.2# gst-launch-1.0 -v v4l2src device=/dev/video-imx390-cam0 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev0 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/wdr/dcc_2a_wdr.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink  \
    > v4l2src device=/dev/video-imx390-cam1 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev1 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink \
    > v4l2src device=/dev/video-imx390-cam2 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev2 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink \
    > v4l2src device=/dev/video-imx390-cam3 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev3 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink
    APP: Init ... !!!
       242.711105 s: MEM: Init ... !!!
       242.711139 s: MEM: Initialized DMA HEAP (fd=8) !!!
       242.711268 s: MEM: Init ... Done !!!
       242.711283 s: IPC: Init ... !!!
       242.746179 s: IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       242.757359 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
       242.758859 s:  VX_ZONE_INIT:Enabled
       242.758871 s:  VX_ZONE_ERROR:Enabled
       242.758879 s:  VX_ZONE_WARNING:Enabled
       242.760511 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-0
       242.760606 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-1
       242.760664 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-2
       242.760720 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-3
       242.760732 s:  VX_ZONE_INIT:[tivxInitLocal:136] Initialization Done !!!
       242.763183 s:  VX_ZONE_INIT:[tivxHostInitLocal:106] Initialization Done for HOST !!!
    Setting pipeline to PAUSED ...
    Pipeline is live and does not need PREROLL ...
    Pipeline is PREROLLED ...
    Setting pipeline to PLAYING ...
    /GstPipeline:pipeline0/GstV4l2Src:v4l2src3.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter6.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstV4l2Src:v4l2src2.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue3.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue3.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue3.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter4.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp3.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue2.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstV4l2Src:v4l2src1.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstV4l2Src:v4l2src1.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp2.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter2.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue1.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter2.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue1.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp0.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    New clock: GstSystemClock
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp0.GstTIOVXMisoPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc0.GstTIOVXPad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc0.GstPad:src: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    Redistribute latency...
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc0.GstTIOVXPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp2.GstTIOVXMisoPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc2.GstTIOVXPad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter5.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc2.GstPad:src: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstFakeSink:fakesink2.GstPad:sink: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    Redistribute latency...
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc2.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter5.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc2.GstTIOVXPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp1.GstTIOVXMisoPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc1.GstTIOVXPad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter3.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc1.GstPad:src: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstFakeSink:fakesink1.GstPad:sink: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    Redistribute latency...
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc1.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter3.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc1.GstTIOVXPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp3.GstTIOVXMisoPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc3.GstTIOVXPad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter7.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc3.GstPad:src: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstFakeSink:fakesink3.GstPad:sink: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    Redistribute latency...
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc3.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter7.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc3.GstTIOVXPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    Redistribute latency...
    Redistribute latency...
    Redistribute latency...
    Redistribute latency...
    ^Chandling interrupt.
    Interrupt: Stopping pipeline ...
    Execution ended after 0:00:12.406460119
    Setting pipeline to NULL ...
    Freeing pipeline ...
       255.471271 s:  VX_ZONE_INIT:[tivxHostDeInitLocal:120] De-Initialization Done for HOST !!!
       255.475689 s:  VX_ZONE_INIT:[tivxDeInitLocal:206] De-Initialization Done !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
       255.476666 s: IPC: Deinit ... !!!
       255.477532 s: IPC: DeInit ... Done !!!
       255.477546 s: MEM: Deinit ... !!!
       255.477688 s: DDR_SHARED_MEM: Alloc's: 132 alloc's of 235828951 bytes
       255.477699 s: DDR_SHARED_MEM: Free's : 132 free's  of 235828951 bytes
       255.477710 s: DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes
       255.477723 s: MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2#
    sh-5.2# gst-launch-1.0 -v v4l2src device=/dev/video-imx390-cam0 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev0 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/wdr/dcc_2a_wdr.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink  v4l2src device=/dev/video-imx390-cam1 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev1 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink v4l2src device=/dev/video-imx390-cam2 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev2 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink v4l2src device=/dev/video-imx390-cam3 io-mode=dmabuf-import ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp target=1 sink_0::device=/dev/v4l-imx390-subdev3 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/wdr/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc target=1 dcc-file=/opt/imaging/imx390/wdr/dcc_ldc_wdr.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink
    APP: Init ... !!!
       259.916191 s: MEM: Init ... !!!
       259.916222 s: MEM: Initialized DMA HEAP (fd=8) !!!
       259.916312 s: MEM: Init ... Done !!!
       259.916324 s: IPC: Init ... !!!
       259.948459 s: IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       259.958568 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
       259.958637 s:  VX_ZONE_INIT:Enabled
       259.958647 s:  VX_ZONE_ERROR:Enabled
       259.958673 s:  VX_ZONE_WARNING:Enabled
       259.959121 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-0
       259.959200 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-1
       259.959266 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-2
       259.959324 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-3
       259.959335 s:  VX_ZONE_INIT:[tivxInitLocal:136] Initialization Done !!!
       259.959474 s:  VX_ZONE_INIT:[tivxHostInitLocal:106] Initialization Done for HOST !!!
    Setting pipeline to PAUSED ...
    Pipeline is live and does not need PREROLL ...
    Pipeline is PREROLLED ...
    Setting pipeline to PLAYING ...
    /GstPipeline:pipeline0/GstV4l2Src:v4l2src3.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstV4l2Src:v4l2src3.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter4.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter6.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue2.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter4.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue3.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter6.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue2.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue2.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp3.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp3.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp2.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp2.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter2.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter2.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp1.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp0.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    New clock: GstSystemClock
    ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src1: Failed to allocate required memory.
    Additional debug info:
    /usr/src/debug/gstreamer1.0-plugins-good/1.22.12/sys/v4l2/gstv4l2src.c(950): gst_v4l2src_decide_allocation (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src1:
    Buffer pool activation failed
    Execution ended after 0:00:00.050686492
    ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src1: Internal data stream error.
    Setting pipeline to NULL ...
    Additional debug info:
    /usr/src/debug/gstreamer1.0/1.22.12/libs/gst/base/gstbasesrc.c(3134): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src1:
    streaming stopped, reason not-negotiated (-4)
    Freeing pipeline ...
       264.327508 s:  VX_ZONE_WARNING:[vxReleaseContext:1213] Found a reference 0xffff8d9b0be8 of type 00000817 at external count 1, internal count 0, releasing it
       264.327531 s:  VX_ZONE_WARNING:[vxReleaseContext:1215] Releasing reference (name=raw_image_100) now as a part of garbage collection
       264.327546 s:  VX_ZONE_WARNING:[vxReleaseContext:1213] Found a reference 0xffff8dac0e38 of type 00000813 at external count 1, internal count 0, releasing it
       264.327557 s:  VX_ZONE_WARNING:[vxReleaseContext:1215] Releasing reference (name=object_array_104) now as a part of garbage collection
       264.328275 s:  VX_ZONE_WARNING:[vxReleaseContext:1213] Found a reference 0xffff8dac1330 of type 00000813 at external count 1, internal count 0, releasing it
       264.328287 s:  VX_ZONE_WARNING:[vxReleaseContext:1215] Releasing reference (name=object_array_110) now as a part of garbage collection
       264.328979 s:  VX_ZONE_WARNING:[vxReleaseContext:1213] Found a reference 0xffff8dac1b78 of type 00000813 at external count 1, internal count 0, releasing it
       264.328990 s:  VX_ZONE_WARNING:[vxReleaseContext:1215] Releasing reference (name=object_array_119) now as a part of garbage collection
       264.329689 s:  VX_ZONE_WARNING:[vxReleaseContext:1213] Found a reference 0xffff8dac2070 of type 00000813 at external count 1, internal count 0, releasing it
       264.329701 s:  VX_ZONE_WARNING:[vxReleaseContext:1215] Releasing reference (name=object_array_127) now as a part of garbage collection
       264.330392 s:  VX_ZONE_WARNING:[vxReleaseContext:1213] Found a reference 0xffff8dac28b8 of type 00000813 at external count 1, internal count 0, releasing it
       264.330403 s:  VX_ZONE_WARNING:[vxReleaseContext:1215] Releasing reference (name=object_array_135) now as a part of garbage collection
       264.331096 s:  VX_ZONE_WARNING:[vxReleaseContext:1213] Found a reference 0xffff8dac2db0 of type 00000813 at external count 1, internal count 0, releasing it
       264.331108 s:  VX_ZONE_WARNING:[vxReleaseContext:1215] Releasing reference (name=object_array_142) now as a part of garbage collection
       264.331872 s:  VX_ZONE_INIT:[tivxHostDeInitLocal:120] De-Initialization Done for HOST !!!
       264.336380 s:  VX_ZONE_INIT:[tivxDeInitLocal:206] De-Initialization Done !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
       264.337270 s: IPC: Deinit ... !!!
       264.338003 s: IPC: DeInit ... Done !!!
       264.338017 s: MEM: Deinit ... !!!
       264.338061 s: DDR_SHARED_MEM: Alloc's: 43 alloc's of 116569639 bytes
       264.338071 s: DDR_SHARED_MEM: Free's : 43 free's  of 116569639 bytes
       264.338087 s: DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes
       264.338097 s: MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    sh-5.2#

    [   68.651491] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    [   68.651534] j721e-csi2rx 4500000.ticsi2rx: Failed to drain DMA. Next frame might be bogus
    [   68.652597] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    [   68.652614] j721e-csi2rx 4500000.ticsi2rx: Failed to start DMA: -5
    [   68.652619] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    [   68.652622] j721e-csi2rx 4500000.ticsi2rx: Failed to drain DMA. Next frame might be bogus
    [   68.652626] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    [   68.652630] j721e-csi2rx 4500000.ticsi2rx: Failed to start DMA: -5
    [   68.652632] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    [   68.652635] j721e-csi2rx 4500000.ticsi2rx: Failed to drain DMA. Next frame might be bogus
    [   68.652638] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    [   68.652642] j721e-csi2rx 4500000.ticsi2rx: Failed to start DMA: -5
    [   68.652645] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    [   68.652648] j721e-csi2rx 4500000.ticsi2rx: Failed to drain DMA. Next frame might be bogus
    [   68.652650] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    [   68.652654] j721e-csi2rx 4500000.ticsi2rx: Failed to start DMA: -5
    [   68.661020] ------------[ cut here ]------------
    [   68.661029] WARNING: CPU: 2 PID: 3048 at /drivers/media/common/videobuf2/videobuf2-core.c:1633 0xffff8000792a1e8c
    [   68.661036] Modules linked in: xt_conntrack xt_MASQUERADE iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c xt_addrtype iptable_filter ip_tables x_tables br_netfilter bridge stp llc wireguard libchacha20poly1305 chacha_neon libchacha poly1305_neon ip6_udp_tunnel udp_tunnel libcurve25519_generic overlay bluetooth cfg80211 ecdh_generic ecc rfkill cdc_mbim cdc_ncm cdc_wdm cdc_ether option usbnet usb_wwan mii usbserial onboard_usb_hub ti_cpsw_proxy_client imx390 rpmsg_ctrl rpmsg_char cdns_csi2rx ds90ub953 panel_edp ti_am335x_adc kfifo_buf cdns3 cdns_usb_common cdns_pltfrm crct10dif_ce snd_soc_j721e_evm display_connector phy_can_transceiver ti_k3_r5_remoteproc at24 k3_j72xx_bandgap pvrsrvkm(O) sa2ul ti_k3_dsp_remoteproc ti_am335x_tscadc cdns_mhdp8546 tidss authenc ti_j721e_ufs wave5 j721e_csi2rx cdns_dsi drm_dma_helper videobuf2_dma_contig v4l2_mem2mem cdns_dphy_rx videobuf2_memops videobuf2_v4l2 cdns_dphy videobuf2_common ds90ub960 cdns3_ti m_can_platform snd_soc_davinci_mcasp m_can v4l2_fwnode
    [   68.661131]  snd_soc_ti_udma can_dev snd_soc_ti_edma v4l2_async snd_soc_ti_sdma videodev ti_sn65dsi86 drm_display_helper mc snd_soc_pcm3168a_i2c drm_dp_aux_bus snd_soc_pcm3168a i2c_atr drm_kms_helper rti_wdt cryptodev(O) fuse drm drm_panel_orientation_quirks backlight ipv6
    <3>[   68.651491] ti-udma 311a0000.dma-controller: udma_prep_sla[   68.661164] CPU: 2 PID: 3048 Comm: v4l2src1:src Tainted: G           O       6.6.32-rt32-ti-rt-gf9bceb734338-dirty #1
    ve_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM[   68.661169] Hardware name: Texas Instruments J784S4 EVM (DT)
    [   68.661172] pstate: 20000005 (nzCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [   68.661177] pc : 0xffff8000792a1e8c
    [   68.661179] lr : 0xffff8000792a1dfc
    [   68.661180] sp : ffff0008d511fbc0
    [   68.661182] x29: ffff0008d511fbc0 x28: ffff0008de202480 x27: 0000000000000000
    [   68.661188] x26: ffff0008c65826e0 x25: ffff0008c32e4000 x24: 0000000000000000
    [   68.661193] x23: ffff8000792ea650 x22: 0000000000000004 x21: ffff0008c6582630
    [   68.661198] x20: ffff0008c6582648 x19: 00000000fffffffb x18: 0000000000000000
    [   68.661203] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000
    [   68.661208] x14: 0000000000000000 x13: 0000000000000000 x12: 0000000000000002
    [   68.661212] x11: 0000000000000000 x10: 0000000000000099 x9 : 0000000000000009
    [   68.661217] x8 : ffff000f7feab640 x7 : ffff000f7feab640 x6 : ffff0008de22c880
    [   68.661221] x5 : ffff0008c65827e8 x4 : ffff0008c65827e8 x3 : 0000000000000000
    [   68.661226] x2 : ffff0008de228000 x1 : ffff8000791eb000 x0 : ffff0008de2189f0
    [   68.661231] Call trace:
    [   68.661233]  0xffff8000792a1e8c
    [   68.661235]  0xffff8000792a1fd8
    
    <4>[   68.651534] j721e-csi2rx 4500000.ticsi2rx: Failed to dra[   68.661237]  0xffff8000792a7584
    in DMA. Next frame might be bogus[   68.661238]  0xffff800079219084
    
    [   68.661239]  0xffff80007921f5d4
    <3>[   68.652597] ti-udma 311a0000.dma-controller: udma_prep_sla[   68.661241]  0xffff80007921fe88
    ve_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    <3>[ [   68.661242]  0xffff8000792201ac
      68.652614] j721e-csi2rx 4500000.ticsi2rx: Failed to start DMA:[   68.661243]  0xffff800079217154
     -5
    <3>[   68.652619] ti-udma 311a0000.dma-controller: udma_pre[   68.661244]  0xffff8000801ea080
    p_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    [   68.661246]  0xffff80008001d79c
    <4>[   68.652622] j721e-csi2rx 4500000.ticsi2rx: Failed to drain[   68.661247]  0xffff80008001d880
     DMA. Next frame might be bogus
    <3>[   68.652626] ti-udma 311a0[   68.661248]  0xffff800080a5a3ac
    000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM,[   68.661250]  0xffff800080a5b7b8
     not supporting DEV_TO_MEM
    <3>[   68.652630] j721e-csi2rx 45000[   68.661252]  0xffff80008001148c
    00.ticsi2rx: Failed to start DMA: -5
    <3>[   68.652632] ti-udma [   68.661254] ---[ end trace 0000000000000000 ]---
    311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    <4>[   68.652635] j721e-csi2rx 4500000.ticsi2rx: Failed to drain DMA. Next frame might be bogus
    <3>[   68.652638] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    <3>[   68.652642] j721e-csi2rx 4500000.ticsi2rx: Failed to start DMA: -5
    <3>[   68.652645] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    <4>[   68.652648] j721e-csi2rx 4500000.ticsi2rx: Failed to drain DMA. Next frame might be bogus
    <3>[   68.652650] ti-udma 311a0000.dma-controller: udma_prep_slave_sg: chan2 is for MEM_TO_MEM, not supporting DEV_TO_MEM
    <3>[   68.652654] j721e-csi2rx 4500000.ticsi2rx: Failed to start DMA: -5
    <4>[   68.661020] ------------[ cut here ]------------
    <4>[   68.661029] WARNING: CPU: 2 PID: 3048 at /drivers/media/common/videobuf2/videobuf2-core.c:1633 0xffff8000792a1e8c
    <4>[   68.661036] Modules linked in: xt_conntrack xt_MASQUERADE iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c xt_addrtype iptable_filter ip_tables x_tables br_netfilter bridge stp llc wireguard libchacha20poly1305 chacha_neon libchacha poly1305_neon ip6_udp_tunnel udp_tunnel libcurve25519_generic overlay bluetooth cfg80211 ecdh_generic ecc rfkill cdc_mbim cdc_ncm cdc_wdm cdc_ether option usbnet usb_wwan mii usbserial onboard_usb_hub ti_cpsw_proxy_client imx390 rpmsg_ctrl rpmsg_char cdns_csi2rx ds90ub953 panel_edp ti_am335x_adc kfifo_buf cdns3 cdns_usb_common cdns_pltfrm crct10dif_ce snd_soc_j721e_evm display_connector phy_can_transceiver ti_k3_r5_remoteproc at24 k3_j72xx_bandgap pvrsrvkm(O) sa2ul ti_k3_dsp_remoteproc ti_am335x_tscadc cdns_mhdp8546 tidss authenc ti_j721e_ufs wave5 j721e_csi2rx cdns_dsi drm_dma_helper videobuf2_dma_contig v4l2_mem2mem cdns_dphy_rx videobuf2_memops videobuf2_v4l2 cdns_dphy videobuf2_common ds90ub960 cdns3_ti m_can_platform snd_soc_davinci_mcasp m_can v4l2_fwnode
    <4>[   68.661131]  snd_soc_ti_udma can_dev snd_soc_ti_edma v4l2_async snd_soc_ti_sdma videodev ti_sn65dsi86 drm_display_helper mc snd_soc_pcm3168a_i2c drm_dp_aux_bus snd_soc_pcm3168a i2c_atr drm_kms_helper rti_wdt cryptodev(O) fuse drm drm_panel_orientation_quirks backlight ipv6
    <4>[   68.661164] CPU: 2 PID: 3048 Comm: v4l2src1:src Tainted: G           O       6.6.32-rt32-ti-rt-gf9bceb734338-dirty #1
    <4>[   68.661169] Hardware name: Texas Instruments J784S4 EVM (DT)
    <4>[   68.661172] pstate: 20000005 (nzCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    <4>[   68.661177] pc : 0xffff8000792a1e8c
    <4>[   68.661179] lr : 0xffff8000792a1dfc
    <4>[   68.661180] sp : ffff0008d511fbc0
    <4>[   68.661182] x29: ffff0008d511fbc0 x28: ffff0008de202480 x27: 0000000000000000
    <4>[   68.661188] x26: ffff0008c65826e0 x25: ffff0008c32e4000 x24: 0000000000000000
    <4>[   68.661193] x23: ffff8000792ea650 x22: 0000000000000004 x21: ffff0008c6582630
    <4>[   68.661198] x20: ffff0008c6582648 x19: 00000000fffffffb x18: 0000000000000000
    <4>[   68.661203] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000
    <4>[   68.661208] x14: 0000000000000000 x13: 0000000000000000 x12: 0000000000000002
    <4>[   68.661212] x11: 0000000000000000 x10: 0000000000000099 x9 : 0000000000000009
    <4>[   68.661217] x8 : ffff000f7feab640 x7 : ffff000f7feab640 x6 : ffff0008de22c880
    <4>[   68.661221] x5 : ffff0008c65827e8 x4 : ffff0008c65827e8 x3 : 0000000000000000
    <4>[   68.661226] x2 : ffff0008de228000 x1 : ffff8000791eb000 x0 : ffff0008de2189f0
    <4>[   68.661231] Call trace:
    <4>[   68.661233]  0xffff8000792a1e8c
    <4>[   68.661235]  0xffff8000792a1fd8
    <4>[   68.661237]  0xffff8000792a7584
    <4>[   68.661238]  0xffff800079219084
    <4>[   68.661239]  0xffff80007921f5d4
    <4>[   68.661241]  0xffff80007921fe88
    <4>[   68.661242]  0xffff8000792201ac
    <4>[   68.661243]  0xffff800079217154
    <4>[   68.661244]  0xffff8000801ea080
    <4>[   68.661246]  0xffff80008001d79c
    <4>[   68.661247]  0xffff80008001d880
    <4>[   68.661248]  0xffff800080a5a3ac
    <4>[   68.661250]  0xffff800080a5b7b8
    <4>[   68.661252]  0xffff80008001148c
    <4>[   68.661254] ---[ end trace 0000000000000000 ]---

  • Hello

    Our expert, Fabiana, who is handling this thread, is out of the office until 25 September. Please expect a delay in responses.

    Thanks.

  • Hi Bartosz,

    Thank you for your patience on this issue. I just tested the following pipeline on my setup using 4x RCM IMX390 connected via the Arducam V3Link mini fusion board. I used the AM67A (J722S) Edge AI SDK v10.0 to test. Could you try running the pipeline I used on the latest SDK version while I get this set up on J784S4 platform?

    Sensor details:

    IMX390 Camera 0 detected
        device = /dev/video-imx390-cam0
        name = imx390
        format = [fmt:SRGGB12_1X12/1936x1100 field: none]
        subdev_id = /dev/v4l-imx390-subdev0
        isp_required = yes
        ldc_required = yes
    IMX390 Camera 1 detected
        device = /dev/video-imx390-cam1
        name = imx390
        format = [fmt:SRGGB12_1X12/1936x1100 field: none]
        subdev_id = /dev/v4l-imx390-subdev1
        isp_required = yes
        ldc_required = yes
    IMX390 Camera 2 detected
        device = /dev/video-imx390-cam2
        name = imx390
        format = [fmt:SRGGB12_1X12/1936x1100 field: none]
        subdev_id = /dev/v4l-imx390-subdev2
        isp_required = yes
        ldc_required = yes
    IMX390 Camera 3 detected
        device = /dev/video-imx390-cam3
        name = imx390
        format = [fmt:SRGGB12_1X12/1936x1100 field: none]
        subdev_id = /dev/v4l-imx390-subdev3
        isp_required = yes
        ldc_required = yes

    GStreamer pipeline and output:

    root@j722s-evm:/opt/edgeai-gst-apps# gst-launch-1.0 -v v4l2src device=/dev/video-imx390-cam0 ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp sink_0::device=/dev/v4l-imx390-subdev0 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc dcc-file=/opt/imaging/imx390/linear/dcc_ldc.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink v4l2src device=/dev/video-imx390-cam1 ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp sink_0::device=/dev/v4l-imx390-subdev1 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc dcc-file=/opt/imaging/imx390/linear/dcc_ldc.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink v4l2src device=/dev/video-imx390-cam2 ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp sink_0::device=/dev/v4l-imx390-subdev2 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc dcc-file=/opt/imaging/imx390/linear/dcc_ldc.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink v4l2src device=/dev/video-imx390-cam3 ! video/x-bayer, width=1936, height=1100, framerate=30/1, format=rggb12 ! queue leaky=2 ! tiovxisp sink_0::device=/dev/v4l-imx390-subdev3 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! tiovxldc dcc-file=/opt/imaging/imx390/linear/dcc_ldc.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 sink_0::pool-size=8 c::pool-size=8 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! v4l2h265enc ! fakesink
    APP: Init ... !!!
       833.450160 s: MEM: Init ... !!!
       833.450227 s: MEM: Initialized DMA HEAP (fd=8) !!!
       833.450386 s: MEM: Init ... Done !!!
       833.450402 s: IPC: Init ... !!!
       833.516003 s: IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       833.522676 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
       833.522829 s:  VX_ZONE_INIT:Enabled
       833.522848 s:  VX_ZONE_ERROR:Enabled
       833.522860 s:  VX_ZONE_WARNING:Enabled
       833.524296 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-0
       833.524681 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-1
       833.525022 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-2
       833.525299 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-3
       833.525340 s:  VX_ZONE_INIT:[tivxInitLocal:136] Initialization Done !!!
       833.525456 s:  VX_ZONE_INIT:[tivxHostInitLocal:106] Initialization Done for HOST !!!
    Setting pipeline to PAUSED ...
    Pipeline is live and does not need PREROLL ...
    /GstPipeline:pipeline0/GstV4l2Src:v4l2src3.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    Pipeline is PREROLLED ...
    Setting pipeline to PLAYING ...
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter6.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter6.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter4.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter4.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter6.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue2.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter4.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue2.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp2.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue3.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp3.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstV4l2Src:v4l2src1.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter2.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue1.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp1.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue1.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter2.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp0.GstTIOVXIspPad:sink_0: caps = video/x-bayer, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, format=(string)rggb12, interlace-mode=(string)progressive
    New clock: GstSystemClock
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp0.GstTIOVXMisoPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc0.GstTIOVXPad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc0.GstPad:src: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    Redistribute latency...
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc0.GstTIOVXPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp1.GstTIOVXMisoPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp1.GstTIOVXMisoPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXISP:tiovxisp1.GstTIOVXMisoPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc1.GstTIOVXPad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter3.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter3.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter5.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc3.GstTIOVXPad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc3.GstTIOVXPad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    Redistribute latency...
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc3.GstTIOVXPad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    Redistribute latency...
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc2.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc2.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter5.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc2.GstTIOVXPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc2.GstTIOVXPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc1.GstTIOVXPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc3.GstPad:src: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstFakeSink:fakesink3.GstPad:sink: caps = video/x-h265, stream-format=(string)byte-stream, alignment=(string)au, level=(string)1, profile=(string)main, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    Redistribute latency...
    /GstPipeline:pipeline0/v4l2h265enc:v4l2h265enc3.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstCapsFilter:capsfilter7.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    /GstPipeline:pipeline0/GstTIOVXLDC:tiovxldc3.GstTIOVXPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1936, height=(int)1100, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601
    Redistribute latency...
    Redistribute latency...
    Redistribute latency...
    Redistribute latency...
    ^Chandling interrupt.
    Interrupt: Stopping pipeline ...
    Execution ended after 0:00:13.824235343
    Setting pipeline to NULL ...
    Freeing pipeline ...
       847.995035 s:  VX_ZONE_INIT:[tivxHostDeInitLocal:120] De-Initialization Done for HOST !!!
       847.999942 s:  VX_ZONE_INIT:[tivxDeInitLocal:206] De-Initialization Done !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
       848.000623 s: IPC: Deinit ... !!!
       848.001284 s: IPC: DeInit ... Done !!!
       848.001324 s: MEM: Deinit ... !!!
       848.001572 s: DDR_SHARED_MEM: Alloc's: 124 alloc's of 201560252 bytes
       848.001600 s: DDR_SHARED_MEM: Free's : 124 free's  of 201560252 bytes
       848.001611 s: DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes
       848.001627 s: MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    root@j722s-evm:/opt/edgeai-gst-apps#
    

    Thank you,

    Fabiana

  • I double checked and the hang still occurs after few pipeline restart.
    I used you pipeline with one  difference, to use 'target=1' for tiovxisp and tiovxldc.

  • Does excluding "target=1" yield the same results?

    Thanks,

    Fabiana

  • Cannot test without "target=1" due to this bug -> https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1400257/j784s4xevm-gstreamer-tiovx-modules-hang

    If above is fixed we would like to use both "target=0" and "target=1" to spread the load. So the board should not hang despite of "target" value.

  • Hi Bartosz,

    I just tested this again on the Edge AI image of j784s4 (v10.0) and ran the previously shared pipeline with no issue. Have you tried this on a fresh install?

    Thanks,

    Fabiana

  • I'll  try again later this week, but last time I have checked it hangs after few tries.