From owner-freebsd-arm@FreeBSD.ORG Sun May 10 13:18:23 2015 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED4ADB02 for ; Sun, 10 May 2015 13:18:23 +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 849991CAD for ; Sun, 10 May 2015 13:18:22 +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 t4ADIIDE094455 for ; Sun, 10 May 2015 15:18:18 +0200 (CEST) (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: Sun, 10 May 2015 15:18:17 +0200 (CEST) Message-ID: <464337a8378.8e52dbb@mail.schwarzes.net> In-Reply-To: <554F3A2A.80709@gmail.com> References: <554F3A2A.80709@gmail.com> User-Agent: YAM/2.9p1 (MorphOS; PPC; rv:20140418r7798) Subject: Re: Has anyone got RPI2 build and boot properly yet? 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]); Sun, 10 May 2015 15:18:19 +0200 (CEST) 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: Sun, 10 May 2015 13:18:24 -0000 On 10.05.15, Jukka Ukkonen wrote: Hello Jukka, > I tried rolling my own locally built RPI2 image and surpringly > it hang only when the real kernel was supposed to take over > from ubldr. The kernel itself and a few kernel modules (h_ertt, > cc_dctcp, and cc_htcp) were apparently successfully loaded by > ubldr. Then there were a few lines telling... Is your source tree up to date? This was a known problem of a few recent revisions before r282359. At the moment I'm using r282701 with SMP. Fast enough to build kernel and world direcly with the pi. -andreas