Skip to content

Commit

Permalink
correct message
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Oct 13, 2024
1 parent b0a2898 commit 4231d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ if [ "$DISABLE_NETWORKING" = "true" ]; then
fi

if [[ -n $(cat /proc/cpuinfo | grep "RK3588") ]]; then
debug "This has a Rockchip RK3588, enabling all cores"
debug "This has a Rockchip RK3588, enabling big cores"
sed -i 's/# AllowedCPUs=4-7/AllowedCPUs=4-7/g' /lib/systemd/system/photonvision.service
fi

Expand Down

0 comments on commit 4231d12

Please sign in to comment.