Last active
August 30, 2021 09:32
-
-
Save TheGroundZero/e87a66875ad95bc951e8f670f7a3dae1 to your computer and use it in GitHub Desktop.
Fix Hyperion mmap() issue with WS281x LEDs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ssh pi@<ip.of.raspberry.pi> # password: raspberry | |
# Run Hyperion service as root | |
sudo systemctl disable --now [email protected] | |
sudo systemctl enable --now [email protected] | |
# Created symlink /etc/systemd/system/multi-user.target.wants/[email protected] → /etc/systemd/system/[email protected]. | |
# Update Message of the Day to check correct service | |
sudo sed -i 's/pi.service/root.service/' /etc/update-motd.d/10-hyperbian |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment