migration
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
# Precision Timekeeping Fuckery Additions
|
||||
## GPS PPS GPIO Signal
|
||||
dtoverlay=pps-gpio,gpiopin=18
|
||||
|
||||
## GPS GPIO UART
|
||||
enable_uart=1
|
||||
init_uart_baud=115200
|
||||
|
||||
## I2C Hardware RTC Overlay
|
||||
dtoverlay=i2c-rtc,ds3231
|
||||
|
||||
# Precision Timekeeping Fuckery Additions
|
||||
## GPS PPS GPIO Signal
|
||||
dtoverlay=pps-gpio,gpiopin=18
|
||||
|
||||
## GPS GPIO UART
|
||||
enable_uart=1
|
||||
init_uart_baud=115200
|
||||
|
||||
## I2C Hardware RTC Overlay
|
||||
dtoverlay=i2c-rtc,ds3231
|
||||
# End Precision Timekeeping Fuckery Additions
|
||||
@@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
# Reset the System Clock to UTC if the hardware clock from which it
|
||||
# was copied by the kernel was in localtime.
|
||||
|
||||
dev=$1
|
||||
|
||||
# if [ -e /run/systemd/system ] ; then
|
||||
# exit 0
|
||||
# fi
|
||||
|
||||
# /sbin/hwclock --rtc=$dev --systz
|
||||
#!/bin/sh
|
||||
# Reset the System Clock to UTC if the hardware clock from which it
|
||||
# was copied by the kernel was in localtime.
|
||||
|
||||
dev=$1
|
||||
|
||||
# if [ -e /run/systemd/system ] ; then
|
||||
# exit 0
|
||||
# fi
|
||||
|
||||
# /sbin/hwclock --rtc=$dev --systz
|
||||
# /sbin/hwclock --rtc=$dev --hctosys
|
||||
Reference in New Issue
Block a user