mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-07 00:16:04 +00:00
Update Raspberry Pi OS FKMS steps
14
Packages.md
14
Packages.md
@@ -24,18 +24,10 @@ sudo apt update
|
||||
sudo apt upgrade
|
||||
```
|
||||
|
||||
### 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.
|
||||
### Additional Required Setup Steps for Raspberry Pi OS
|
||||
Modern versions of Raspberry Pi OS defaults to a display driver that doesn't support Moonlight Embedded'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/firmware/config.txt` file:
|
||||
To fix this, you can edit the `config.txt` file:
|
||||
1. Run `sudo nano /boot/firmware/config.txt`
|
||||
2. Scroll down using the arrow keys until you see the line that says `dtoverlay=vc4-kms-v3d`
|
||||
3. Change that line to `dtoverlay=vc4-fkms-v3d`
|
||||
|
||||
Reference in New Issue
Block a user