From owner-freebsd-arm@FreeBSD.ORG Thu Dec 4 18:02:51 2014 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 E6D8D5A4 for ; Thu, 4 Dec 2014 18:02:51 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FB9EC8A for ; Thu, 4 Dec 2014 18:02:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1417716141; l=506; s=domk; d=ulrich-grey.de; h=Content-Transfer-Encoding:Content-Type:Mime-Version:Subject:To:From: Date; bh=KYlNfEvMhc/5MnMnqG3HzrAzmAo=; b=ECfNyT/CrRJPmfDvl4uDOzpfaxS8trzf5wNClb9RpJPbJH4f76JR5JxeiLvwcgX/jen bNULQUYFYWVwpuBxRm2B9VIpUX/GBo3UmqEWi6Nz1cy+P5KsA4sUXVGS+sqRRAXV1HKKU KCPv4PVLgSKiIEXWc+WhRUSh282e2wPzzzY= X-RZG-AUTH: :OX8Be0W8W+pMC3rDLL/lo2xV/LZTbZkYhOcjg8suic3iYr/B8J9Lzp3TJg47ucv5nw== X-RZG-CLASS-ID: mo00 Received: from quad (p54868307.dip0.t-ipconnect.de [84.134.131.7]) by smtp.strato.de (RZmta 36.2 DYNA|AUTH) with ESMTPSA id c025d4qB4I29JDy (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) for ; Thu, 4 Dec 2014 19:02:09 +0100 (CET) Date: Thu, 4 Dec 2014 18:02:08 +0000 From: Ulrich Grey To: freebsd-arm@freebsd.org Subject: Booting Beagle Board Black fails. Message-Id: <20141204180208.7f1f05ca30e779e1a859abda@ulrich-grey.de> Organization: - X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; armv6-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Thu, 04 Dec 2014 18:02:52 -0000 I have built an image for Beagle Bone Black with crochet from the alternate source tree from Svatopluk Kraus and Michal Meloun. If I try to boot the board (I have pressed the button etc.), I get this on the serial console: Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... Using DTB provided by U-Boot at address 0x80000100. Kernel entry at 0x80200100... Kernel args: (null) There it hangs. Can anyone give me advice? Regards Ulrich