Skip to content

Commit

Permalink
doc: describe clock / NTP config
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
  • Loading branch information
lategoodbye committed Apr 24, 2017
1 parent 50b7bf6 commit 25c3c22
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions doc/evachargese/clock.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Clock
=====

After a cold boot the real-time clock (RTC) of the i.MX28 lose its setting and needs to be reinitialized with current time.

New EVAcharge SE factory images (r07 and later) already contains a NTP daemon which could fetch the current time from the internet. But this requires a working network configuration with a gateway and at least 1 DNS server. So please follow the `Debian network documentation`_.

.. _Debian network documentation: https://wiki.debian.org/NetworkConfiguration

As per default the NTP daemon is preconfigured for the following servers:

- 0.debian.pool.ntp.org
- 1.debian.pool.ntp.org
- 2.debian.pool.ntp.org
- 3.debian.pool.ntp.org

The NTP configuration itself is located in this file::

/etc/ntp.conf

Please refer to the `Debian NTP documentation`_ and `NTP pool project`_ for more information.

.. _Debian NTP documentation: https://wiki.debian.org/NTP
.. _NTP pool project: http://www.pool.ntp.org/

1 change: 1 addition & 0 deletions doc/evachargese/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ EVAcharge SE
general
login
leds
clock
can
gpio
usb
Expand Down

0 comments on commit 25c3c22

Please sign in to comment.