Throttling?
#9
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

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 >>
  Reply


Messages In This Thread
Throttling? - by genosensor - 07-05-2017, 10:12 PM
RE: Throttling? - by pfeerick - 07-06-2017, 12:29 AM
RE: Throttling? - by stephen fleming - 07-06-2017, 01:45 AM
RE: Throttling? - by pfeerick - 07-06-2017, 02:08 AM
RE: Throttling? - by dantheperson - 02-19-2018, 02:33 PM
RE: Throttling? - by stephen fleming - 07-06-2017, 02:44 AM
RE: Throttling? - by xalius - 07-06-2017, 02:59 AM
RE: Throttling? - by NicoD - 04-02-2018, 10:37 AM
RE: Throttling? - by xalius - 04-02-2018, 03:44 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)