From 71e448fa2942c6c7852983bf255632d4ad02cdeb Mon Sep 17 00:00:00 2001 From: Christer Solskogen Date: Fri, 25 Apr 2025 08:10:00 +0200 Subject: [PATCH 1/2] Update Raspberry_Pi.md Add note about the kernel to use, and remove outdated info about the memory split. --- Raspberry_Pi.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Raspberry_Pi.md b/Raspberry_Pi.md index f3d73d0..dc2e141 100644 --- a/Raspberry_Pi.md +++ b/Raspberry_Pi.md @@ -1,3 +1,6 @@ +## Raspberry Pi kernels +The tarballs comes with mainline kernel and u-boot. To use the kernel from Raspberry PI install `linux-rpi` on the Pi 1 to 4 or `linux-rpi-16k` for the Pi5. + ## Audio `alsa-utils` should supply the needed programs to use onboard sound. Default volume can be adjusted using alsamixer. @@ -48,12 +51,6 @@ This fix can be found in [this git commit](https://github.com/piCorePlayer/firmw The X.org driver for Raspberry Pi can be installed with the `xf86-video-fbdev` or `xf86-video-fbturbo-git` package. -### CPU/GPU RAM split -Memory split between the CPU and GPU can be set in `boot/config.txt` -by adjusting the parameter `gpu_mem` which stands for the amount of RAM in MB -that is available to the GPU (minimum 16, default 64) and the rest is available -to the ARM CPU. - ### HDMI/Analogue TV-Out With the default configuration, the Raspberry Pi uses HDMI video if a HDMI monitor is connected. Otherwise, it uses analog TV-Out (also known as composite From 8940f5875836c23ac5c243dc58f5e76950071276 Mon Sep 17 00:00:00 2001 From: Christer Solskogen Date: Fri, 25 Apr 2025 13:05:30 +0200 Subject: [PATCH 2/2] Update Raspberry_Pi.md --- Raspberry_Pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raspberry_Pi.md b/Raspberry_Pi.md index dc2e141..f543ff9 100644 --- a/Raspberry_Pi.md +++ b/Raspberry_Pi.md @@ -1,5 +1,5 @@ ## Raspberry Pi kernels -The tarballs comes with mainline kernel and u-boot. To use the kernel from Raspberry PI install `linux-rpi` on the Pi 1 to 4 or `linux-rpi-16k` for the Pi5. +The aarch64 tarball comes with mainline kernel and u-boot. To use the kernel from Raspberry Pi install either `linux-rpi` or `linux-rpi-16k` (CM5/Pi5 only). `linux-rpi` or `linux-rpi-16k` is mandatory to use on CM5/Pi5 and must be installed before booting. ## Audio `alsa-utils` should supply the needed programs to use onboard sound. Default