Actions
新建 #102
openrk3588 ubuntu 18.04 rtc 问题
Start date:
08/26/2022
Due date:
% Done:
0%
Estimated time:
Description
版型:rd -rk3588
系统:ubuntu18.04
需求:设置时间,开机又回退到初始时间
Files
Updated by 余 顺 over 2 years ago
烧写的镜像后
在命令行敲
systemctl enable systemd-timesyncd.service
systemctl start systemd-timesyncd.service
执行后系统时间会与rtc 时间同步,若需要同步到实际的时间联网刷新一下,会自动将时间写到rtc,后续开机时会自动读取rtc的时间到系统时间
若没接屏可通过命令行
date 查看
同时可以敲hwclock -w 写到rtc 中去
Actions