So I can see my dual TPUs in Rocky Linux (Fedora).
[mike@nas ~]$ lspci|grep Coral
08:00.0 System peripheral: Global Unichip Corp. Coral Edge TPU
09:00.0 System peripheral: Global Unichip Corp. Coral Edge TPU
I installed this....
sudo dnf copr enable kylegospo/google-coral-dkms
sudo dnf install gasket-dkms
Rebooted and I don't see any Apex devices in /dev.... Am I missing something fundamental? I am trying to pass the TPU to a Docker container for Codeproject.ai...
So I can see my dual TPUs in Rocky Linux (Fedora).
[mike@nas ~]$ lspci|grep Coral
08:00.0 System peripheral: Global Unichip Corp. Coral Edge TPU
09:00.0 System peripheral: Global Unichip Corp. Coral Edge TPU
I installed this....
sudo dnf copr enable kylegospo/google-coral-dkms
sudo dnf install gasket-dkms
Rebooted and I don't see any Apex devices in /dev.... Am I missing something fundamental? I am trying to pass the TPU to a Docker container for Codeproject.ai...