Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to adjust Hardware RTC clock

298 bytes added, 15:20, 5 August 2014
no edit summary
If your board is connected to Internet regularly, this can be the most interesting workaround. The network time protocol (NTP) is the current widely accepted standard for synchronizing clocks over the Internet. NTP uses a hierarchical scheme in order to synchronize the clocks in the network.
 === ntpd deamon ===You should configure "/etc/ntp.conf" with appropriated Internet ntp server (for example: "server pool.ntp.org") To force time synchronization, it could be used ntpd daemon with "-q" option (This behavior mimics that of the ntpdate(8) program)<pre>ntpd -d -c /etc/ntp.conf -q</pre> {{Message/Work in progress}} === (alternative) ntpdate program ===
Ntpdate program is not installed into firmware by default, use zypper program to download and install the package:
If the result is positive, it means that your system clock is delayed and viceversa.
 
=== ntpd deamon ===
 
{{Message/Work in progress}}
== Rectify systematic error editing PMIC RTC registers ==