On Wed, Jun 11, 2014 at 9:54 PM, Justin Morgan <[email protected]> wrote: > I have installed the Debian 7.5 2014-05-14 image onto my BeagleBone Black. > Very early in the boot process, Debian appears to synchronize (or attempt > thereof) the time reported by the omap_rtc device (that would be the RTC > built into the AM3359 processor that gets mapped to /dev/rtc0). This can be > demonstrated by the following line in dmsg: > > [ 1.025090] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 > 00:00:00 UTC (946684800) > > I am trying to determine exactly when and where the event that logs *this* > dmesg entry happens in the boot process.
Right here: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/rtc/hctosys.c#n59 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- 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.
