From 65992746d32fcaafe4e1b104b75cb2d4fc0dbcab Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 18 Feb 2023 09:09:40 +0100 Subject: Added RK3588 profile --- docs/COMPILE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/COMPILE.md') diff --git a/docs/COMPILE.md b/docs/COMPILE.md index c6da6b9c..377a465f 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -27,6 +27,21 @@ If it's the first install, you also need: sudo systemctl restart systemd-binfmt ``` +#### for RK3588 / RK3588S + +Using a 64bit OS: +``` +git clone https://github.com/ptitSeb/box64 +cd box64 +mkdir build; cd build; cmake .. -DRK3588=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo +make -j4 +sudo make install +``` +If it's the first install, you also need: +``` +sudo systemctl restart systemd-binfmt +``` + #### for Raspberry Pi 3 Warning, you need a 64bit OS: -- cgit 1.4.1