This commit is contained in:
2025-06-14 00:49:27 -06:00
parent 2bb234d977
commit 9aa1236c00
2 changed files with 21 additions and 0 deletions
+12
View File
@@ -59,5 +59,17 @@ echo "i2c devices"
ls -lh /dev/i2c* | sort -k9
hold_for_enter
# rtc devices
clear
echo "rtc devices"
ls -lh /dev/rtc* | sort -k9
hold_for_enter
# hwclock status
clear
echo "hwclock status"
sudo hwclock --verbose
hold_for_enter
# clean up
clear