Re: kernel om-gta02-2.6.31

2009-12-02 Thread Radek Polak
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


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


kernel om-gta02-2.6.31

2009-12-01 Thread A.A.
Hi,

I downloaded the last git kernel with command:
git clone git://git.openmoko.org/git/kernel.git linux-2.6

I switched to
git-checkout --track -b om-gta02-2.6.31 origin/om-gta02-2.6.31
but ./build script is absent!

How can I cross compile this kernel for my freerunner ?

-- 
A.A.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: kernel om-gta02-2.6.31

2009-12-01 Thread Jose Luis Perez Diez
El Tuesday, 1 de December de 2009 15:28:18 A.A. va escriure:
 Hi,

 I downloaded the last git kernel with command:
 git clone git://git.openmoko.org/git/kernel.git linux-2.6

 I switched to
 git-checkout --track -b om-gta02-2.6.31 origin/om-gta02-2.6.31
 but ./build script is absent!

 How can I cross compile this kernel for my freerunner ?

one way:
Export CROSS_COMPILE=/usr/local/openmoko/arm/bin/arm-angstrom-linux-gnueabi- 

and use make ACRH=arm

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: kernel om-gta02-2.6.31

2009-12-01 Thread A.A.
2009/12/1 Jose Luis Perez Diez jl...@escomposlinux.org

 El Tuesday, 1 de December de 2009 15:28:18 A.A. va escriure:
  Hi,
 
  I downloaded the last git kernel with command:
  git clone git://git.openmoko.org/git/kernel.git linux-2.6
 
  I switched to
  git-checkout --track -b om-gta02-2.6.31 origin/om-gta02-2.6.31
  but ./build script is absent!
 
  How can I cross compile this kernel for my freerunner ?

 one way:
 Export
 CROSS_COMPILE=/usr/local/openmoko/arm/bin/arm-angstrom-linux-gnueabi-

 and use make ACRH=arm

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


thx, where can I found compiled modules and uImage.bin?

-- 
A.A.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: kernel om-gta02-2.6.31

2009-12-01 Thread Nelson Castillo
On Tue, Dec 1, 2009 at 9:28 AM, A.A. a...@email.it wrote:
 Hi,

 I downloaded the last git kernel with command:
 git clone git://git.openmoko.org/git/kernel.git linux-2.6

 I switched to
 git-checkout --track -b om-gta02-2.6.31 origin/om-gta02-2.6.31
 but ./build script is absent!

 How can I cross compile this kernel for my freerunner ?

You can use the same script shipped with the andy-tracking branch.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: kernel om-gta02-2.6.31

2009-12-01 Thread A.A.
2009/12/1 Nelson Castillo arhu...@freaks-unidos.net

 On Tue, Dec 1, 2009 at 9:28 AM, A.A. a...@email.it wrote:
  Hi,
 
  I downloaded the last git kernel with command:
  git clone git://git.openmoko.org/git/kernel.git linux-2.6
 
  I switched to
  git-checkout --track -b om-gta02-2.6.31 origin/om-gta02-2.6.31
  but ./build script is absent!
 
  How can I cross compile this kernel for my freerunner ?

 You can use the same script shipped with the andy-tracking branch.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



thx
-- 
A.A.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community