mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-05-19 16:10:40 +00:00
Update for Bookworm
+14
-11
@@ -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
|
||||||
|
|
||||||
[](https://cloudsmith.com)
|
[](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.**
|
**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
|
curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-embedded/setup.deb.sh' | distro=raspbian 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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Install the package using
|
Install the package using
|
||||||
@@ -29,8 +24,16 @@ sudo apt update
|
|||||||
sudo apt upgrade
|
sudo apt upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
### Additional Required Setup Steps for Raspbian Bullseye
|
### Additional Required Setup Steps for Raspberry Pi OS Bullseye and Bookworm
|
||||||
The newest Raspberry Pi OS (Bullseye) defaults to a display driver that doesn't support Moonlight's renderer.
|
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:
|
To fix this, you can edit the `/boot/config.txt` file:
|
||||||
1. Run `sudo nano /boot/config.txt`
|
1. Run `sudo nano /boot/config.txt`
|
||||||
|
|||||||
Reference in New Issue
Block a user