You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Raspberry Pi shutsdown and then reboots you must copy the RTC time back to the system clock at boot and you can do this in /etc/rc.local with sudo hwclock -s.
Note: This assumes that your PiJuice has sufficient power from the battery to keep the simulated RTC running in the PiJuice microcontroller while the Pi is shut down.
The text was updated successfully, but these errors were encountered:
https://github.com/PiSupply/PiJuice/tree/master/Software#sync-rtc-time-at-boot
Sync RTC time at boot
When the Raspberry Pi shutsdown and then reboots you must copy the RTC time back to the system clock at boot and you can do this in
/etc/rc.local
withsudo hwclock -s
.Note: This assumes that your PiJuice has sufficient power from the battery to keep the simulated RTC running in the PiJuice microcontroller while the Pi is shut down.
The text was updated successfully, but these errors were encountered: