From 42ac4172ff6fda15585a4cb5e2931cbeb4584a92 Mon Sep 17 00:00:00 2001 From: MrNorm Date: Sun, 12 Dec 2021 15:31:52 +0000 Subject: [PATCH] Add passthrough information for PCIe Coral TPU (#2200) --- docs/docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index f138a54e5..c86cad0b7 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -118,6 +118,7 @@ services: shm_size: "64mb" # update for your cameras based on calculation above devices: - /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions + - /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux - /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware volumes: - /etc/localtime:/etc/localtime:ro