Description of the problem:
We have two singleboard computers RockPI 4A v1.4 and RockPI 4B v1.3
While working with RockPI 4B 1.3, a problem was detected with the RTC real-time clock. If you connect the battery to RTC, the time is not saved after a rebooting.
Example:
sudo date –set “2019-08-08 12:00:00”
sudo hwclock –r
“2013-06-06 9:05:23”
sudo hwclock -w
sudo hwclock –r
“2019-08-08 12:00:23”
sudo reboot
sudo hwclock –r
“2013-06-06 9:05:23”
This problem does not repeat on RockPI 4A v1.4, the clock remains synchronized even after a long power outage.
The situation was checked with three distribitivs: Ubuntu Server 18.04, Armbian Bionic, Debian 9
Please, help us with the solving of the problem