-
-
Notifications
You must be signed in to change notification settings - Fork 404
Description
I am trying to install hyperion on a Raspberry Pi 5 with RetroPie.
I Installed it via this command:
curl -sSL https://releases.hyperion-project.org/install | bash
There were no issues when installing hyperion, but I can not open the interface or even see a running service.
sudo service --status-all
--> I can not find a hyperion service
Starting the service manually does not work either
sudo systemctl start hyperion.service
--> Failed to start hyperion.service: Unit hyperion.service not found.
but when I try to install it again, it tells me that it is already installed.
curl -sSL https://releases.hyperion-project.org/install | bash
--> INFO : Hyperion is already installed.
I manually enabled spi in the config
sudo nano /boot/firmware/config.txt
dtparam=spi=on
--> even after rebooting and trying all the things above again, I still can not get hyperion to run.
What am I missing here?