On Thu, 30 Mar 2017 09:37:50 -0700
jimlux <jim...@earthlink.net> wrote:

> Running NTP (in some flavor) would be the obvious approach, but I'm in 
> an environment where there's no "outside" connectivity.. Could I make 
> one of the beaglebones be the NTP server, and the others be the clients?

Yes, you can tell ntpd to use the system clock as reference.
I have in my ntpd.conf:

---schnipp---
# use hw clock in case no servers available
server  127.127.1.0  # local clock
fudge   127.127.1.0 stratum 10  
---schnapp---

That makes the system clock a valid source. The fudge line is there
to prevent ntpd from using the local system clock as reference unless
it's the only source available.

                        Attila Kinali

-- 
You know, the very powerful and the very stupid have one thing in common.
They don't alters their views to fit the facts, they alter the facts to
fit the views, which can be uncomfortable if you happen to be one of the
facts that needs altering.  -- The Doctor
_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Reply via email to