From 9b7b91651de28bb5b95cef6e07e4e4f3f333c30c Mon Sep 17 00:00:00 2001 From: Martin Sundhaug Date: Thu, 14 Dec 2023 21:34:20 +0100 Subject: Raspberry Pi 5 support (#1138) * Basic RPi5 support * Split RPi5 in 16k page-size variant and not * Update COMPILE.md Add documentation about 16K page support --- docs/COMPILE.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 11073348..b36cf475 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -78,6 +78,12 @@ Warning, you need a 64bit OS: -D RPI4ARM64=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo ``` +#### for Raspberry Pi 5 + +``` +-D RPI5ARM64=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo #RPI5ARM64PS16K for operating-systems like Raspberry Pi OS that use 16K pages +``` + #### for TEGRA X1 Using a 64bit OS: -- cgit 1.4.1