Update for Bookworm

Cameron Gutman
2023-11-03 01:19:41 -05:00
parent c1d2e18c33
commit 484a61a5a1

@@ -1,19 +1,14 @@
## Raspbian/OSMC
For Raspberry Pi systems, **Moonlight Embedded is recommended only for Raspberry Pi 3 and earlier**. We strongly recommend using [Moonlight Qt](https://github.com/moonlight-stream/moonlight-qt/releases) on Raspberry Pi 4 and newer boards for enhanced functionality, features, and streaming performance.
Packages are available for the Debian based distro Raspbian.
## Raspberry Pi OS and OSMC
[![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=for-the-badge)](https://cloudsmith.com)
**NOTE: The Raspbian package repository has changed since v2.4.11 was released in early 2020. To update to v2.5.0 and later, you must run the command below to add the new repository.**
If you are running a **Raspbian Buster-based distro**, run this command:
Run this command:
```
curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-embedded/setup.deb.sh' | distro=raspbian codename=buster sudo -E bash
```
If you are running a **Raspbian Bullseye-based distro**, run this command:
```
curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-embedded/setup.deb.sh' | distro=raspbian codename=bullseye sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-embedded/setup.deb.sh' | distro=raspbian sudo -E bash
```
Install the package using
@@ -29,8 +24,16 @@ sudo apt update
sudo apt upgrade
```
### Additional Required Setup Steps for Raspbian Bullseye
The newest Raspberry Pi OS (Bullseye) defaults to a display driver that doesn't support Moonlight's renderer.
### Additional Required Setup Steps for Raspberry Pi OS Bullseye and Bookworm
The newest Raspberry Pi OS defaults to a display driver that doesn't support Moonlight's renderer. You will need to change some configuration on your Pi to resolve this.
If you are running the latest version of Raspberry Pi OS, you MUST run the following commands BEFORE making changes to `/boot/config.txt`:
```
sudo rpi-update
sudo reboot
```
If you do not perform the above steps to update your Raspberry Pi kernel first, following the below steps may prevent your Raspberry Pi from booting!
To fix this, you can edit the `/boot/config.txt` file:
1. Run `sudo nano /boot/config.txt`