摘要: 调用过程如下: hwclock -w -> xioctl(RTC_SET_TIME); -> rtc_dev_ioctl() -> rtc_set_time() 阅读全文
posted @ 2019-08-13 19:00 Jello 阅读(618) 评论(0) 推荐(0)
摘要: 答: 步骤如下: 1. git submodule init 2. git submodule update 阅读全文
posted @ 2019-08-13 17:06 Jello 阅读(1886) 评论(0) 推荐(0)
摘要: 一. hwclock 1.1 hwclock源码在哪里? util-linux 或者busybox 1.2 获取源码 git clone https://github.com/karelzak/util-linux.git 或 git clone git://git.busybox.net/busy 阅读全文
posted @ 2019-08-13 16:51 Jello 阅读(3214) 评论(0) 推荐(0)