Edited by bronco at 2015-12-6 07:30
Since I need a bit more informations about the H3 based Orange PIs I extended RPi-Monitor support for these devices.
It's posted here due to being 'Debian only' at the moment. That means it should run on any Debian based OS image (Lubuntu, Debian, Jessie, Ubuntu_Mate, lalala, you name it)
Major drawback: a daemon running in the background is needed to collect all informations.
Advantages:
- shows you how silly dvfs settings ruin your device over time
- ability to check external disk's temperature
- example setup to show how to integrate external data sources
And it's still the best approach to understand how you Orange Pi users suffering from heat/stability problems have been fooled by Xunlong:
That's the difference between moronic dvfs settings and sane ones:
Orange Pi defaults: The board is doing nothing:
And this is the very same board running a benchmark and being just 2°C above the idle settings above. Funny, isn't it? You fry your boards due to moronic overvolted settings.
Take the 5 minutes to follow these easy steps:
http://rpi-experiences.blogspot. ... r-installation.html
And then proceed with the stuff below
code:
- cd / && wget -O - http://kaiser-edv.de/downloads/RPi-Monitor-for-H3.tgz | tar xzf -
- update-rc.d rpimonitor-helper defaults 90 10
- shutdown -r now