RevPi3 on Ubuntu
Posted: 06 Mar 2023, 20:46
Dear forum members,
I have successfully installed the latest Ubuntu 22.04 on the Rev Pi Core, now I would like to configure the Real Time Clock.
I have loaded the rtc-pcf2127 driver
but I can't see the device on the i2c bus:
And no rtc under /dev is present.
What I have to do to load properli the module?
Thanks,
Stefano Bossi
I have successfully installed the latest Ubuntu 22.04 on the Rev Pi Core, now I would like to configure the Real Time Clock.
I have loaded the rtc-pcf2127 driver
Code: Select all
root@ubuntu:~# lsmod | grep rtc
rtc_pcf2127 24576 0
Code: Select all
root@ubuntu:~# 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: -- -- -- -- -- -- -- --
What I have to do to load properli the module?
Thanks,
Stefano Bossi