RPI3 Higher temperatures than Raspbian

This forum is for topics dealing with problems with software specifically in the ARMv7h repo.

RPI3 Higher temperatures than Raspbian

Postby trustnt » Wed Sep 22, 2021 4:08 pm

Using Rasbian on idle the temperature is 55C and on Alarm it's 60C on idle, is this normal? I followed the official guide from the website. I'm using the armv7 rather than aarch64.
trustnt
 
Posts: 12
Joined: Wed Sep 22, 2021 4:03 pm

Re: RPI3 Higher temperatures than Raspbian

Postby unformatted » Wed Sep 22, 2021 5:01 pm

I wouldn't worry about a couple of degrees difference, I have 3 RPi3's running without overclocking on about 45 degrees Celcius at 22 degrees Celcius room temperature. But I do have a small heatsink glued to the CPU chip. And the boards are in a plastic housing, with a ventilation hole.

I measure temperature using:
$this->bbcode_second_pass_code('', '
/opt/vc/bin/vcgencmd measure_temp
')
From my own wiki:
"
On RPi3 when SoC temperature exceeds 80C a half-filled thermometer is shown, ARM core(s) throttle back attempting to reduce core temperature. Near 85C a full thermometer is shown and ARM core(s) throttles back to 600MHz (arm_freq_min ) and GPU throttles back to 250MHz (core_freq_min).
* Change overheat protection:
$this->bbcode_second_pass_code('', '
# nano /boot/config.txt
temp_limit=70
')
"
The boot configuration lets you define a lower throttling treshold value if you wish. I have LXDE desktop an Kodi running on those Pi's and never saw the thermometers.

You can use following script to max out all CPU cores for testing:
$this->bbcode_second_pass_code('', '
#!/bin/bash

for ((i=0; i<$(nproc --all); i++)); do nice yes >/dev/null & done

echo ¨Stop stress test [y]?¨
while [[ x$answer != xy ]]
do
read answer
done

killall yes
echo ¨Stress test terminated.¨
')
unformatted
 
Posts: 120
Joined: Tue Mar 09, 2021 5:23 pm

Re: RPI3 Higher temperatures than Raspbian

Postby trustnt » Wed Sep 22, 2021 11:39 pm

Wouldn't it be bad for the sd card while the cpu is idling on 60C?
trustnt
 
Posts: 12
Joined: Wed Sep 22, 2021 4:03 pm

Re: RPI3 Higher temperatures than Raspbian

Postby unformatted » Thu Sep 23, 2021 5:54 am

No.
unformatted
 
Posts: 120
Joined: Tue Mar 09, 2021 5:23 pm

Re: RPI3 Higher temperatures than Raspbian

Postby trustnt » Thu Sep 23, 2021 7:39 am

Okay thanks
trustnt
 
Posts: 12
Joined: Wed Sep 22, 2021 4:03 pm


Return to ARMv7h

Who is online

Users browsing this forum: No registered users and 15 guests

cron