Normal
Btw added a new issue to the Hyperion issue tracker and they seem to have finally merged the APA102 fix that worked although can't find it in their commit log so have yet to validate that so gonna compile it manually for now and check / post it here as it contains additional fixes.https://github.com/tvdzwan/hyperion/issues/480// UpdateIndeed works so would have to wait for a new binary release or download the latest compiled one attached and follow these instructions:// Update 2Binary releases have been sorted and can update using the official Hyperion installation instructions to get the same results.[code]- Use WinSCP and connect to your Raspberry Pi- Navigate to /home/pi and extract all files from attached zip there- Run the following command in the SSH session from the Rasperry Pi (Putty):sudo mv /home/pi/gpio2spi /opt/hyperion/binsudo mv /home/pi/hyperiond /opt/hyperion/binsudo mv /home/pi/hyperion-remote /opt/hyperion/binsudo mv /home/pi/hyperion-v4l2 /opt/hyperion/bin[/code]Afterwards run:[code]sudo chmod +x /opt/hyperion/bin/gpio2spisudo chmod +x /opt/hyperion/bin/hyperiondsudo chmod +x /opt/hyperion/bin/hyperion-remotesudo chmod +x /opt/hyperion/bin/hyperion-v4l2Optionally:sudo chmod -R 777 /opt/hyperion/bin [/code]
Btw added a new issue to the Hyperion issue tracker and they seem to have finally merged the APA102 fix that worked although can't find it in their commit log so have yet to validate that so gonna compile it manually for now and check / post it here as it contains additional fixes.
https://github.com/tvdzwan/hyperion/issues/480
// Update
Indeed works so would have to wait for a new binary release or download the latest compiled one attached and follow these instructions:
// Update 2
Binary releases have been sorted and can update using the official Hyperion installation instructions to get the same results.
[code]
- Use WinSCP and connect to your Raspberry Pi
- Navigate to /home/pi and extract all files from attached zip there
- Run the following command in the SSH session from the Rasperry Pi (Putty):
sudo mv /home/pi/gpio2spi /opt/hyperion/bin
sudo mv /home/pi/hyperiond /opt/hyperion/bin
sudo mv /home/pi/hyperion-remote /opt/hyperion/bin
sudo mv /home/pi/hyperion-v4l2 /opt/hyperion/bin
[/code]
Afterwards run:
sudo chmod +x /opt/hyperion/bin/gpio2spi
sudo chmod +x /opt/hyperion/bin/hyperiond
sudo chmod +x /opt/hyperion/bin/hyperion-remote
sudo chmod +x /opt/hyperion/bin/hyperion-v4l2
Optionally:
sudo chmod -R 777 /opt/hyperion/bin [/code]