Created
January 18, 2025 06:47
-
-
Save arevindh/474ce25e11fdb98cda2441642f8eeb14 to your computer and use it in GitHub Desktop.
Revisions
-
arevindh created this gist
Jan 18, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ 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 ``` https://github.com/google-coral/edgetpu/issues/808#issuecomment-2066879152