Mikec Posted December 29, 2015 Posted December 29, 2015 Last night I was digging through the logs, and i found an error msg that said that I was over clocking the board without without heat protection. Couple of Questions: 1 I don't have a heat sink on the CPU, do I need one? 2 I haven't done anything to the CPU speed, and running Wheezy and Jessie off of different SD's. Is overclocking turned on in the release? It is really cold here in the high Desert, right around freezing for 4 to 12 hours every night. Not as cold as northern EU, but cold. The room temp is probably 60-65 degrees F. I have the Micro in the Micro case from Olimex. Does the processor need a heat sink? thanks in advance Mike
technik007_cz Posted December 31, 2015 Posted December 31, 2015 I think it is better to protect cpu against overheating with heatsink if you are not using some kind of temp_throtling script.
tkaiser Posted December 31, 2015 Posted December 31, 2015 Does the processor need a heat sink? Normally not. And in case the SoC would overheat a heatsink won't help that much inside an enclosure without airflow. Which kernel version do you use? In case it's 3.4 it's easy to read out both the PMU's and the SoC's internal temperature: http://forum.armbian.com/index.php/topic/155-testers-wanted-sunxi-adjustments-for-rpi-monitor/
Mikec Posted January 1, 2016 Author Posted January 1, 2016 According the download page it says the Kernel is 3.4.110. Is there a command (like cat /etc/debian_version) to check that kernel version? I'll check out the monitor, that looks pretty cool. thanks MikeC
Mikec Posted January 1, 2016 Author Posted January 1, 2016 Wait a second, I put in the vanilla version Jessie and the download page says the kernel is 4.33. Will that one still work?
tkaiser Posted January 2, 2016 Posted January 2, 2016 Is there a command (like cat /etc/debian_version) to check that kernel version? It's uname -a With mainline kernel temperature read-outs might not work (that reliable). There has been support for the SoC's temp introduced some time ago but in the first versions with kernel 4.x the temperatures were just wrong (below ambient temperature). I always found that the PMU's temperature is way more reliable but for the PMU temp in mainline kernel you would need a patch (and lm-sensors IIRC). Don't know whether Igor includes the necessary patch in his mainline images.
Mikec Posted January 7, 2016 Author Posted January 7, 2016 Igor is doing something because if I look at the raw data in /sys/class/thermal/thermal_zone/temp I get a different temp than when I log in on terminal. I was checking it by logging in through putty and then getting temp from cat temp... I got 39200. Then I log in on the terminal and I got a temp 39.4. Several tries and this was as close as they got. The range was .2 to .6.
Mikec Posted January 7, 2016 Author Posted January 7, 2016 thanks for uname.... I found it @ /usr/src there is a dir with the name of the kernel.
Recommended Posts