From owner-freebsd-arm@FreeBSD.ORG Fri Feb 20 19:02:44 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 E63BF7D3 for ; Fri, 20 Feb 2015 19:02:44 +0000 (UTC) Received: from orange.myspectrum.nl (2a01-07c8-aab2-019e-5054-00ff-fe1e-7dad.colo.transip.net [IPv6:2a01:7c8:aab2:19e:5054:ff:fe1e:7dad]) by mx1.freebsd.org (Postfix) with ESMTP id A5D7A984 for ; Fri, 20 Feb 2015 19:02:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by orange.myspectrum.nl (Postfix) with ESMTP id 9E2128A85B; Fri, 20 Feb 2015 20:02:41 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at myspectrum.nl Received: from orange.myspectrum.nl ([127.0.0.1]) by localhost (orange.myspectrum.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QJ_kJrsjJWfs; Fri, 20 Feb 2015 20:02:41 +0100 (CET) Received: from [10.0.0.105] (ip136-5-208-87.adsl2.static.versatel.nl [87.208.5.136]) (Authenticated sender: freebsd_arm@myspectrum.nl) by orange.myspectrum.nl (Postfix) with ESMTPSA id 3CEAB8A858; Fri, 20 Feb 2015 20:02:41 +0100 (CET) Message-ID: <54E784D0.9020001@myspectrum.nl> Date: Fri, 20 Feb 2015 20:02:40 +0100 From: Jeroen Hofstee User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: bluemorpho , freebsd-arm@freebsd.org Subject: Re: [Raspberry Pi-Boot Problem] keyboard doesnt become identified && mbox: timeout waiting for respone && bcm2835: could not set usb power state References: <54E72640.6080002@mykolab.com> In-Reply-To: <54E72640.6080002@mykolab.com> Content-Type: text/plain; charset=windows-1252; format=flowed 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: Fri, 20 Feb 2015 19:02:45 -0000 Hi, On 20-02-15 13:19, bluemorpho wrote: > Hello. > > first of all: im a total newbie in freebsd. i use this version here: > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/11.0/FreeBSD-11.0-CURRENT-arm-armv6-RPI-B-20150217-r278908.img.bz2 > and (plain) dd to "burn" it on my sd card. > > When i start my raspi, i get the following error: > > In: serial > Out: Icd > Err: Icd > mbox: timeout waiting fore response > bcm2835: Could not set USB power state > Net: Net Initialization Skipped > No ethernet found. > Hit any key to stop autoboot: 0 > U-boot> > > 1) According to [1] i should be able to make use of my keyboad, which > i actually cant. > => I have tested 2 keyboards (which both are working fine), but still > my keyboard doesnt work with the raspi. It seems your are stuck in u-boot. At the moment u-boot for raspberry-pi does not support USB keyboards (and hence ubldr likely won't as well). I don't know why the image doesn't boot, but the fact that the keyboard doesn't work when it doesn't boot is expected behavior. Regards, Jeroen