Advertisement
Tom_Neverwinter

Hyperion rpi

Jul 20th, 2020 (edited)
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. pi raspberry
  2.  
  3. sudo apt-get update
  4. sudo apt-get upgrade
  5. cat /proc/cpuinfo [to find your arm architecture]
  6. https://github.com/hyperion-project/hyperion.ng/releases
  7.  
  8. download hyperion:
  9. wget https://github.com/hyperion-project/hyperion.ng/releases/download/2.0.0-alpha.7/Hyperion-2.0.0-alpha.7-Linux-armv6l.deb
  10. OR
  11. wget https://github.com/hyperion-project/hyperion.ng/releases/download/2.0.0-alpha.7/Hyperion-2.0.0-alpha.7-Linux-armv7l.deb
  12.  
  13. install hyperion
  14. sudo dpkg -i Hyperion-2.0.0-alpha.7-Linux-armv6l.deb
  15. OR
  16. sudo dpkg -i Hyperion-2.0.0-alpha.7-Linux-armv7l.deb
  17.  
  18.  
  19. For running leds off board 26/40 gpio pins
  20. sudo systemctl disable --now hyperiond@pi
  21. sudo systemctl enable --now hyperiond@root
  22.  
  23. updated to V7 to resolve issues: https://github.com/hyperion-project/hyperion.ng/issues/891#issuecomment-663644502
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement