From owner-freebsd-arm@freebsd.org Tue Oct 6 16:44:02 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70F0F9B6FEA for ; Tue, 6 Oct 2015 16:44:02 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "raven.bwct.de", Issuer "BWCT" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 001BBEFA for ; Tue, 6 Oct 2015 16:44:00 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from mail.cicely.de ([10.1.1.37]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id t96GhZrI041123 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 6 Oct 2015 18:43:37 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (cicely7.cicely.de [10.1.1.9]) by mail.cicely.de (8.14.5/8.14.4) with ESMTP id t96GhWcr049869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Oct 2015 18:43:32 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (localhost [127.0.0.1]) by cicely7.cicely.de (8.14.2/8.14.2) with ESMTP id t96GhWeT089535; Tue, 6 Oct 2015 18:43:32 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: (from ticso@localhost) by cicely7.cicely.de (8.14.2/8.14.2/Submit) id t96GhWn6089534; Tue, 6 Oct 2015 18:43:32 +0200 (CEST) (envelope-from ticso) Date: Tue, 6 Oct 2015 18:43:32 +0200 From: Bernd Walter To: freebsd-arm@freebsd.org Cc: Bernd Walter Subject: Anything know about wandboard deadlocks? Message-ID: <20151006164332.GA89482@cicely7.cicely.de> Reply-To: ticso@cicely.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD cicely7.cicely.de 7.0-STABLE i386 User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED=-1, BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on spamd.cicely.de X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 16:44:02 -0000 I've recently build a few images via crochet: -rw-r--r-- 1 root wheel 949999616 Sep 23 16:56 FreeBSD-armv6-11.0-BEAGLEBONE-288122M.img -rw-r--r-- 1 root wheel 949999616 Sep 23 16:56 FreeBSD-armv6-11.0-CUBIEBOARD2-288122M.img -rw-r--r-- 1 root wheel 949999616 Sep 23 16:56 FreeBSD-armv6-11.0-IMX6-288122M.img -rw-r--r-- 1 root wheel 949999616 Sep 23 16:56 FreeBSD-armv6-11.0-RPI-B-288122M.img -rw-r--r-- 1 root wheel 949999616 Sep 23 16:56 FreeBSD-armv6-11.0-RPI2-288122M.img -rw-r--r-- 1 root wheel 949999616 Sep 23 16:57 FreeBSD-armv6-11.0-ZEDBOARD-288122M.img So far I've tested the beaglebone image without any obvious problems, even compiled tons of ports with it. The RPI-B doesn't boot on neither B nor B+, but I didn't check the console output yet, since it is not my primary interest right now. The wandboard image boots fine, but after a few minutes without any special load it locks up solid, even on console. I have the suspicion that it is network related, but can't tell for sure. I did test with 6 different wandboards, all quad ones. My sourcecode modifications are just comments: [53]cicely1# svn diff Index: sys/boot/fdt/dts/arm/wandboard-quad.dts =================================================================== --- sys/boot/fdt/dts/arm/wandboard-quad.dts (revision 288122) +++ sys/boot/fdt/dts/arm/wandboard-quad.dts (working copy) @@ -69,9 +69,9 @@ usb@02184200 { status = "okay"; }; usb@02184400 { status = "disabled"; }; usb@02184600 { status = "disabled"; }; - usdhc@02190000 { status = "okay"; }; - usdhc@02194000 { status = "disabled"; }; - usdhc@02198000 { status = "okay"; }; + usdhc@02190000 { status = "okay"; }; // SD1 - external SD + usdhc@02194000 { status = "disabled"; }; // SD2 - WIFI + usdhc@02198000 { status = "okay"; }; // SD3 - internal SD usdhc@0219c000 { status = "disabled"; }; }; }; -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.