HI WIlliam, Thank you for getting back to my post, really appreciate your time. However, your solution is the same approach as I mentioned my initial post (*hwclock -r -f /dev/rtc1). *This doesn't actually set the default rtc source, it only overrides the default for the command. I need an approach that permanently sets hwclock to /dev/rtc1 automatically all of the time, i.e. after reboot etc. Thus executing the command *hwclock *should always default to /dev/rtc1 and not rtc0.
I think however I may have found the answer to my own questions thanks to a post talking about OpenRC https://wiki.gentoo.org/wiki/System_time. I haven't tested it yet, but it looks promising. *root:# *cd /etc/init.d/ *root: /etc/init.d#* nano hwclock.sh In the hwclock.sh script is the following line that looks to be setting the default hardware clock to rtc0. *HCTOSYS_DEVICE=rtc0* Thus, I bet if I change it to =rtc1 then I should be away. I will post back with my results. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
