Does jp6.2 Orin NX support NVPPS?
jp6.2 orin nx 是否支持nvpps功能
Does jp6.2 Orin NX support NVPPS?
jp6.2 orin nx 是否支持nvpps功能
No, that’s not supported.
是因为硬件不支持吗
有没有通过修改硬件 支持此功能
hello 252830387,
it’s only supported on Jetson AGX Orin.
please refer to below..
$ sudo dmesg | grep "Machine model"
[ 0.000000] Machine model: NVIDIA Jetson AGX Orin Developer Kit
$ sudo dmesg | grep nvpps
[ 26.659317] nvpps c6a0000.nvpps: nvpps_probe
[ 26.659465] nvpps c6a0000.nvpps: primary-emac found ethernet@6800000
[ 26.659478] nvpps c6a0000.nvpps: primary emac base address 0x6810000
[ 26.659482] nvpps c6a0000.nvpps: using ptp notifier method on emac ethernet@6800000
[ 26.659483] nvpps c6a0000.nvpps: tsc_res_ns(32)
[ 26.659493] nvpps c6a0000.nvpps: PPS GPIO not provided in DT, only Timer mode available
[ 26.659648] nvpps c6a0000.nvpps: nvpps cdev(488:0)
[ 26.659680] nvpps c6a0000.nvpps: TSC config ptx 0x113
需要在orin nx使用此功能 摄像头和雷达,保持和系统整秒一致。 如果我们集成了PHY芯片 是否能支持此功能
hello 252830387,
you may add the nvpps into device tree to enable it, and using the GPIO mode on Orin NX for testing.
please refer to kernel documentation for more details..
for instance, $public_sources/r36.4.3/source/kernel_src/nvidia-oot/Documentation/devicetree/bindings/nvpps/nvpps.txt