mrbriggs everything should work out-of-the-box now,both on LibreELEC 10.0.2 and LE11 nightlies.
Just connect the RTC module,add "dtoverlay=i2c-rtc,ds3231" to config.txt and then reboot.
mrbriggs everything should work out-of-the-box now,both on LibreELEC 10.0.2 and LE11 nightlies.
Just connect the RTC module,add "dtoverlay=i2c-rtc,ds3231" to config.txt and then reboot.
Please test with our latest LE10 and LE11 nightly builds from here:
https://test.libreelec.tv/
I recently removed all my testbuilds as they are heavily outdated now and no one should be using them as all my changes are in LE nightlies.
so long,
Hias
Thanks guys for the help.
I have downloaded the RPi3 image this morning and upgraded my LibreELEC from 9 to 10.0.2.
This is my setup:
##############################################
# LibreELEC #
# https://libreelec.tv #
##############################################
LibreELEC (official): 10.0.2 (RPi2.arm)
myhost:~ # journalctl | grep hwclock
Feb 02 10:29:51 myhost systemd-udevd[297]: rtc0: Process '/sbin/hwclock --hctosys --utc --rtc=/dev/rtc0' failed with exit code 1.
myhost:~ # hwclock --hctosys --utc --rtc=/dev/rtc0
hwclock: settimeofday: Invalid argument
myhost:~ # hwclock -r
Sat Jul 9 21:10:35 2022 0.000000 seconds
myhost:~ # ls -l /dev/rtc
lrwxrwxrwx 1 root root 4 Feb 2 2021 /dev/rtc -> rtc0
myhost:~ #
Display More
However, when I disable the wireless network and reboot, the time is wrong (10:30AM when it's actually 5:10PM).
I have connected the jumpers using this map: https://www.raspberrypi-spy.co.uk/2015/05/adding…e-raspberry-pi/ GND on 6, VCC on 1, SDA on 3 and SCL on 5... if that matters.
mrbriggs i checked on GitHub and the fix was merged after the official LE 10.0.2 release,so you will have to install a LE10 nigthly build .
I'll try that. I'm checking https://test.libreelec.tv/ and it seems there's only builds for RPi2 and RPi4? Mine's a RPi3.
I'll try that. I'm checking https://test.libreelec.tv/ and it seems there's only builds for RPi2 and RPi4? Mine's a RPi3.
Use the RPi2 image then.
I'm using RPi4 here,but according to LibreELEC's official download page,LibreELEC-RPi2.arm image is for both RPi2 and Rpi3 devices.
Ah ok, sorry I missed that. Will try and report back. Thanks everyone.
Edit: it does! Thanks again everyone for the support.