From b51b817a8ea14ae4822b7e563140af7515aa13a7 Mon Sep 17 00:00:00 2001 From: Craig Schardt Date: Sat, 17 Aug 2024 21:19:29 -0500 Subject: [PATCH] Stick to the high performance cores --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 3f064af..43b9eee 100755 --- a/install.sh +++ b/install.sh @@ -189,8 +189,8 @@ if [ "$DISABLE_NETWORKING" = "true" ]; then fi if [[ -n $(cat /proc/cpuinfo | grep "RK3588") ]]; then - echo "This has a Rockchip RK3588, enabling all cores" - sed -i 's/# AllowedCPUs=4-7/AllowedCPUs=0-7/g' /lib/systemd/system/photonvision.service + echo "This has a Rockchip RK3588, enabling high A76 cores" + sed -i 's/# AllowedCPUs=4-7/AllowedCPUs=4-7/g' /lib/systemd/system/photonvision.service fi cp /lib/systemd/system/photonvision.service /etc/systemd/system/photonvision.service