Is there a way to change thermal throttling temp?

hi guys , i’m new to soc things and i was wondering if there is a way to change in what temperature thermal throttling happens?
i have an asus tinker board 1 and around 70c its throttle down and i want to make it throttle at 60c.

Welcome to our community

I’m not 100% sure how it is on a Asus Tinker board but you could have a look to

dietpi-config > 3 : Performance Options

1 Like

That is currently just implemented for RPi. The following might reveal a sysfs API that can be used on ASUS Tinker Board:

for i in /sys/class/thermal/thermal_zone[0-9] /sys/class/hwmon/hwmon[0-9] /sys/devices/platform/coretemp.[0-9]/hwmon/hwmon[0-9]
do
[[ -e $i ]] && ls -l "$i"
done
2 Likes

000

nothing there

here output of you command , do you see any API for that?

btw: there is no need to do screen prints. You could simply copy the output from SSH terminal :wink: