How to disable frame_id check?

Dear Nvidia Support Team,

We are a CIS chip design company, and we are currently encountering an issue. The frame_id sent by the FE packet from our designed chip is always 1 greater than the frame_id sent by the FS packet. Therefore, we would like to inquire if there is any way to disable the frame_id check function?

FE_FRAME_ID_FAULT/DEINT_FE_FRAME_ID_FAULT: The frame ID from the FE packet does not match the frame 
ID from the FS packet.

and how to use FRAMEIDGEN fuction?
Thank you.

Best regards,

hello Michaellovemilk,

we may have more details,
could you please follow below steps to enable VI tracing logs.

echo 1 > /sys/kernel/debug/tracing/tracing_on
echo 30720 > /sys/kernel/debug/tracing/buffer_size_kb
echo 1 > /sys/kernel/debug/tracing/events/tegra_rtcpu/enable
echo 1 > /sys/kernel/debug/tracing/events/freertos/enable
echo 2 > /sys/kernel/debug/camrtc/log-level
echo > /sys/kernel/debug/tracing/trace
cat /sys/kernel/debug/tracing/trace

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.