Custom kernel under RPI

Ian Lepore ian at FreeBSD.org
Sat Mar 16 17:55:02 UTC 2013


On Sat, 2013-03-16 at 18:39 +0100, Loïc 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:
> 
> Kernel entry at 0x100100 ..
> Kernel args: (null)
> 
> 

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.  

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=bcm2835-rpi-b.dts

-- Ian




More information about the freebsd-arm mailing list