arm/179561: Compilation issue for lighttpd on raspberry pi

Tim Kientzle tim at kientzle.com
Mon Jun 17 00:12:21 UTC 2013


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



More information about the freebsd-arm mailing list