Project

General

Profile

Actions

Feature #78

closed

Need process for handling kernel modules at boot time

Added by Hammel about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
linux kernel
Target version:
Start date:
28 Feb 2011
Due date:
% Done:

100%

Estimated time:
Severity:
Critical

Description

The rootfs build is separate from the kernel build and merging the two to get the kernel modules embedded in it is overkill. It's easier to create another image that can be mounted at boot time into the /lib/modules/`uname -r`.

Update the kernel build process to generate the ext2 image with the modules in it. Then update the install process to include the new image.


Related issues

Blocks BeagleBox - Feature #65: Add USB eth supportClosedHammel12 Dec 2010

Actions
Actions #1

Updated by Hammel about 13 years ago

The problem with this idea is the firmware, which also lives under /lib on the rootfs. Since both are already available I may be able to separate out the building of the rootfs image from the rootfs build and have the latter collect the additional bits (firmware and modules) before generating the image.

Actions #2

Updated by Hammel about 13 years ago

Yup, will need to grab the firmware manually. "make firmware" doesn't pick up the ar9170 firmware even if the module is enabled in the build.

Actions #3

Updated by Hammel about 13 years ago

The build already handles grabbing kernel modules and stuffing them into the rootfs. So the modules are there. What isn't there is automated device handling. That would be udev. mdev is not sufficient if BeagleBox is to permit hotplugging any old wireless network adapter. So we need to integrate the use of udev.

To get started, read these:
Introduction to udev: http://www.linux.com/news/hardware/peripherals/180950-udev
udev home page: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
udev on wikipedia: http://en.wikipedia.org/wiki/Udev

Actions #4

Updated by Hammel about 13 years ago

The original problem is addressed. Implementation of udev will be tracked in a separate task.

Actions

Also available in: Atom PDF