User Manual
AI accelerator card
5
1. Software requirements
• Workstation running Ubuntu/Debian/Windows 10
(stable release preferred e.g. Ubuntu 18.04.4 or Debian Buster)
• Assembled AI Accelerator Card, installed into the workstation’s PCIe
slot.
NOTE: For more information on installing the AI Accelerator card to the
system’s PCIe slot, please refer to 2.2 Card Installation in the Hardware
User Manual.
• Working network connection.
2. Linux OS
NOTE: The command line results are for reference only and may dier
according to your system.
2.1 Installing the Edge TPU drivers
Please visit https://coral.ai/docs/m2/get-started/#2a-on-linux and "2a: On
Linux" for more information on installing the Edge TPU drivers on Linux.
2.2 Installing the Edge TPU runtime
The Edge TPU runtime is required to communicate with the Edge TPU. You
can install the Edge TPU runtime on your host computer using the following
command:
$ sudo apt-get update
$ sudo apt-get install libedgetpu1-std python3-edgetpu
libpython3-dev build-essential libusb-1.0-0-dev