From owner-freebsd-arm@FreeBSD.ORG Sat Mar 16 17:55:02 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 70433683 for ; Sat, 16 Mar 2013 17:55:02 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-02-ewr.mailhop.org (mho-04-ewr.mailhop.org [204.13.248.74]) by mx1.freebsd.org (Postfix) with ESMTP id 47DB3CB1 for ; Sat, 16 Mar 2013 17:55:01 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UGvJn-000Kws-Lm; Sat, 16 Mar 2013 17:54:55 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r2GHsrKF016699; Sat, 16 Mar 2013 11:54:53 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19Nc2D8raG4Lj7gWmQFuXIO Subject: Re: Custom kernel under RPI From: Ian Lepore To: loic.blot@unix-experience.fr In-Reply-To: <1363455598.2403.11.camel@Nerz-PC.home> References: <1363433673.5871.2.camel@Nerz-PC.home> <20130316173850.68e8cc1e.ray@freebsd.org> <1363448928.2403.4.camel@Nerz-PC.home> <20130316180556.a12c6927.ray@freebsd.org> <1363453851.2403.5.camel@Nerz-PC.home> <1363455598.2403.11.camel@Nerz-PC.home> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 16 Mar 2013 11:54:53 -0600 Message-ID: <1363456493.1157.67.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by damnhippie.dyndns.org id r2GHsrKF016699 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: Sat, 16 Mar 2013 17:55:02 -0000 On Sat, 2013-03-16 at 18:39 +0100, Lo=EFc BLOT wrote: > Ok, cross compile is done, i have a modular kernel, but same error > appears when i boot. Kernel is blocked at those lines: >=20 > Kernel entry at 0x100100 .. > Kernel args: (null) >=20 >=20 If it doesn't say anything about what FDT it is using before it says Kernel Entry, then you aren't using the latest ubldr code. =20 If it doesn't have the device tree data, it will lock up exactly as you're experiencing (without the device data the kernel doesn't have enough info to even print an error message). A quick way to see if that's the problem is to add to the kernel config: options FDT_DTB_STATIC makeoptions FDT_DTS_FILE=3Dbcm2835-rpi-b.dts -- Ian