RTC

From FriendlyELEC WiKi
Revision as of 09:12, 9 October 2019 by Tzs (Talk | contribs) (S5P4418/S5P6818)

Jump to: navigation, search

查看中文

1 S5P4418/S5P6818

1.1 Read current datetime

sudo hwclock -r -f /dev/rtc0

The output results are summarized below:
Tue 01 Sep 2009 12:07:52 AM UTC .371098 seconds

1.2 Set and save datetime

sudo date -s "2019-10-09 17:00:00”
sudo hwclock -w -f /dev/rtc0