Skip to content

Instantly share code, notes, and snippets.

@arevindh
Created January 18, 2025 06:47
Show Gist options
  • Select an option

  • Save arevindh/474ce25e11fdb98cda2441642f8eeb14 to your computer and use it in GitHub Desktop.

Select an option

Save arevindh/474ce25e11fdb98cda2441642f8eeb14 to your computer and use it in GitHub Desktop.

Revisions

  1. arevindh created this gist Jan 18, 2025.
    24 changes: 24 additions & 0 deletions gasket figate coral.md
    Original 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