Update proc.sh
This commit is contained in:
parent
7e76ebc34e
commit
db3166ac30
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ set -Eeuo pipefail
|
|||
: "${CPU_MODEL:=""}"
|
||||
: "${DEF_MODEL:="neoverse-n1"}"
|
||||
|
||||
if [[ "${SYS,,}" == *"-rk35xx" ]]; then
|
||||
# Pin to performance cores on Orange Pi 5
|
||||
if [[ "$CPU" == "Cortex A55" ]] || [[ "${SYS,,}" == *"-rk35xx" ]]; then
|
||||
# Pin to big cores on Rockchip Orange Pi 5
|
||||
CPU_PIN="4,5,6,7"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue