write time to hardware clock

main
Jeff Moe 2022-05-25 13:28:58 -06:00
parent 9db5612534
commit 18b21135b7
1 changed files with 5 additions and 1 deletions

View File

@ -15,4 +15,8 @@ adb shell busybox date -s \"$NOW\"
echo
echo "Current time on analyzer"
adb shell busybox date
echo
echo "Write time to hardware clock"
adb shell hwclock -w -u
echo "Current hardware clock time"
adb shell hwclock -u