I downloaded the image RevPi Buster Lite (08/2022) (ID: 6226) and installed it on my Revpi. But It is impossible to detect the RTC with i2c-tools:
Code: Select all
pi@Revpi:~ $ sudo i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
And this thread: https://revolutionpi.com/forum/viewtopic.php?t=133
The RTC should be working because I had result before flashing the RevPi with the new image.
Do you know how to configure the RevPi in order to use the RTC ?