Change PCIe Coral driver link in getting_started.md

Updated the link for PCIe Coral driver instructions.
This commit is contained in:
Nicolas Mowen 2025-10-23 09:04:36 -06:00 committed by GitHub
parent 22d3bcd0ec
commit f79ad12c07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
...
```