码迷,mamicode.com
首页 > 其他好文 > 详细

树莓派配置watchdog

时间:2018-05-13 23:01:19      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:pre   start   mod   device   config   配置   class   bom   sys   

安装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

标签:pre   start   mod   device   config   配置   class   bom   sys   

原文地址:https://www.cnblogs.com/leviatan/p/9033592.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!