I’ve been having a total nightmare trying to get my Coral TPU recognised in any version of Ubuntu, I can see some similar posts but haven’t found the solution, which I’m sure must be known;
- The TPU is detected by
lsusb
(1a6e:089a Global Unichip Corp.
), but**/dev/apex_0**
never appears. dmesg
shows Gasket and Apex drivers loading with no major errors, but the TPU never fully initializes.- Tried:
- Installing Google’s
libedgetpu1-std
package - Manually compiling Gasket/Apex from source
- Building the driver using Docker (
gasket-builder
) - Unbinding/rebinding USB drivers manually
- Installing Google’s
- Secure Boot is disabled, so it’s not a signing issue.
Stuck at the same point no matter what. Has anyone seen this before or found a fix?
Thanks
James