Part Number: AM62A7
Hi TI team,
We are using the custom board design based on the AM62A-SK EVM. We are able to use all the streaming functionality with Yocto SDK-09.01.00 and SDK-10.01.00 on custom board.
Our requirement is to use custom meta layers to include all the filesystem components in device's rootfs. Here we are using custom meta layers with meta-edgeai layer from SDK-11. In this case, We are observing streaming issue when use tiovxisp plugin.
We are using the Linux kernel, U-boot component and "/lib/firmware" from the SDK-11. And rootfs component (packages) from the custom meta layers. With that, we are able to boot the board and able to bring-up the required interfaces with mention changes.
But when we do streaming from camera sensor with ISP, Camera stream hangs. Below are the logs.
dmesg logs from bootup:
kernel-6.12.35-logs.txt
media-ctl command output:
media-ctl-command.txt
R5F and C7x core bootup logs:
ISP pipeline with tiovx log enabled:
tiovxisp-pipeline-logs.txt
Pipeline to capture raw frame works fine without issue. below is the pipeline.
gst-launch-1.0 -v v4l2src device=/dev/video2 ! video/x-bayer, width=1920, height=1200, framerate=30/1, format=rggb10 ! fakesink
Pipeline with ISP hangs and didn't provide any image:
gst-launch-1.0 -v v4l2src device=/dev/video2 io-mode=dmabuf-import ! video/x-bayer, width=1920, height=1200, framerate=60/1, format=rggb10 ! tiovxisp sink_0::device=/dev/v4l-subdev2 dcc-isp-file=/opt/imaging/ar0235/dcc_viss_10bit_1920x1200.bin sink_0::dcc-2a-file=/opt/imaging/ar0235/dcc_2a_10bit_1920x1200.bin format-msb=9 sink_0::ae-mode=2 ! video/x-raw, format=NV12, width=1920, height=1200, framerate=60/1 ! fakesink sync=false silent=false
Can you help us to identify the component which could be causing the streaming issue?
Regards,
Jay