tiny-pilot / ansible-role-tinypilot

DEPRECATED: Merged into core tiny-pilot/tinypilot repo
https://tinypilotkvm.com
MIT License
117 stars 37 forks source link

Flag a warning in the debug logs if the customer is using unsupported hardware #229

Closed mtlynch closed 1 year ago

mtlynch commented 1 year ago

Sometimes, customers file support requests saying that TinyPilot doesn't work on their device, and it takes a few back-and-forths to discover that they're running it on unsupported hardware.

We should flag a warning in the debug logs if we detect that the running hardware does not match compatible hardware (Pi 4B or Pi Zero series). Only Pi 4B is officially supported, but Pi Zero should also at least work out of the box.

Depends on tiny-pilot/tinypilot#1220

mtlynch commented 1 year ago

Moved to: https://github.com/tiny-pilot/tinypilot/issues/1351