kylegospo/google-coral-dkms
Project ID: 61873
Description
The Coral Gasket Driver allows usage of the Coral EdgeTPU on Linux systems. The driver contains two modules:
- Gasket: Gasket (Google ASIC Software, Kernel Extensions, and Tools) is a top level driver for lightweight communication with Google ASICs.
- Apex: Apex refers to the EdgeTPU v1
Installation Instructions
Firstly add the Copr repository to your system:
sudo dnf copr enable kylegospo/google-coral-dkms
After adding the repository, install gasket-dkms
:
sudo dnf install gasket-dkms
If you wish to use this with Secure Boot, follow this guide before installing this package.
Lastly, assign your user to the apex
group.
sudo usermod -a -G apex your_user_name
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (29)* | EPEL 8 (29 downloads) |
![]() |
x86_64 (45)* | EPEL 9 (36 downloads) |
![]() |
x86_64 (50)* | Fedora 36 (0 downloads) |
![]() |
x86_64 (24)* | Fedora 37 (19 downloads) |
![]() |
x86_64 (6)* | Fedora 38 (10 downloads) |
![]() |
x86_64 (6)* | Fedora rawhide (19 downloads) |
![]() |
x86_64 (2)* | Openmandriva cooker (8 downloads) |
![]() |
x86_64 (2)* | Openmandriva rolling (8 downloads) |
![]() |
x86_64 (0)* | openSUSE Leap 15.3 (13 downloads) |
![]() |
x86_64 (7)* | openSUSE Tumbleweed (21 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
#> dnf copr enable kylegospo/google-coral-dkms
More info about enabling Copr repositories