2011-08-29 01:30:35 Use CONFIG_RTC_HCTOSYS with rtc driver as module?
Lukas Weiss (GERMANY)
Message: 103174
Hello,
is it possible to use the HCTOSYS option to load the system time from RTC on bootup when the RTC driver is built as module? How do i load the module on boottime to make that work?
Thank you for some help
- Lukas
TranslateQuoteReplyEditDelete
2011-08-29 01:52:01 Re: Use CONFIG_RTC_HCTOSYS with rtc driver as module?
Aaron Wu (CHINA)
Message: 103176
If you want the RTC driver immediately available at boot up, why not compile it into the kernel? Anyway you can do what you want with your scripts in /etc/init.d/rc, it get executed on boot up.
QuoteReplyEditDelete