2025-12-06, 02:06 AM
system is not a command, it is systemctl. So first
sudo systemctl stop pypilot_hat
As for the display, what if you explicity pass the lcd driver:
sudo pypilot_hat jlx12864
Maybe spi is not enabled?
It might be easier to run tinypilot image on a pi zero, this way all the configuration is automatic, just put the image on sd card and apply power. If you try to just use whatever operating system on a pi 4 or 5 all the hardware has to be configured correctly and there are a lot of manual steps.
sudo systemctl stop pypilot_hat
As for the display, what if you explicity pass the lcd driver:
sudo pypilot_hat jlx12864
Maybe spi is not enabled?
It might be easier to run tinypilot image on a pi zero, this way all the configuration is automatic, just put the image on sd card and apply power. If you try to just use whatever operating system on a pi 4 or 5 all the hardware has to be configured correctly and there are a lot of manual steps.

