Skip to content

stayed on max even though temp dropped to 31'c #1

@StuartIanNaylor

Description

@StuartIanNaylor

Not sure what happened but for some reason stayed on max even though temp dropped to 31'c

Didn't do any checks but had a rough script running.

#!/bin/bash
stress-ng -c 8 --vm 8 --vm-bytes 512M&
echo start > temp.txt
while true
do
	echo $(cat /sys/class/thermal/thermal_zone*/temp)
	echo $(cat /sys/class/thermal/thermal_zone*/temp) >> temp.txt
	echo $(date +"%T")
	echo $(date +"%T") >> temp.txt
	sleep 20
done

When I hot ctrl+c to escape the script the fan was already fast at 50c but heard up go up another notch and there it stuck even though temps where back down to 31c

PS the cpu freq buffs to get 2400000Mhz have turned this exceptionally cool SoC into a bit of a hot one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions