# gasket-driver **Repository Path**: mirrors_google/gasket-driver ## Basic Information - **Project Name**: gasket-driver - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-10 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Coral Gasket Driver The Coral Gasket Driver allows usage of the [Coral EdgeTPU](https://coral.ai/) 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](https://coral.ai/technology) 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 ```