I cannot get the RTC working. I WAS ABLE to use the Python utilities to get the time, I could also run both Python examples correctly, as well as retrieve taps in my scripts… but when the system boots, The RTC setting fails with “ERROR: no zymkeys installed.” - what can I do to rectify this problem?
And the blue light has went from a slow 3 second beep, to a fast flashing blue light again…
root@HS-2017090119:~# cat /var/log/syslog | grep Zymkey
Oct 17 14:35:20 HS-2017090119 systemd[1]: Starting Restore System Clock from Zymkey…
Oct 17 14:35:24 HS-2017090119 systemd[1]: Failed to start Restore System Clock from Zymkey.
Oct 17 14:35:29 HS-2017090119 systemd[1]: Starting Zymkey Interface Connector…
Oct 17 14:35:29 HS-2017090119 systemd[1]: Started Zymkey Interface Connector.
root@HS-2017090119:~# sudo systemctl status zkbootrtc
● zkbootrtc.service - Restore System Clock from Zymkey
Loaded: loaded (/etc/systemd/system/zkbootrtc.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2017-10-17 14:35:24 UTC; 1min 6s ago
Process: 610 ExecStart=/sbin/zkbootrtc (code=exited, status=255)
Main PID: 610 (code=exited, status=255)
Oct 17 14:35:19 HS-2017090119 systemd[1]: Starting Restore System Clock from Zymkey…
Oct 17 14:35:24 HS-2017090119 zkbootrtc[610]: ERROR: no zymkeys installed.
Oct 17 14:35:24 HS-2017090119 systemd[1]: zkbootrtc.service: Main process exited, code=exited, stat
Oct 17 14:35:24 HS-2017090119 systemd[1]: Failed to start Restore System Clock from Zymkey.
Oct 17 14:35:24 HS-2017090119 systemd[1]: zkbootrtc.service: Unit entered failed state.
Oct 17 14:35:24 HS-2017090119 systemd[1]: zkbootrtc.service: Failed with result ‘exit-code’.