0

I am trying to bring up the kernel and RFS generated by buildroot on a Raspberry Pi board. I am able to bring up the minimal kernel and access shell via a serial cable.

I could see some .ko files that looks like peripheral drivers rpi-firmware package that is downloaded by buildroot. Is it possible to integrate those into the kernel image ? if so , how?

vpillai
  • 374
  • 1
  • 3
  • 15

1 Answers1

0

Figured it out. I just have to enable the required drivers from the linux configuration menu (make linux-menuconfig) .

If I enable them as modules, they will be copied into a folder in /lib. Otherwise, they will be integrated in the zImage

vpillai
  • 374
  • 1
  • 3
  • 15