CSI Test Pattern Generator(TPG) on Orin NX

Hi,

I would like to know how to enable the CSI Test Pattern Generator(TPG) on Jetson Orin NX with Orin Nano DK?
Can anyone suggest the steps to include the driver and test it?

JetPack release :

$ cat /etc/nv_tegra_release
# R36 (release), REVISION: 4.0, GCID: 37537400, BOARD: generic, EABI: aarch64, DATE: Fri Sep 13 04:36:44 UTC 2024
# KERNEL_VARIANT: oot
TARGET_USERSPACE_LIB_DIR=nvidia
TARGET_USERSPACE_LIB_DIR_PATH=usr/lib/aarch64-linux-gnu/nvidia

Thanks
SYLEE

Load the nvhost-vi-tpg-t19x.ko for it.

Thanks

Hi Shane,
I can’t find that file on Jetson Orin NX.

~ $ sudo find / -name *.ko | grep tpg

Could you please tell me where I can find that file?
Thanks,

You may need download the kernel source to compile it.

Thanks