Tool/software:
Hi all,
I am having issues connecting AWR1243 to an Nvidia Jetson Nano board.
I developed a driver to get frames from the v4l2 subsystem, while the configuration gets loaded through an application developed by modifying mmwave_link example.
When I try to read frames ($ cat /dev/video0) I get this sequence of 3 errors
-before the "Frame Trigger":
[ 98.402722] video4linux video0: frame start syncpt timeout!0
[ 98.408545] video4linux video0: TEGRA_VI_CSI_ERROR_STATUS 0x00000000
[ 98.408552] vi 54080000.vi: TEGRA_CSI_PIXEL_PARSER_STATUS 0x00000000
[ 98.408557] vi 54080000.vi: TEGRA_CSI_CIL_STATUS 0x00000010
[ 98.408563] vi 54080000.vi: TEGRA_CSI_CILX_STATUS 0x00040040
[ 98.408608] vi 54080000.vi: csi clock settle time: 13, cil settle time: 20
-once, just after the first "Frame Trigger":
[ 98.616499] vi 54080000.vi: TEGRA_CSI_CIL_STATUS 0x00000010
[ 98.616505] vi 54080000.vi: TEGRA_CSI_CILX_STATUS 0x00040041
-all the frames after:
[ 98.825362] vi 54080000.vi: TEGRA_CSI_CIL_STATUS 0x00000000
[ 98.825366] vi 54080000.vi: TEGRA_CSI_CILX_STATUS 0x00000000
What I can read from error codes is that I am having this one:
CILA_CTRL_ERR: Control Error. Set when CIL-A detects LP state 01 or 10 followed by a stop state (LP11)
instead of transitioning into the Escape mode or Turn Around mode (LP00).
So it seems that MIPI timings are not respected. Any idea on how to solve the issue?
Best regards,
Andrea