I am using a Raspberry Pi 4 compute module running Ubuntu 20.04.2 (with the standard IO board)
uname -a output: Linux ubuntu 5.4.0-1028-raspi #31-Ubuntu SMP PREEMPT Wed Jan 20 11:36:14 UTC 2021 armv7l armv7l armv7l GNU/Linux
After successfully running curl -G https://s3.amazonaws.com/zk-sw-repo/install_zk_sw.sh | sudo bash the Zymkey still flashes 3 times a second.
Also the dir /usr/local/share/zymkey/examples doesn’t exist? The doc folder exists though.
After installation completes, the PI will reboot, and after it reboots, if binding is successful, it should flash once every 3 seconds. Can you double-check the flashing pattern you see as flashing 3 times a second is never supposed to happen? You can also execute,
systemctl status zkifc
It should say active (running).
The example scripts seem to be missing from the 20.04.2 installation packages. Thank you for pointing that out. I will email them to you.