From owner-freebsd-arm@FreeBSD.ORG Wed Dec 10 02:43:48 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67759195 for ; Wed, 10 Dec 2014 02:43:48 +0000 (UTC) Received: from olinguito.schwarzes.net (olinguito.schwarzes.net [IPv6:2a01:4f8:7d:1b5::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02434CE5 for ; Wed, 10 Dec 2014 02:43:47 +0000 (UTC) Received: from [62.109.78.35] (mosquito.schwarzes.net [62.109.78.35]) (authenticated bits=0) by olinguito.schwarzes.net (8.14.9/8.14.9) with ESMTP id sBA2hitT066171 for ; Wed, 10 Dec 2014 03:43:45 +0100 (CET) (envelope-from freebsd.asc@strcmp.org) From: Andreas Schwarz To: freebsd-arm@FreeBSD.org Mail-Reply-To: Andreas Schwarz Mail-Followup-To: freebsd-arm@FreeBSD.org Date: Wed, 10 Dec 2014 03:43:44 +0100 (CET) Message-ID: <457b82448a7.53997a24@mail.schwarzes.net> User-Agent: YAM/2.9p1 (MorphOS; PPC; rv:20140418r7798) Subject: RPi - watchdogd not working anymore (since r273154+) MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (olinguito.schwarzes.net [78.47.41.143]); Wed, 10 Dec 2014 03:43:45 +0100 (CET) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2014 02:43:48 -0000 Hi, I run into a problem with the watchdogd, which seems not to be able to trigger the hardware watchdog (bcmwd0: ). When enabling watchdogd, the system reboot after a few seconds (my last build, where the watchdog working correctly, was r273154). Any ideas? Something must be changed. You can easily check with : /etc/rc.d/watchdogd onestart This will start the watchdogd with default parameters (enabling in /etc/rc.conf is not needed). best regards, Andreas