CommentStreams:57e46c1b4127a9af077f4b408e1cb1c9

I have an issue with the RTC clock and can’t find a solution. I tried to install a brand new OS from the official Raspbian Buster Lite, and did a clean install of the x728.sh script from github. The error code at startup of raspberry is:

[ 22.027235] rc.local[621]: hwckock: ioctl(RTC_RD_TIME) to /dev/rtc0 to read the time failed: Invalid argument [FAILED] Failed to start /etc/rc.local Compatibility See ‘systemctl status rc-local.service’ for details.

I think the problem goes around “hwclock”. Even if I try to “hwclock -r” the result is: hwckock: ioctl(RTC_RD_TIME) to /dev/rtc0 to read the time failed: Invalid argument

How can i solve it?