Merge "DOC: Changes required to SyncE/GNSS config details due to changes introduced by ice driver: 1.14.9.2"

This commit is contained in:
Zuul 2024-10-15 14:09:20 +00:00 committed by Gerrit Code Review
commit 9ce722249e
3 changed files with 17 additions and 3 deletions

View File

@ -330,7 +330,7 @@ The offset spike mitigation can be disabled by setting ``max_phc_update_skip_cnt
##
leapfile /usr/share/zoneinfo/leap-seconds.list
message_tag ts11
ts2phc.nmea_serialport /dev/ttyGNSS_5100_0
ts2phc.nmea_serialport /dev/gnss0
ts2phc.pulsewidth 100000000
logging_level 7
max_phc_update_skip_cnt 120

View File

@ -94,7 +94,7 @@ ts2phc
This value is the path to the GNSS serial port that is connected, it will be
named differently on each system.
``ts2phc.nmea_serialport=/dev/ttyGNSS_BBDD_0``
``ts2phc.nmea_serialport=/dev/gnss0``
**Other requirements**

View File

@ -200,7 +200,21 @@ ts2phc
~(keystone_admin)]$ system host-if-ptp-assign controller-0 data0 tsint1
This value is the path to the GNSS serial port that is connected, will vary system to system
~(keystone_admin)]$ system ptp-instance-parameter-add ts1 ts2phc.nmea_serialport=/dev/ttyGNSS_BBDD_0
~(keystone_admin)]$ system ptp-instance-parameter-add ts1 ts2phc.nmea_serialport=/dev/gnss0
#. Additionally, find the NMEA serial port name of a given interface or NIC.
.. code-block::
~(keystone_admin)]$ ls /sys/class/net/<network-interface>/device/gnss/
For example, to find the NMEA serial port name of the enp81s0f0 interface:
.. code-block::
~(keystone_admin)]$ ls /sys/class/net/enp81s0f0/device/gnss/
#. Assign the instance to a host.