From owner-freebsd-arm@FreeBSD.ORG Wed Jun 26 17:42:59 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 80708B4E for ; Wed, 26 Jun 2013 17:42:59 +0000 (UTC) (envelope-from dave@dogwood.com) Received: from mail-vb0-x230.google.com (mail-vb0-x230.google.com [IPv6:2607:f8b0:400c:c02::230]) by mx1.freebsd.org (Postfix) with ESMTP id 407D011F3 for ; Wed, 26 Jun 2013 17:42:59 +0000 (UTC) Received: by mail-vb0-f48.google.com with SMTP id w15so10934418vbf.7 for ; Wed, 26 Jun 2013 10:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dogwood.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Us2FcMigd6OF3u5fLeNqr7NYLuQxNaoTYZ7MGqpQ8Ek=; b=jT9G+ODCqEgSFcxIXzjRWqbD1JgX5kIoj1Rgm4BJzw2qBRz7d0Ai89U2/+lqP0Uvts pefwQFO4sGK3pzu+Z552oF2a5Bb4hy0MzQPiPMzjohuUc71sYl8SDuNo8PEePCjsNQkm TIge60ivSKfvz6l8pKPscOS+tJELEtoiB6BeI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=Us2FcMigd6OF3u5fLeNqr7NYLuQxNaoTYZ7MGqpQ8Ek=; b=f2SsFiDsll22lJOV7OUcvnOxzRwvG6Jdaa+AcuNhkIT6HftcnQS59waz3HXvqQBqVa toBTOlUXOkfa7oLrcyGEsPAOwPI3UhtBh3e/vHM61LnILbsXkOSn4jU812QPOKISsrq7 6MJgG/fpNs1Qp+CufhvnR0pVmIW94LAUbi7Fh7z2cOwleF5bjuYP+Rp1bFN6TSa6I0li uRKm6rMwr2Y/NiylqOqtXjUdqRI2x5OiWXZ1HrmsRxoSXbZTkDBoZ316Jh1ng8GaYSyI asDKlc4DBQ+VkYGB7yhpnIA9AGQrp2E0szXylq6DhiIN6uermn6dczKJ9R4CjBPHBPNc GZdA== MIME-Version: 1.0 X-Received: by 10.52.34.196 with SMTP id b4mr1742955vdj.70.1372268578797; Wed, 26 Jun 2013 10:42:58 -0700 (PDT) Received: by 10.52.229.166 with HTTP; Wed, 26 Jun 2013 10:42:58 -0700 (PDT) In-Reply-To: References: Date: Wed, 26 Jun 2013 07:42:58 -1000 Message-ID: Subject: Re: Problems with Head on RaspberryPi From: David Cornejo To: Michael Tuexen X-Gm-Message-State: ALoCoQn1eTDLOVD6kzr64pwSXheH6pYYiRpfXLcFTT9ofdgXaIpJTQ22sExk5xA0eTONMmho+IJl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 17:42:59 -0000 On Wed, Jun 26, 2013 at 7:22 AM, Michael Tuexen wrote: > Dear all, > > I have build FreeBSD using the script from > https://github.com/daveish/freebsd-arm-tools > for a couple of weeks and it worked fine. However, > doing this within the last days, compilation and > installation works, but the Raspberry Pi doesn't > boot. After Starting kernel with NULL args > or so, it doesn't show anything else. Normally > the FreeBSD boot messages would appear. Does anyone > else also see this? Any idea how to get some > debug output out of the Raspberry Pi? > > Best regards > Michael > In addition I saw some devices couldn't be found - I am using a 256MB Model B, which I am thinking might be relevant dave c