UPS PIco HV3.0A Firmware Code 040 Print Date 18.08.2017
Designed and Manufactured by PiModules and ModMyPi
www.pimodules.com www.modmypi.com
10.
and comment out these three lines
:
#if [ -e /run/systemd/system] ; then
# exit 0
#fi
11.
Run
date
to verify the time is correct.
12.
Plug in Ethernet or WiFi (if not plugged before) to let the Pi sync the right time
from the Internet. Once that's done, run:
sudo hwclock -w
13. to write the time, and another
sudo hwclock -r
13.
to read the time
That's it! Next time you boot the time will automatically be synced from the RTC
module.
Automatic Installation Scripts
Two valuable users have been written an Automatic Installations Scripts that are
very useful. Users that prefer to make the installation easier using them can find
information here below:
1.
Siewert Lameijer’s located at
http://www.forum.pimodules.com/viewtopic.php?f=27&t=4870
2.
Crescendo Fang’s located at
http://www.forum.pimodules.com/viewtopic.php?f=27&t=3053