From owner-freebsd-arm@FreeBSD.ORG Fri Mar 15 17:37:43 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 3D5C969C; Fri, 15 Mar 2013 17:37:43 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) by mx1.freebsd.org (Postfix) with ESMTP id 175D6FD5; Fri, 15 Mar 2013 17:37:42 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UGYZU-000997-53; Fri, 15 Mar 2013 17:37:36 +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 r2FHbYOE015334; Fri, 15 Mar 2013 11:37:34 -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: U2FsdGVkX1/+/e3PyFu4ms+Jkx7I6wXg Subject: Re: Custom kernel under RPI From: Ian Lepore To: loic.blot@unix-experience.fr In-Reply-To: <1363368112.22589.3.camel@Nerz-PC.home> References: <1363368112.22589.3.camel@Nerz-PC.home> Content-Type: text/plain; charset="ISO-8859-1" Date: Fri, 15 Mar 2013 11:37:34 -0600 Message-ID: <1363369054.1157.46.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 r2FHbYOE015334 Cc: FreeBSD Hackers , freebsd-arm 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: Fri, 15 Mar 2013 17:37:43 -0000 On Fri, 2013-03-15 at 18:21 +0100, Lo=EFc BLOT wrote: > Hi all, > I don't know if it's the good list, but hackers for RPI, i think it's a > good thing :D >=20 > I have a little problem with custom kernel with RPI. I have modified > RPI-B config file to include run/runfw driver, compiled the kernel and > install it (make buildkernel KERNCONF=3DRPI-B && make installkernel > KERNCONF=3DRPI-B, from the RPI). The problem is at reboot. I can't boot= on > the RPI, because the kernel is frozen after those lines: >=20 > Kernel entry at 0x100100 .. > Kernel args: (null) >=20 > Nothing after. > Can someone tell me if i do something wrong ? > Thanks for advance For arm-specific questions, the freebsd-arm list might be better (I've added it to the CC). The problem may be that it has no device-tree info. You can add "fdt addr 0x100" to the /boot/loader.rc file to fix that. You can also enter it by hand at the loader prompt first to see if that helps... just hit a character (other than return) while it's loading the kernel, enter that command, then enter 'boot'. -- Ian