Skip to content

Instantly share code, notes, and snippets.

@grantland
Last active December 21, 2024 05:53
Show Gist options
  • Save grantland/8c5858d3572a463290acd541901169ed to your computer and use it in GitHub Desktop.
Save grantland/8c5858d3572a463290acd541901169ed to your computer and use it in GitHub Desktop.
Recovering from Frigate boot loop due to undetected Coral TPU

Recovering from Frigate boot loop due to undetected Coral TPU

Frigate seems to get stuck in a bootloop if the Coral TPU becomes undetected: blakeblackshear/frigate#2904

Sometimes a system reboot fixes the issue.

If that doesn't fix the issue, removing and rescaning the device seems to help: blakeblackshear/frigate#7323

$ lspci # find the Coral Edge TPU deviceid
$ echo 1 | sudo tee /sys/bus/pci/devices/[deviceid]/remove
$ sleep 1
$ echo 1 | sudo tee /sys/bus/pci/rescan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment