工具与软件:
你(们)好
我们将使用 AM5718AABCXQ1进行温度测试。
但在重定位105度后、日志显示它已达到临界极限。 但是、我们使用 Q 级、它应支持-40°至125°。
如何在 SW 中配置此限制?
此致
Zekun
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Zmg、
我仍然需要再次咨询我们的电源工程师、但如果您使用的是 Linux、我假设基于前面的线程、这是通过 DTS 来完成的。
检查 DTS 的温度阈值:
arch/arm/boot/dts/am57xx-industrial-scale.dtsi
&CPU_CRIT{
温度=<105000>;/*毫摄氏度*/
};
希望这能让您越过驼峰。
-若苏厄