Linux -
Kernel | 5 |
|
|
The next step is to build an appropriate kernel. IOP Kernel patches are available at http:// sourceforge.net/projects/xscaleiop/. Grab the latest 2.6 kernel patch, and the corresponding kernel source tarball from http://www.kernel.org/.
The following commands will configure the 2.6.10 IOP kernel for an IQ80331 platform.
$ mkdir ~/work
$ cd ~/work
$ wget
$ wget
$ tar xjvf
$ cd
$
$ make iq80331_defconfig
– substitute the board name here when it is not the IQ80331
When planning on installing
Note: INITRD support is only necessary for running the installer or when creating INITRD images. The default setup does not require INITRD support in the kernel so once the base installation is complete, it is possible to remove INITRD support from the kernel
$ make menuconfig
–Scroll down to “Block Devices” and press Return.
–Scroll down to “Initial RAM disk (initrd) support” and press the space bar until it is selected with an '*'.
–At this point it is necessary to enable other drivers that might be needed.
–Exit all the way out of the menuconfig and save the new kernel configuration.
Now build the kernel
$ make zImage
With a multiprocessor system, increase the speed of the kernel build by allowing make to issue multiple jobs at one. A
$ make
Now copy the kernel to the TFTP directory
$ cp arch/arm/boot/zImage /tftpboot/zImage.iq80331
June 2005 | Intel® I/O Processors | |
14 | Order Number: 306507001US |
|