Page 1 of 1

CPU temperature

Posted: Sun May 29, 2016 4:51 am
by botezelli
Hi,

Tip to find the CPU temperature in Celsius degrees:

# cat /sys/class/thermal/thermal_zone0/temp
77

My hardware is 77 C°. I'll need a heat sink!

Best Regards,
Botezelli

Re: CPU temperature

Posted: Mon May 30, 2016 3:17 am
by Maroon5

Re: CPU temperature

Posted: Mon May 30, 2016 3:42 pm
by botezelli
excellent!! ;)

Re: CPU temperature

Posted: Mon Aug 01, 2016 9:14 pm
by M4xw3llo_90
Same here...
received my nano Pi neo today... after booting the OS the temp is at 69°C
When updating or installing packages it reached nearly 80°C... so i immediately ordered https://www.amazon.de/gp/product/B01DLQ ... UTF8&psc=1 those

hope it then will be a normal temp by around 50°C

Br Max

Re: CPU temperature

Posted: Wed Aug 03, 2016 1:22 pm
by Theoretiker
Just for your info, i am on your side with needed additional Heatsink but just for a better feel...

H3 is specified to 125 Degrees maximum!!!! thats nearly the double of 69...
and i read somewhere (i think cnx) that prime or something doesn't get it higher than 100 Degrees there...

H3 will downclock if it gets too hot... this is the inbuilt safety thing... so get a heatsink but no headackes... ;)

btw. in my case there was running an QTdemo default on the image... which is not needed/useless at all... (no display ;) )
just getting the soc temp higher... (this should be fixed by FA urgently...)

If your NanoPI NEO Crashes... this may be related that you are using a long an thin microusb cable for power...
if thats the case use +5 GND for power on the Debugport and use fat powercables like AWG20 or AWG22...
i had some crashes, and using this solved any issues... no issues for 2 days now,... intensive usage...

Re: CPU temperature

Posted: Fri Aug 05, 2016 1:28 am
by FATechsupport
viewtopic.php?f=3&t=191

In this post we listed our existing Nano boards and their applicable heat sinks

Re: CPU temperature

Posted: Thu Aug 25, 2016 6:59 am
by HermannSW
> H3 is specified to 125 Degrees maximum
>
That is good to know, I have seen 82°C often, but never >90°C.

I did order one heatsink for Nanopi Neo and will do comparison with/without heatsink with my two Neos.

"cpu_freq" command gives you the temperature per core:
$ cpu_freq
CPU0 online=1 temp=48 governor=interactive cur_freq=480000
CPU1 online=1 temp=48 governor=interactive cur_freq=480000
CPU2 online=1 temp=48 governor=interactive cur_freq=480000
CPU3 online=1 temp=48 governor=interactive cur_freq=480000
DDR governor=userspace cur_freq=432000 max=432000 min=408000
$ yes > /dev/null
^C
$ cpu_freq
CPU0 online=1 temp=54 governor=interactive cur_freq=480000
CPU1 online=1 temp=54 governor=interactive cur_freq=480000
CPU2 online=1 temp=54 governor=interactive cur_freq=480000
CPU3 online=1 temp=53 governor=interactive cur_freq=480000
DDR governor=userspace cur_freq=432000 max=432000 min=408000
$ (yes&yes&yes&yes&)>/dev/null
$ cpu_freq
CPU0 online=1 temp=81 governor=interactive cur_freq=816000
CPU1 online=1 temp=81 governor=interactive cur_freq=816000
CPU2 online=1 temp=80 governor=interactive cur_freq=816000
CPU3 online=1 temp=80 governor=interactive cur_freq=816000
DDR governor=userspace cur_freq=432000 max=432000 min=408000
$


Hermann.