Compiling a 2.6 kernel

From Nuclear Physics Group Documentation Pages
Revision as of 18:43, 30 July 2009 by Minuti (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Making a custom 2.6 kernel for the TS-7260

curl -O ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7200-linux/sources/tskernel-2.6.21-ts-src.tar.gz
tar -zxvf tskernel-2.6.21-ts-src.tar.gz
cd linux-2.6.21-ts
edit the Makefile:

  • ARCH ?= arm
  • CROSS_COMPILE ?= /usr/local/arm-linux-gnu/bin/arm-linux-gnu-

make ts72xx_defconfig

If you want, you can edit the default options: make menuconfig then make the kernel make