Ed,
Finally got the damn cross compiler to work on my Suse 9.1 laptop.
One question.
The kermel make procedure with cross compiler tools generates a file
named vmlinux. The developer's manual then says that vmlinux is
placed on the flash chip, but the I file that goes on the flash chip
is zImage. The zImage (658k) file can be made (make zImage)
seperately. What is the vmlinux (1.9M) file, then? Before I go and
flash this new (bluetooth enabled kernel, I'd like to know).
Thanks,
Jim
typo in the manual TS ARM linux Developer's manual.
ts7200_defconfig change to ts7200_config (under Linux Kernels)
Interesting that the cross compiler will create executables that
run on a Zaurus PDA:}.
Jim
--- In "Eddie Dawydiuk" <> wrote:
> Jim,
>
> Sorry for not responding sooner...
>
> > In the configuration file I'm using.
> > CONFIG_ARCH_EP9301=y is set as system. I guess this is true
since the
> > board is based on an emulator by that name?
>
> The CPU on the board is an EP9302(very similiar to EP9301).
>
> > CONFIG_EP93XX_ETHERNET=y if the ethernet adapter is the same
also?
>
> This is for the ethernet on the EP9302.
>
> > I'm compiling the kernel on the board itself (1GB flash card TS
provided
> > m).
> > Can you post the Makefile for the kernel build , perhaps a
makeconfig
> > configuration file as well and anything else that may be
helpful?
>
> The Makefile is included in the kernel source code you can get it
from
>
here(ftp://ftp.embeddedarm.com/downloads/Linux/ARM/linux24_ts8_src.tar.gz).
> The .config file is in the kernel source in
arch/arm/def-configs/ts7250.
>
> > Since bluetooth tty CONFIG_BLUEZ_RFCOMM_TTY was supported there,
> > the default kernel configuration looked good. It's for this
feature I'm
> > recompiling the kernel.
>
> From looking at the config file it looks like this is enabled by
default
> also.
>
> ie
>
> # Bluetooth support
> #
> CONFIG_BLUEZ=m
> CONFIG_BLUEZ_L2CAP=m
> CONFIG_BLUEZ_SCO=m
> CONFIG_BLUEZ_RFCOMM=m
> CONFIG_BLUEZ_RFCOMM_TTY=y
> CONFIG_BLUEZ_BNEP=m
>
> Assuming I understood your requirements correctly then you don't
even need
> to compile your own kernel you can get a precompiled one from
> here(ftp://oz.embeddedx86.com/ts7250_ts8.tar.gz).
>
> //Eddie
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|