Enabling Watchdog in Linux on Bedrock V3000
Step 1: Remove the Watchdog Module from Modprobe Blacklists
grep -r sp5100_tco /lib/modprobe.d/Step 2: Create a New Modprobe Entry
echo "options sp5100_tco heartbeat=30 nowayout=1" > /etc/modprobe.d/sp5100_tco.confStep 3: Install the Watchdog Package
apt install -y watchdogStep 4: Update the Watchdog Configuration
nano /etc/watchdog.confStep 5: Reboot the System
Testing the Configuration
PreviousEnabling Quectel EM05-G LTE Modem in Linux on Bedrock V3000NextInstalling Ubuntu server using console
Last updated