inital dump
This commit is contained in:
17
Software/RTC/Installation.txt
Normal file
17
Software/RTC/Installation.txt
Normal file
@ -0,0 +1,17 @@
|
||||
apt-get install i2c-tools
|
||||
|
||||
i2cdetect -y 1
|
||||
|
||||
modprobe rtc-ds1307
|
||||
|
||||
bash
|
||||
|
||||
echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device
|
||||
|
||||
exit
|
||||
|
||||
zeit mit internet syncroniseiren
|
||||
|
||||
hwclock -w
|
||||
|
||||
nano /etc/modules und rtc-ds1307 hinzufügen
|
32
Software/RTC/RTC_Bug_fix.txt
Normal file
32
Software/RTC/RTC_Bug_fix.txt
Normal file
@ -0,0 +1,32 @@
|
||||
apt-get install i2c-tools
|
||||
|
||||
i2cdetect -y 1
|
||||
|
||||
modprobe rtc-ds1307
|
||||
|
||||
bash
|
||||
|
||||
echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device
|
||||
|
||||
exit
|
||||
|
||||
zeit mit internet synchronisieren
|
||||
|
||||
hwclock -w
|
||||
|
||||
nano /etc/modules und rtc-ds1307 hinzufügen
|
||||
|
||||
|
||||
nano /etc/rc.local
|
||||
----------------------------------------------------
|
||||
|
||||
echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device
|
||||
hwclock -s
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
|
||||
Zusatz:
|
||||
|
||||
date -s "29 AUG 1997 13:00:00"
|
||||
|
Reference in New Issue
Block a user