Incus container coral tpu usb device

Hi all,

I want to passtrough my coral tpu usb device to a container. How can this be done? Do i need to passtrough the full device?

After that i want to passtrough the device from incus to docker. How could that be done?

This all has to work with frigate.

devices:
  coral-early:
    productid: 089a
    required: "false"
    type: usb
    vendorid: 1a6e
  coral-late:
    productid: "9302"
    required: "false"
    type: usb
    vendorid: 18d1

That’s how I do it here with Frigate.

Hi,

Thanks for the reply. Can i just put inlt in the config of the container?

Yep, should work fine, that’s what I’m using here.

So unless your Coral is somehow a different revision than mine, it should just work.

Perfect,

Tomorow im recieving my coral tpu and will try this.

Thanks again for your reply.