Hello,
I have intefaced RTC DS1307 with Beaglbone. However, after the beaglebone boots up, its time is reset and RTC takes this reset time. Use of NTP would not be feasible since Beaglebone would be used in a remote location with no internet connection. What would be the solution to this issue ?
A proper solution would probably involve a kernel change to replace the default RTC device (which is currently the chip’s nearly useless internal one at /dev/rtc0). I’d love to figure out how that works, as I need to do the same thing.
You could also set time on the second rtc during setup after updating the time via nap date then just run a script at boot, and occasionally (once a day?) Using a system timer.
With the new fix Robert implemented. .
Probably more hassle than it’s worth , but it’s not that difficult, and it works.