Hello,
I am trying to synchronize the rtc.
Currently, I have added ntp and tzdata (set timezone) to the linux distribution to synchronize time automatically when a internet connection (mobile network) is available (I have added the TIME_SERVICES=“qcom_time ntpd_time” in time_zone.conf).
My ntp.conf looks like this:
tinker panic 0
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server 3.pool.ntp.org
But is there a better way to synchronize the time with the legato framework without explicitly installing ntp?
Thanks!