From owner-freebsd-arm@FreeBSD.ORG Wed Apr 15 12:30:50 2015 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 74EC5BB5 for ; Wed, 15 Apr 2015 12:30:50 +0000 (UTC) Received: from smtp.hs-karlsruhe.de (smtp.HS-Karlsruhe.DE [193.196.64.25]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38E5F7BC for ; Wed, 15 Apr 2015 12:30:50 +0000 (UTC) Received: from iz-wera01.hs-karlsruhe.de ([193.196.65.46]) by smtp.hs-karlsruhe.de with esmtp (Exim 4.80.1) (envelope-from ) id 1YiMSu-00AywE-9U; Wed, 15 Apr 2015 14:30:48 +0200 X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 From: Ralf Wenk To: freebsd-arm@FreeBSD.org Subject: Raspberry Pi B+ freeze during booting Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Wed, 15 Apr 2015 14:30:48 +0200 Message-Id: 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: Wed, 15 Apr 2015 12:30:50 -0000 Hello, with r281139 my RPi freeze while booting. The last two lines logged are always the same and belong to the ethernet interface. ue0: on smsc0 ue0: Ethernet address: b8:eb:71:8a:6d:0b Currently I am doing a binary search, starting from my latest working kernel, for the release causing this behavior. At the moment all I can say is r281100 will freeze and r281061 will not. Has anybody got the same issue? Ralf