mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-05-19 16:10:40 +00:00
Fixed path to config.txt
+2
-2
@@ -35,8 +35,8 @@ 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!
|
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/firmware/config.txt` file:
|
||||||
1. Run `sudo nano /boot/config.txt`
|
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`
|
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`
|
3. Change that line to `dtoverlay=vc4-fkms-v3d`
|
||||||
4. Press Ctrl+X, press Y, then press Enter
|
4. Press Ctrl+X, press Y, then press Enter
|
||||||
|
|||||||
Reference in New Issue
Block a user