• 文字サイズ変更
  • S
  • M
  • L
  • No : 16613
  • 公開日時 : 2024/10/15 10:47
  • 印刷

【NXP:i.MX】 i.MX93のThermal Shutdownについて

i.MX93が高温になるとShutdownされるようです。
Shutdownの温度設定は変更出来ますか。
カテゴリー : 

回答

以下のdtsiにてpassiveとcriticalで設定されています。(Line 141~)
 
thermal-zones {
    cpu-thermal {
        polling-delay-passive = <250>;
        polling-delay = <2000>;
        thermal-sensors = <&tmu 0>;
        trips {
            cpu_alert: cpu-alert {
                temperature = <80000>;
                hysteresis = <2000>;
                type = "passive";
            };
                cpu_crit: cpu-crit {
                temperature = <90000>;
                hysteresis = <2000>;
                type = "critical";
            };
    };

アンケート:ご意見をお聞かせください

ご意見・ご感想をお寄せください お問い合わせを入力されましてもご返信はいたしかねます