Skip to content

Instantly share code, notes, and snippets.

@arevindh
Created January 18, 2025 06:47
Show Gist options
  • Save arevindh/474ce25e11fdb98cda2441642f8eeb14 to your computer and use it in GitHub Desktop.
Save arevindh/474ce25e11fdb98cda2441642f8eeb14 to your computer and use it in GitHub Desktop.
gasket figate coral

Installing Coral drivers - go to the shell of the host and type the following commands

apt update
apt upgrade
apt install pve-headers-$(uname -r)
apt install proxmox-default-headers
apt install dh-dkms devscripts git
git clone  https://github.com/google/gasket-driver
cd gasket-driver
debuild -us -uc -tc -b -d
cd ..
dpkg -i gasket-dkms_1.0-18_all.deb
reboot

Once rebooted, ensure the apex_0 device is in /dev/.

ls -alh /dev/apex_0 
crw-rw---- 1 root root 120, 0 Mar 20 14:51 /dev/apex_0

google-coral/edgetpu#808 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment