a Real time Clock, a computer clock.
5
votes
2answers
175 views
How does Pi keep track of time interval?
As I understand RTC is needed to keep track of time. However, Raspberry Pi does not have that and use NTP servers to synchronize its time.
All that is fine, but how does Pi know that one millisecond ...
0
votes
1answer
47 views
Determining if network time has been set
I want to add a h/w rtc to my RPi. If network time is available, I want to determine this, and use it to set the system time and also update my own rtc.
How can I find if network time is ( or becomes ...
-1
votes
1answer
312 views
Configuring to read RTC at boot time
I have added an RTC to the I2C bus of the Raspberry Pi. If I follow the steps mentioned here (I am using the DS1307 RTC IC), I can run hwclock and read the time.
root@raspberrypi:~# modprobe ...