Hi Jaan,
Thanks for your sincere help.
I have changed CONFIG_CMDLINE as
CONFIG_CMDLINE="console=ttyS0,115200n8", but there is no change.
Still I cannot see anything on the terminal except
>> TS-BOOTROM - built Jun 10 2009
>> Copyright (c) 2008, Technologic Systems
>> Booting from SD card...
.
.
.
.
Uncompressing Linux... done, booting the kernel.
Do I need to modify head.S and/or head-xscale.S in arc/arm/boot/compressed/ to
pass board parameter to the kernel?
as in article no 20289
#ifdef CONFIG_MACH_TS78XX
ldr r1, =0x00000674 @ TS-7800 is 0x674
#endif
My board is ts-7800, Rev D, and JP1 is connected.
Best Regards.
--- In "Jaan" <> wrote:
>
> Hi,
>
> My guess would be that you have no parameters set in make menuconfig -> boot
> options -> default kernel command string. To see why it just hangs, add
> console=ttyS0,115200n8 to the line. TS kernel default is console=none and
> then you don't see the kernel panic message.
>
> An alternative would be to use a kernel.org kernel with make
> orion5x_defconfig... There are several messages in this Yahoo! group
> describing the process of compiling a kernel.org kernel, but it is not easy
> when you have little experience. As a starting point, you can look at message
> no 20289 in this Yahoo! group.
>
> Jaan
>
> --- In "bdinc2001" <bdinc2001@> wrote:
> >
> > Hi,
> >
> > I am working on ts-7800 and would like to use kernel 2.6.23 or later.
> > For this purpose I have tried to compile the kernel from
> > ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7800-linux/sources/2.6.34.tar.gz
> > and as tool-chain, I have used
> > ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7800-linux/cross-toolchains/ts7800-crosstool-linux-gnueabi-2008q3-2.tar.gz,
> >
> > but it does not work.
> > During the boot
> >
> > "Uncompressing Linux... done, booting the kernel."
> >
> > then it stuck,
> >
> > Does Kernel 2.6.34 from embeddedarm.com work with ts-7800 embedded sbc?
> > If not, how can I work Kernel 2.6.34 on ts-7800?
> >
> > Thanks for any kind of help.
> >
> > Bolat
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|