树莓派配置watchdog
Posted WindSpirit
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了树莓派配置watchdog相关的知识,希望对你有一定的参考价值。
安装watchdog
apt install watchdog
编辑/etc/modules,添加bcm2708_wdog
编辑/etc/watchdog.conf
watchdog-device = /dev/watchdog
# 最大进程数
max-load-1 = 24
# 高温复位(80度)
temperature-device = /sys/class/thermal/thermal_zone0/temp
max-temperature = 80000
设置看门狗开机自启
chkconfig watchdog on
手动启动看门狗
service watchdog start
用forkbomb测试
: () { : | : & } ; :
以上是关于树莓派配置watchdog的主要内容,如果未能解决你的问题,请参考以下文章