From f12c8e9d00b2d2e20bbb7a4f087f6defaa238cd2 Mon Sep 17 00:00:00 2001 From: Cristi Mitrana <31816814+cmitu@users.noreply.github.com> Date: Fri, 19 Sep 2025 07:54:54 +0300 Subject: [PATCH] Firmware configuration file location updated --- wiki/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md b/wiki/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md index 73a2d32..6b2aef2 100644 --- a/wiki/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md +++ b/wiki/Installing-Moonlight-Qt-on-Raspberry-Pi-4.md @@ -80,6 +80,6 @@ If your Raspberry Pi is configured for 4K 60 Hz output, you will need to increas Run the following commands: ``` -echo "gpu_mem=128" | sudo tee -a /boot/config.txt +echo "gpu_mem=128" | sudo tee -a /boot/firmware/config.txt sudo reboot -``` \ No newline at end of file +```