Rise Player is tested and supported on Raspberry Pi 3B and Raspberry Pi 4 Model B with a Class 10 SD card running Raspberry Pi OS arm32 or arm64 with desktop.
Note: Linux Terminals are case sensitive. You'll need to enter the commands in this article exactly as they are shown. CAPS lock should be disabled.
- Before you begin, make sure your Pi is on the latest version of Raspbian.
- Make sure your Pi is connected to the Internet.
- Open Terminal.
- Run this command to update the list of available packages:
sudo apt update - Run this command to perform the actual upgrade to the latest version:
sudo apt full-upgrade
- Download Rise Player for Pi
- In Terminal, navigate to the directory the installer was saved to.
- The path can vary but by default this is typically
cd /home/pi/Downloads
- The path can vary but by default this is typically
- Enable installer to run as an executable with the following command. Do not use sudo, it will cause the installation to fail.
- 32-bit:
chmod +x installer-lnx-armv7l.sh - 64-bit:
chmod +x installer-lnx-arm64.sh
- 32-bit:
- Run the installer with the following command.
- 32-bit:
./installer-lnx-armv7l.sh - 64-bit:
./installer-lnx-arm64.sh
- 32-bit:
- Follow the on screen instructions to complete the installation.
A user interface will be launched for entering your display ID. For this reason, SSH should not be used to install Rise Player. |
Ensuring your Operating System auto logs in
- Click the taskbar menu and open Preferences.
- Click Raspberry Pi Configuration.
- Check the box next to Login as user ‘pi’, then click OK.
- Reboot your Media Player to ensure your account automatically logs in.