<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Ich mach mal einen neuen Thread für die RTC-Uhr auf.<br>
<br>
Am 16.10.2016 um 17:00 schrieb Udo1:<br>
<blockquote cite="mid:845dafe2-af72-0544-9671-78233d0d63d6@gmx.net"
type="cite">Dann hast du doch eine Hardware-Uhr. <br>
Normalerweise wird die Zeit des Raspi beim booten mit dieser
synchronisiert. Dafür steht in der /etc/rc.local der Befehl:
'hwclock -s'. <br>
Und die rc.local wird vor systemd abgearbeitet. <br>
<br>
Gruß <br>
Udo <br>
</blockquote>
<br>
<font color="#ff0000">Aber anscheinend funktioniert sie nicht:</font><br>
<b>hwclock --debug</b><br>
<font color="#3333ff">hwclock from util-linux 2.25.2<br>
hwclock: cannot open /dev/rtc: No such file or directory<br>
No usable clock interface found.<br>
hwclock: Cannot access the Hardware Clock via any known method.</font><br>
<br>
<br>
<b>/etc/</b><b>rc.local</b><br>
<font color="#3333ff">...<br>
# Part of DS2482 I2C 1-Wire Master to Volkszaehler 'RaspberryPI
deamon'.<br>
echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-1/new_device<br>
<br>
# Register I2C RTC bei grosser neuer Erweiterung<br>
echo ds1307 0x68 > /sys/bus/i2c/devices/i2c-1/new_device<br>
<br>
# GPIOs exportieren und Datenrichtung einstellen,
'Schaltausgang_new'<br>
echo 24 > /sys/class/gpio/export<br>
echo 25 > /sys/class/gpio/export<br>
echo out > /sys/class/gpio/gpio24/direction<br>
echo out > /sys/class/gpio/gpio25/direction<br>
<br>
hwclock -s<br>
<br>
exit 0</font><br>
<br>
Zumindest ist das identisch mit der Beispiel rc.local im <a
href="http://wiki.volkszaehler.org/hardware/controllers/raspberry_pi_erweiterung_mit_schaltausgaengen_rev.1">wiki</a>.<br>
Muss ich erste diese Anleitung durcharbeiten?<br>
<a
href="https://raspberry.tips/raspberrypi-tutorials/rtc-ds1307-uhrzeit-raspberry-pi/">https://raspberry.tips/raspberrypi-tutorials/rtc-ds1307-uhrzeit-raspberry-pi/</a><br>
<br>
</body>
</html>