RIAPS / riaps-integration

Tested collection of RIAPS packages for releases
Apache License 2.0
6 stars 3 forks source link

BBB Image update watchdog timer settings #24

Closed MMetelko closed 6 years ago

MMetelko commented 6 years ago

Background: https://unix.stackexchange.com/questions/309435/enable-watchdog-timer-of-beaglebone-black-which-works-even-if-os-could-not-boot

This works with our latest BBB image. Two new entries need to be added to /etc/sysctl.conf to make it permanent:

The second number (5) can be changed, this is the number of seconds before the automatic reboot after a kernel crash.

MMetelko commented 6 years ago

Completed in Pull Request #28