Browse Source

Add passthrough information for PCIe Coral TPU (#2200)

MrNorm 3 years ago
parent
commit
42ac4172ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/docs/installation.md

+ 1 - 0
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