Skip to content

Instantly share code, notes, and snippets.

View lpaolini's full-sized avatar

Luca Paolini lpaolini

View GitHub Profile
@lpaolini
lpaolini / coral-ai-pcie-edge-tpu-raspberrypi-5-setup
Last active April 2, 2025 14:48 — forked from dataslayermedia/coral-ai-pcie-edge-tpu-raspberrypi-5-setup
Install Coral AI PCIe Edge TPU on Raspberry Pi 5
#!/bin/bash
cd /
sudo apt update
echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -

Raspberry Pi 5 - Google Coral Edge M.2 TPU installation guide

To get started with either the Mini PCIe or M.2 Accelerator, all you need to do is connect the card to your system, and then install our PCIe driver, Edge TPU runtime, and the TensorFlow Lite runtime. This page walks you through the setup and shows you how to run an example model.

The setup and operation is the same for both M.2 form-factors, including the M.2 Accelerator with Dual Edge TPU.

Requirements

  • Raspberry Pi 5 with the following Linux operating system:
  • Raspberry Pi OS (64-bit) based on Debian 10 or newer
@lpaolini
lpaolini / cloudSettings
Last active August 13, 2020 17:58
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-08-13T17:58:50.949Z","extensionVersion":"v3.4.3"}