


an alternative is to disable cpu cores via "echo 0 > /sys/devices/system/cpu/cpuX/online" - this way it should be possible to run it with 2 cores in the box and thermal throttling will handle the warming, with more cores throttling might not be strong enough to really cool down the cpu on high load as there is no voltage scaling. It is important to add some proper active cooling when more load is put onto the cpu (running it in the tv box without additional cooling will result in overheating and a hanging system after some time with medium to high load). it looks like all h6 tv box hardware is very similar, so the qplus dtb should work fine on the tanix t圆 and other boxes as well. there are two dtb's included: sun50i-h6-qplus.dts - it has everything required for ethernet and frequency scaling and sun50i-h6-tanix-t圆.dts - it is the dtb from jernej and does not have frequency scaling enabled (no cpu voltage defined - not sure if it even works with the below patched tree).
#Formatting h6 sd card for mac Patch#
in case you are interested: i used the orange-pi-5.2 branch of this tree: containing a lot of h6 patches already and applied the below attached patch to add the ethernet support from jernej and some dummy regulator to get the frequency scaling working. this way i now have it running on my qplus h6 tv box with ethernet, frequency scaling up to 1.8 ghz and thermal sensor values in - maybe its time to start your armbian image build machinery to spin a test image. A little update: - with the changes from your latest tree (after the force push) now it also works well if applied to the megous tree - i assume, that maybe beforehand the tree was not pushed completely (?).
