M.2 / PCIe Google Coral in Ubuntu?

Is it too late to reply? I’m sorry.

I thought Gasket was an M.2 driver. Gasket installation seems wrong.

In my case, /dev/apex_0 was well verified by “lsusb” command after installing the gasket.

Install gaskets in the following order in a clean environment:

1,
echo “deb Index of /apt// coral-edgetpu-stable main” | tee /etc/apt/sources.list.d/coral-edgetpu.list

curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -

apt install gasket-dkms

sh -c “echo ‘SUBSYSTEM=="apex", MODE="0660", GROUP="apex"’ >> /etc/udev/rules.d/65-apex.rules”

groupadd apex

adduser $USER apex

apt-get update

apt-get install libedgetpu1-std

Good Luck.