Adding options to RPI-B

Tim Kientzle kientzle at freebsd.org
Thu Jul 25 04:22:55 UTC 2013


On Jul 24, 2013, at 9:06 PM, Rui Paulo wrote:

> On 24 Jul 2013, at 20:56, Tim Kientzle <kientzle at freebsd.org> wrote:
> 
>> On Jul 24, 2013, at 8:31 PM, Rui Paulo wrote:
>> 
>>> On 24 Jul 2013, at 08:29, Tim Kientzle <kientzle at freebsd.org> wrote:
>>> 
>>>> On Jul 23, 2013, at 10:17 PM, Adrian Chadd wrote:
>>>> 
>>>>> .. I'd rather we just make modules support work, and start shipping
>>>>> stripped down kernels w/ modules.
>>>> 
>>>> I've used modules; as far as I can tell, they work just fine.
>>>> The status quo is historical legacy.
>>>> 
>>>>> We have loader support for arm, right? :)
>>>> 
>>>> Would someone please commit the change to the
>>>> RPi kernel config to enable all modules by default?
>>>> 
>>>> That will let us verify the current status before we start
>>>> removing things that are currently static.
>>> 
>>> 
>>> Done, r253634.
>> 
>> 
>> Rui:
>> 
>> Thanks!
>> 
>> Hiren and others:
>> 
>> Please try experimenting with modules on RPi and
>> BeagleBone and let folks here know what works and
>> doesn't work.  You should be able to:
>> * Load modules manually
>> * Load them from loader.conf
> 
> No, I don't think loader.conf is supported on ARM. We need to fix that, but until then modules have to be loaded from loader.rc. :-(


I've never used loader.conf myself so please
let me know what you think is still missing.

According to the manpage for loader.conf, it seems
the key requirement is FICL support, and that is
enabled in ubldr on ARM.

Tim



More information about the freebsd-arm mailing list