|
Hi folks, I've managed to get my Orange Pi Plus to boot up using the Raspbian image, but I'm seeing some odd messages in dmesg:
[ 12.240082] CPU Budget: Temperature: 71 Limit state:1 item[1200000,3,-1,0 0]
[ 12.240096] CPU Budget:Try to down cpu 3, cluster0 online 4, limit 3
[ 12.241068] CPU3: shutdown
[ 12.241088] [hotplug]: cpu(0) try to kill cpu(3)
[ 12.242156] [hotplug]: cpu3 is killed! .
[ 12.243116] [ddrfreq] temperature=71 C, ddr freq up
[ 12.243150] CPU Budget:update CPU 0 cpufreq max to 1200000 min to 480000
[ 12.535813] [DISP] disp_ioctl,line:1322:para err in disp_ioctl, cmd = 0x0,screen id = 65536
[ 13.250053] CPU Budget: Temperature: 63 Limit state:0 item[1200000,4,-1,0 0]
[ 13.250072] [ddrfreq] temperature=63 C, ddr freq up
[ 13.250109] CPU Budget:update CPU 0 cpufreq max to 1200000 min to 480000
So it's killing off one of the cores because its over temperature. I can verify this by looking in /proc/cpuinfo:
root@orangepi:~# less /proc/cpuinfo Processor : ARMv7 Processor rev 5 (v7l) processor : 0 BogoMIPS : 4800.00
processor : 1 BogoMIPS : 4800.00
processor : 2 BogoMIPS : 4800.00
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 5
Hardware : sun8i Revision : 0000 Serial : 34005190070010350c8c
Any ideas? Do I need to fit a little heatsink to the CPU? I have placed the full dmesg output here: https://gist.github.com/nickludlam/a84585ce257ee4b15256
|
|