Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to setup a development environment

1 byte removed, 23:58, 23 July 2010
Kernel compilation outside bitbake
</pre>
Configure the kernel:
<pre>source /usr/local/poky/eabi-glibc/environment-setup-arm-pokynone-linux-gnueabimake ARCH=arm CROSS_COMPILE=arm-pokynone-linux-gnueabi- igep0020b_defconfigmake ARCH=arm CROSS_COMPILE=arm-pokynone-linux-gnueabi- menuconfig
</pre>
The last line is only needed if you want to customize the kernel.
To compile kernel and modules:
<pre>make ARCH=arm CROSS_COMPILE=arm-pokynone-linux-gnueabi- uImage modules
</pre>
The resulting image is placed in "arch/arm/boot" directory.
We will see in the section [[How to setup a development environment#Boot_on_the_rootfs_and_the_kernel|Boot on the ''rootfs'' and the kernel]] how to use kernel and modules.
= Boot on the ''rootfs'' and the kernel =
0
edits