2

I have a Raspberry Pi 3 Model B. I installed Ubuntu MATE but decided to go back to Raspbian as Ubuntu MATE was very slow. But during the short lived time I had with Ubuntu MATE, the processor's temperature go up, so now I am worried, how hot is too hot?

The CPU is pretty hot when doing tasks like apt-get upgrade, and when I run /opt/vc/bin/vcgencmd measure_temp, temperatures are hovering in the mid 40's to low 50's in °C, which is more than 100°F. Is that not normal?

Roger Jones
  • 1,484
  • 8
  • 14
flash76
  • 123
  • 1
  • 1
  • 6

3 Answers3

1

Those temperatures may be a little high for the kinds of loads you're describing, although, from experience, my Pi 3 begins to thermal throttle at 80 degrees Celsius and rarely (if ever) exceeds 85 degrees Celsius. It's easy to worry about the temperature of the SoC and under heavy loads you can expect to burn your finger upon touching it, it's normal.

Is your Pi encased in an enclosure, or do you use a heatsink?

tl;dr Don't worry.

1

The maximum operating temperature of the Raspberry Pi is 85°C so 40-50°C is probably OK.

Raspbian shows a thermometer in the corner of the screen when the Raspberry Pi reaches 80°C which slowly fills up until the Raspberry Pi reaches 85°C.

Roger Jones
  • 1,484
  • 8
  • 14
0

The Raspberry Pi foundation has the 85C temp rating as a qualifier for their boards, pre rpi4. Check the supporting documentation for your particular board as it's definitely listed there.

James
  • 1