Google did some weird stuff with their Google Coral USB, it has two different VID:PID depending on if the device has been initialized or not, which can cause issues when automating USB passthrough to a VM. Here are the instruction to overcome said issues:
- Go into
/usr/local/bin/
and create acoral-init
folder
cd /usr/local/bin
mkdir coral-init