在Jetson平台上,出现“Caution - Hot surface. Do not touch” 警告消息,如下图
原因分析:
温度过高警告, 默认超过70度高温提示。
如何关闭高温提示
请修改jetson设备/usr/share/nvpmodel_indicator/nvpmodel_indicator.py中内容,
把notify_disable = False修改成notify_disable = True,关闭notify
在终端执行如下命令:
sudo sed -i 's/notify_disable = False/notify_disable = True/g' /usr/share/nvpmodel_indicator/nvpmodel_indicator.py
参考链接: