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.

[参考译文] TDA4VM:如何获得温度?

Guru**** 2466550 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1471742/tda4vm-how-to-get-the-temperature

器件型号:TDA4VM

工具与软件:

您好!

我的 SDK 版本是   Processor SDK RTOS J721E 08_06_00。  我想要获得芯片内每个模块的实时温度。 如该链接 https://software-dl.ti.com//jacinto7/esd/processor-sdk-linux-sk-tda4vm/08_04_00/exports/docs/performance_visualizer.html。  我应该如何实现它?

谢谢你

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    您是否也在使用 Linux? A72内核上运行的是什么? 如果使用 Linux、可以使用以下命令:

    Cat /sys/class/thermal/thermal_zone */温度

    上面将得到毫摄氏度级的所有散热区的温度。

    -基尔西