Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2013 17:12:13 -0700
From:      Tim Kientzle <tim@kientzle.com>
To:        Sreekanth Rupavatharam <rskanth@yahoo.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: arm/179561: Compilation issue for lighttpd on raspberry pi
Message-ID:  <A23406C8-531B-4722-9CFD-A678BC5F686A@kientzle.com>
In-Reply-To: <201306162210.r5GMA05N031413@freefall.freebsd.org>

index | next in thread | previous in thread | raw e-mail

On Jun 16, 2013, at 3:10 PM, Sreekanth Rupavatharam wrote:
> 
> On 6/14/13 5:25 PM, hiren panchasara wrote:
>> Does this look similar?:http://www.freebsd.org/cgi/query-pr.cgi?pr=178495
>> 
>> FWIW, Clang got updated to release 3.3 a couple days back on HEAD. Not
>> sure if this is fixed in that version.
>> 
>> cheers,
>> Hiren
> No, looks like the issue remains on today's revision of HEAD. On top of 
> that looks like the kernel for raspberry pi is broken. It now hangs at 
> Kernel args: (null).

The "Kernel args:" line is the last thing printed by ubldr
before transferring control to the kernel.

If this is the last thing you see, then any of the following
could be at issue:
  * ubldr could be broken, either not loading the kernel or not transferring control properly.
  * kernel could be crashing in the early setup
  * kernel could be crashing in initarm (before the console is initialized)

If you can boot an older kernel with newer ubldr, then that
would rule out ubldr breakage.

Tim



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A23406C8-531B-4722-9CFD-A678BC5F686A>