I am working with the Jetson AGX Orin Developer Kit and need to configure a GPIO pin to function as TSC_EDGE_OUT (Time Stamp Counter Edge Output). I have reviewed the Product Design Guide, TRM, and the Pinmux Spreadsheet but have not found explicit documentation on TSC_EDGE_OUT functionality.
Does the Jetson AGX Orin Developer Kit support TSC_EDGE_OUT?
If so, which GPIO pin(s) can be configured for this purpose?
Are there any specific steps or configurations needed to enable TSC_EDGE_OUT?
Any guidance or documentation references would be greatly appreciated.
Ok, from what I found It is GPIO10 which is in pin #85 on the camera connector. now my question is how do I set it to be used as PPS output aligned with PTP ?
After you generate PPS signal from TSC_EDGE_OUT0, what is it connecting with?
What’s your use case for this signal?
How do you control this pin to use it as PPS output? by trigger the event!?
connect OSA 5422 to AGX Orin eth1 port with ethernet cable
create a configuration file(/etc/linuxptp/ptp4l-eth1.conf) with following contents.
# =================================================================
# PTPd configuration file for a dedicated PTP slave on eth1
# =================================================================
[global]
# Log to system log
logging_level 7
verbose 1
# We are a PTP slave (client) only
slaveOnly 1
# Kernel-level hardware timestamping
time_stamping hardware
# =================================================================
# Port specific options for eth1
# =================================================================
[eth1]
# PTP domain number, 0 is the default. Must match your OSA 5422 setting.
domainNumber 0
# Use Layer 2 (Ethernet) transport. This is robust and doesn't require an IP address.
network_transport L2
# Announce messages tell us about the master clock
logAnnounceInterval 1
# Sync messages are for frequency/time correction
logSyncInterval -3
# Delay request messages are sent by the slave to measure path delay
logMinDelayReqInterval -3
# Let the servo decide on the PI coefficients
pi_proportional_const 0.0
pi_integral_const 0.0
Create 3 terminals and run the following commands and share the results