1749845890

This commit is contained in:
2025-06-13 14:18:10 -06:00
parent 1f9b5b75b3
commit dcf4fb5029
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -4,7 +4,7 @@ bash ./services.sh status
# test pps # test pps
echo "Testing PPS" echo "Testing PPS"
sudo ppstest /dev/pps0 sudo ppstest /dev/pps*
# check gps # check gps
echo "Checking Normal GPS" echo "Checking Normal GPS"
@@ -25,7 +25,9 @@ watch -n 10 chronyc tracking
# i2c # i2c
echo "Detecting I2C Devices" echo "Detecting I2C Devices"
sudo i2cdetect -y 1 sudo i2cdetect -y 1
pause
# rtc # rtc
echo "Reading from hardware RTC" echo "Reading from hardware RTC"
sudo hwclock -r sudo hwclock -r
pause
+1
View File
@@ -41,6 +41,7 @@ sudo bash -c "cat $grafana_new > $grafana"
sudo bash -c "cat $influxdb_new > $influxdb" sudo bash -c "cat $influxdb_new > $influxdb"
sudo bash -c "cat $telegraf_new > $telegraf" sudo bash -c "cat $telegraf_new > $telegraf"
sudo bash -c "cat $udev_new > $udev_rule" sudo bash -c "cat $udev_new > $udev_rule"
sudo bash -c "cat $hwclockset_new > $hwclockset"
# check if /boot/firmware/config.txt is configured yet # check if /boot/firmware/config.txt is configured yet
grep -q -e "GPS PPS signals" /boot/firmware/config.txt grep -q -e "GPS PPS signals" /boot/firmware/config.txt