forked from MIrrors/gasket-driver
2faefe1e9f9a8f0e2ef044130a9946fc671f952e
* The Makefile configuration was using kernel macros instead of obj-m, so it wasn't building properly. * Bump gasket and apex module versions for better DKMS installs. * Bump Debian package version.
Coral Gasket Driver
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
This repo contains both the source for direct integration into a kernel tree as well as the necessary files to generate a Debian DKMS package.
Building Debian DKMS pacakge
From the top level directory, execute:
debuild -us -uc -tc -b
Description
Languages
C
99.8%
Makefile
0.2%