Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
Nah, Raspberry Pis don't need any cooling. You couldn't do anything anyway, the RAM is mounted on top of the SoC with insulation between. If you look at the build time you also see it's less than an hour because GCC only compiles the changed files and then links the resultant object files together.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
06-19-2013, 03:16 AM
(This post was last modified: 06-19-2013, 03:20 AM by bearbin.)
Maybe I'll run a temperature sensor that logs the temp every few seconds and then I can graph it to see if tem is a problem. (That's if the RPi has a sensor).
Extra: I just updated the SSH slaves plugin; so hopefully the Pi will freeze slightly less often.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
The Raspberry pi is fixed! A plugin update derped and it took a while to fix it.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
The buildserver now provides MD5sum files, which should be useful for tiger's autoupdate script.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
Our space just got doubled, the service should remain operational for quite a while longer. Also updating to the new git builds as we speak.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
The RasPi has a sensor built into the CPU, I once found the exact linux command to execute to find out the value, alas, I don't remember it anymore.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
What if I want celcius? Just omit the tf line? Thanks, BTW