Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
Blake Blackshear
2025-12-31 13:15:05 +00:00
9 changed files with 153 additions and 33 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ services:
...
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/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://github.com/jnicolson/gasket-builder
...
```