[SHR] kernel config and how to build modules

Radek Polak psonek2 at seznam.cz
Mon Sep 28 11:32:47 CEST 2009


> Radek Polak wrote:
> 
> > Hi,
> > anybody knows how is kernel built for SHR? I am interested in kernel
> > config and in knowing how to build modules for the resulting image. I
> > can see that modules in SHR are around 6MB, while gta02_packaging_config
> > produces about 30MB of modules (after doing ./build GTA02 dummy in andy
> > tracking git).
> > 
> 
> Ping... or is it secret information?
> 
> Radek

Ok, i have figured this out myself :) If somebody want to know - the
modules have to be striped. Unpack them to some dir and do something
like this:

find  . -name *.ko
-exec /opt/toolchains/arm920t-eabi/bin/arm-angstrom-linux-gnueabi-strip
-R .not -R .comment --strip-unneeded {} \;




More information about the community mailing list