The trigger points for throttling and emergency shutdown/reboot are defined via devicetree, so it depends what kernel/dts you run on your image. Currently the latest ayufan images use
https://github.com/ayufan-rock64/linux-k...4.dts#L604
The absolute maximum for RK3328 is 125C ...
https://github.com/ayufan-rock64/linux-k...4.dts#L604
Code:
&threshold {
temperature = <80000>; /* millicelsius */
};
&target {
temperature = <95000>; /* millicelsius */
};
&soc_crit {
temperature = <100000>; /* millicelsius */
};
The absolute maximum for RK3328 is 125C ...
Come have a chat in the Pine IRC channel >>