Install on the pilot and Rasbian Light #76
-
|
Hello there, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Baby steps are the best steps! Yes, it's possible to run autopilot on regular raspberry pi OS, there are some minor global performance deficits just because the pi has more background processes running, but it should still run :). You can get to a lite-ish OS from regular OS by disabling booting to desktop using |
Beta Was this translation helpful? Give feedback.
Baby steps are the best steps!
Yes, it's possible to run autopilot on regular raspberry pi OS, there are some minor global performance deficits just because the pi has more background processes running, but it should still run :).
You can get to a lite-ish OS from regular OS by disabling booting to desktop using
sudo raspi-configand disabling unused system services, you can list systemd services withsudo systemctl list-units --type=serviceand then stopping & disabling any of them withsudo systemctl stop service-name && sudo systemctl disable service-name