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
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
I am testing my Sparkfun Cyptoshield on Arduino UNO board following the official guide which askes us to personalize the ATECC108 chip on the cryptoshield under Linux (The beginnings of the ATECC108 ECDSA Linux driver). However, when we install the EClet packet on linux and then type './eclet state' on terminal, it will show the message
"Failed to open I2C bus
: No such file or directory".
We then found that the directory /dev/I2C does not exist in our system. Could you please tell us how to solve this problem?