kernel om-gta02-2.6.31

Radek Polak psonek2 at seznam.cz
Wed Dec 2 17:21:16 CET 2009


A.A. wrote:
> thx, where can I found compiled modules and uImage.bin?

I do it like this:

make
CROSS_COMPILE=/opt/toolchains/arm920t-eabi/bin/arm-angstrom-linux-gnueabi- ARCH=arm

/opt/toolchains/arm920t-eabi/bin/arm-angstrom-linux-gnueabi-objcopy -O
binary -R .note -R .comment -S arch/arm/boot/compressed/vmlinux
linux.bin

mkimage -A arm -O linux -T kernel -C none -a 30008000 -e 30008000 -n
"NameOfYourImage" -d linux.bin uImage-GTA02.bin

You will use different toolchain, so replace the path.

For modules you can do:

make
CROSS_COMPILE=/opt/toolchains/arm920t-eabi/bin/arm-angstrom-linux-gnueabi- ARCH=arm modules_install

(you might have to create directory /lib/modules/2.6.31 with read/write
access first).

Regards

Radek




More information about the community mailing list