GESBC-3130S
User’s
Manual
Version 1.0
Page 18 of 19
4-Mar-13
above command can be included in the shell resource file so it is executed every time you
login. For bash shell, a good place to put is in .bashrc in your home directory.
Compile Linux Kernel
The GESBC-3130S is shipped with Linux kernel version 2.6.33.14. The patch for the kernel
source tree is available at Glomation website in the support page.
Prepare Linux Kernel source
Obtain the kernel source 2.6.33.14 from http://www.kernel.org. Untar the Linux kernel,
tar xjf linue-2.6.33.14.bz2
Obtain the kernel patch from
http://ics.nxp.com/support/software/lpc313x.bsp.linux/
. Patch the
kernel source with the following command,
patch –p1 < /<patch-file-directory-path>/patch_file_name
Configure Linux Kernel
The GESBC-3130S can use the default configuration file for the EA3130 evaluation board.
make ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnu- ea313x_defconfig
If additional configuration is required, executing the following command in the Linux kernel
directory,
make ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnu- menuconfig
If problem occurs, make sure the default PATH variable is set to the correct tool chain directory
Compile Kernel
Once Linux kernel has been configured, it can be compiled using following command,
make
ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnu-
u
Image
The U-boot utility mkimage is required to make the U-boot formatted kernel image files.
Содержание GESBC-3130S
Страница 1: ...Glomation Embedded Single Board Computer GESBC 3130S User s Manual...
Страница 5: ...GESBC 3130S User s Manual Version 1 0 Page 5 of 19 4 Mar 13 Figure 1 GESBC 3130S Single Board Computer...
Страница 8: ...GESBC 3130S User s Manual Version 1 0 Page 8 of 19 4 Mar 13 Please see...
Страница 13: ...GESBC 3130S User s Manual Version 1 0 Page 13 of 19 4 Mar 13...