Hi Team,
We are using a custom board based on the Jetson Orin NX module, running JetPack 6.2, which includes Jetson Linux 36.4.3 (Kernel 5.15) and an Ubuntu 22.04 root file system.
We have been experiencing a random video glitch issue while streaming from a camera.
For reference, please find the connection diagram attached below.
![VID_20250325_152312|video]
This issue has been observed in 2 out of 10 SOMs , and after replacing the affected SOMs, the glitch was no longer present. During the glitch, we executed the following commands:
echo 1 > /sys/kernel/debug/bpmp/debug/clk/vi/mrq_rate_locked
echo 1 > /sys/kernel/debug/bpmp/debug/clk/isp/mrq_rate_locked
echo 1 > /sys/kernel/debug/bpmp/debug/clk/nvcsi/mrq_rate_locked
cat /sys/kernel/debug/bpmp/debug/clk/vi/max_rate | tee /sys/kernel/debug/bpmp/debug/clk/vi/rate
cat /sys/kernel/debug/bpmp/debug/clk/isp/max_rate | tee /sys/kernel/debug/bpmp/debug/clk/isp/rate
cat /sys/kernel/debug/bpmp/debug/clk/nvcsi/max_rate | tee /sys/kernel/debug/bpmp/debug/clk/nvcsi/rate
Running these commands resolves the issue, but we would like to understand:
- Could applying these settings cause any long-term issues?
- What could be the root cause of this random glitch occurring in certain SOMs?
Looking forward to your insights.