Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thermald does not consult /etc/default or command line for allowed temp. ranges. #9

Open
silvenshadow opened this issue Mar 14, 2017 · 4 comments

Comments

@silvenshadow
Copy link

The only way I have been able to change these is recompiling. This should be read from /etc/default/parallella-thermald.

@olajep
Copy link
Member

olajep commented Mar 17, 2017

parallella-thermald reads THERMALD_MAX_TEMP from the environment. It does not read from /etc/default/parallella-thermald by itself. It's the job of the init system. Service files for systemd and upstart are provided.

If you want to start thermald with a different max temp from the command line you can do:

$ THERMALD_MAX_TEMP=65 parallella-thermald

I don't recommend changing the defaults, get a fan instead!

// Ola

@silvenshadow
Copy link
Author

silvenshadow commented Mar 23, 2017 via email

@olajep
Copy link
Member

olajep commented Mar 25, 2017

Ugh!!

So is this a feature or a bug? :D
It is a feature. The hard 70C limit might be a bit too conservative but better safe than sorry. 10,000 boards out there...

The Paracase is supposed to stay below 70C, at least w/ the headless images.
Did you follow the full assembly instructions?
https://youtu.be/TTxCWS-MohA

// Ola

@silvenshadow
Copy link
Author

Sorry it's been a while, I can confirm that headless bitstreams, even ones including a riscv rocketchip core, with everything at full load stay below 70c. The hdmi-enabled bitstreams run significantly hotter, especially while playing video.

I did follow all the assembly instructions for the case, I have an older board with the larger caps, and there is a bit of an issue if I tighten the mounting screws the board bends and creates instability (!).

I'm not sure what the hardware differences are between the board revisions but perhaps the bigger heatsink creates better contact than the folded metal :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants