We're using 1588v2 with our AM335x Starter Kit (TMDSSK3358) and need to enable PPS output so we can measure accuracy.
Configuration:
- Default images provided by the AM335X SDK version 03.01.00.06 (PROCESSOR-SDK-LINUX-AM335X 03_01_00_06) using provided script 'create-sdcard.sh'
- Running ptp4l with eth0 (runs as slave to our GPS grandmaster)
- Boot message reads "Arago 2016.08 am335x-evm ttyS0"
Questions:
1) How can we enable PPS output so we can compare it against our grandmaster's PPS on a scope?
2) Since both the AM335x MAC and the AR8031 PHY on the board are capable of timestamping, which one provides the timestamping in the current implementation as we are using it?
We tried monitoring the PPS output pin of the AR8031, but saw no transition, so it seems either the PPS output isn't enabled by default or the board isn't using the AR8031 for timestamping.