We are using Jetson AGX Orin development Kit and we are generating the trigger pulse for the camera using TSC signal generator at 30 Hz. We are able to get the trigger pulses at 30 Hz at the configured pin.
We are evaluating the jitter in trigger pulse, and we need to probe the parent clock source of 30 Hz trigger pulse to measure the jitter of the PWM signal from its original clock source.
We are able to find the parent clock source of the trigger pulse which is OSC. (tsc_ref (31.25 MHz) → tsc (38.4 MHz) → OSC(38.4 MHz) ). Could you please confirm whether this is correct?
We need to probe the OSC signal in Oscilloscope and for that we need to map the OSC signal to some IO. Could you please let us know the procedure to do this or any other way to probe the OSC signal?
We have traced the parent clock of 30 Hz trigger pulse using the below steps.
From the DTB entry, “tegra234-cdi-tsc” driver is used for trigger pulse generation.
From the driver source of “tegra234-cdi-tsc”, “tsc_ref” clock is used as reference clock for pulse generation.
From the command “cat /sys/kernel/debug/bpmp/debug/clk/tsc_ref/rate”, the rate of tsc_ref clock is 31.25 MHz.
From the command “cat /sys/kernel/debug/bpmp/debug/clk/tsc_ref/parent”, the parent of tsc_ref is “tsc”.
From the command "cat /sys/kernel/debug/bpmp/debug/clk/tsc/parent’, the parent of tsc is “osc”.
From the command "cat /sys/kernel/debug/bpmp/debug/clk/osc/rate ", the rate of osc is 38.4 MHz.
From the above steps, OSC is the source clock for 30 Hz generation. To evaluate and measure the jitter in trigger pulse, we need to probe the OSC signal. Please let us know a way to probe the OSC signal.