hello,
I found default armbian image will cause the CPU temperature very high.
My cpu freq is setting 1Ghz and usage is around 20%, This should not cause the cpu to overheat.
This is my armbianmonitor -m :
```
Time CPU_cl0/CPU_cl1 load %cpu %sys %usr %nice %io %irq Tcpu C.St.
18:55:22 1000/1000 MHz 0.88 17% 6% 9% 0% 0% 1% 103.0 °C 8/8
18:55:27 1000/1000 MHz 0.89 17% 5% 9% 0% 0% 1% 103.0 °C 8/8
18:55:32 1000/1000 MHz 0.90 17% 5% 9% 0% 0% 1% 103.1 °C 8/8
18:55:37 1000/1000 MHz 0.83 17% 5% 9% 0% 0% 1% 103.2 °C 8/8
18:55:42 1000/1000 MHz 0.76 17% 6% 9% 0% 0% 1% 103.1 °C 8/8
18:55:47 1000/1000 MHz 0.86 17% 5% 9% 0% 0% 1% 103.2 °C 8/8
18:55:52 1000/1000 MHz 0.87 17% 5% 9% 0% 0% 1% 103.0 °C 8/8
```
My cpu's governor is `powersave` and I also see gpu usage, my gpu governor is setting `simple_ondemand`.
I also use bananapi officical image (ubuntu mate) No overheating issues. How can I solve this problem?
Thanks