diff options
| author | Martin Sundhaug <martinsundhaug@gmail.com> | 2023-12-14 21:34:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 21:34:20 +0100 |
| commit | 9b7b91651de28bb5b95cef6e07e4e4f3f333c30c (patch) | |
| tree | f7eaaffda6e7f2bd81a861020e58e99bff10f8a0 /docs/COMPILE.md | |
| parent | 6ecfe5e1415acefc26c4f6af1ee91e7cd83854a1 (diff) | |
| download | box64-9b7b91651de28bb5b95cef6e07e4e4f3f333c30c.tar.gz box64-9b7b91651de28bb5b95cef6e07e4e4f3f333c30c.zip | |
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
Diffstat (limited to 'docs/COMPILE.md')
| -rw-r--r-- | docs/COMPILE.md | 6 |
1 files changed, 6 insertions, 0 deletions
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: |