All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Question] Driver loading after booting
       [not found] <CADZ=QZnTvQoKRLKOn1OeJPL+KSPk7RgOzjuPYNUC-OOWO8sitA@mail.gmail.com>
@ 2016-12-01  1:15 ` Yu-Ting Kao
  2016-12-02 20:22   ` Peter Seiderer
  0 siblings, 1 reply; 2+ messages in thread
From: Yu-Ting Kao @ 2016-12-01  1:15 UTC (permalink / raw)
  To: buildroot

Hi all,
I want to ask a question. It's about raspberry pi board. After I built
buildroot clean defconfig, I found that there are not drivers loading to
board. Is this a kind of buildroot design principles?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161201/79fd2876/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] [Question] Driver loading after booting
  2016-12-01  1:15 ` [Buildroot] [Question] Driver loading after booting Yu-Ting Kao
@ 2016-12-02 20:22   ` Peter Seiderer
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Seiderer @ 2016-12-02 20:22 UTC (permalink / raw)
  To: buildroot

Hallo Yu-Ting,

On Thu, 1 Dec 2016 09:15:30 +0800, Yu-Ting Kao <jackzzjack@gmail.com> wrote:

> Hi all,
> I want to ask a question. It's about raspberry pi board. After I built
> buildroot clean defconfig, I found that there are not drivers loading to
> board. Is this a kind of buildroot design principles?

The principle of defconfigs to be 'minimal' with only basic busybox init
system...

To load custom linux kernel modules add some script under /etc/init.d
e.g /etc/init.d/S02modules ...

Or build a more complex system: change from simple busybox init to
systemd init system, will give you /etc/modprobe.d and /etc/modules-load.d
support...

Regards,
Peter

> 
> Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-02 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CADZ=QZnTvQoKRLKOn1OeJPL+KSPk7RgOzjuPYNUC-OOWO8sitA@mail.gmail.com>
2016-12-01  1:15 ` [Buildroot] [Question] Driver loading after booting Yu-Ting Kao
2016-12-02 20:22   ` Peter Seiderer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.