Commit 0aaee12e authored by Joanne Hugé's avatar Joanne Hugé

Add ptp4l wrapper script

parent 3060a676
#!/bin/bash
linuxptp_dir=/home/oli/linuxptp
echo "ptp4l -i eth0 -f $linuxptp_dir/configs/gPTP.cfg --step_threshold=1 -m -S &> ~/ptp4l_log";
ptp4l -i eth0 -f $linuxptp_dir/configs/gPTP.cfg --step_threshold=1 -m -S &> ~/ptp4l_log;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment