Re: [Linuxptp-users] How to configure linuxptp
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2015-06-20 14:56:58
|
On Sat, Jun 20, 2015 at 06:59:07PM +0800, Caleb Yu wrote: > To Richard: > Thank you for replying so fast. Which file can I go and see what each > configurations options like -m, -q configure? -m should master mode right? No, '-m' is to print the program's output to the terminal. You can get a summary of the command line options like this: ptp4l -h To read the complete documentation, enter this command: man ptp4l If you didn't run "make install", then you can simply read the man page in place: man -l ptp4l.8 The other programs, phc2sys and pmc, also have man pages. Cheers, Richard |