From 3d77b065ccc732455f8f73fdd50476c8b81e259d Mon Sep 17 00:00:00 2001 From: j1nx Date: Fri, 2 Apr 2021 11:24:01 +0200 Subject: [PATCH] Lowering systemd waqtchdog timer to 10 seconds The device keeps rebooting? Read online that the hardware watchdog of the pi needs to be petted every 15 seconds, so giving it a try. --- buildroot-external/rootfs-overlay/etc/systemd/system.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/etc/systemd/system.conf b/buildroot-external/rootfs-overlay/etc/systemd/system.conf index 270c8d13..57ffcdb9 100644 --- a/buildroot-external/rootfs-overlay/etc/systemd/system.conf +++ b/buildroot-external/rootfs-overlay/etc/systemd/system.conf @@ -26,7 +26,7 @@ #CPUAffinity=1 2 #NUMAPolicy=default #NUMAMask= -RuntimeWatchdogSec=20s +RuntimeWatchdogSec=10s RebootWatchdogSec=10min #ShutdownWatchdogSec=10min #KExecWatchdogSec=0