Guide: Pineboards Hat AI! Coral TPU on Raspberry Pi 5 for Frigate #12354
glossyio
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw a couple questions and no other mentions of this setup, so I wanted to share a guide about how I got Frigate Docker on the RPi5 working with the Pineboards PCIe Coral Hat. This setup allows me to run a [single] M.2 E-Key Google Coral Edge TPU (likely extends to dual model but haven't tried it) on the Pineboards HatDrive!.
Steps
Assuming a fresh RPi OS install (currently bookworm), follow these steps mostly pulled from pineboards.io instructions:
sudo rpi-eeprom-update
. It needs to be dated 2023-12-06 or newer.uname -a
.lspci -nn | grep 089a
. You should see something like this:03:00.0 System peripheral: Device 1ac1:089a
ls /dev/apex_0
. You should simply see the name repeated back:/dev/apex_0
Thoughts
Some thoughts on using the Hat vs. USB:
Beta Was this translation helpful? Give feedback.
All reactions