Re: Linux booting problem on Xilinx ppc

2007-09-15 Thread Junqiang Hu
And I checked the xparameters_ml300.h for the possible problem yet not found... Junqiang Hu wrote: > > > Dear friends, > >I'm trying to run Linux in AvNet (Memec) Xilinx-XC2VP50-EVKT-FF1152 > board. The Linux version I'm using is 2.4; the cross-compiler is > gcc-4.1.0, glibc 2.3.6. Wh

Re: Linux booting problem on Xilinx ppc

2007-09-15 Thread Grant Likely
On 9/15/07, Junqiang Hu <[EMAIL PROTECTED]> wrote: > > > Dear friends, > >I'm trying to run Linux in AvNet (Memec) Xilinx-XC2VP50-EVKT-FF1152 > board. The Linux version I'm using is 2.4; the cross-compiler is > gcc-4.1.0, glibc 2.3.6. When booting the kernel, it shows: > loaded at:

Re: Linux booting problem on Xilinx ppc

2007-09-15 Thread Junqiang Hu
Hi Grant, Thank you so much for the reply! Fortunately I got it work now -- it's the crosstool compiler problem. Originally I was using gcc-4.1.0, yet when compiling kernel 2.6.22, I noticed that it says gcc-4.1.0 will miscompile the kernel, so I changed to another version, and now I can le

RE: Linux booting problem on Xilinx ppc

2007-09-16 Thread Stelios Koroneos
bject: Re: Linux booting problem on Xilinx ppc > > > > > Hi Grant, > >Thank you so much for the reply! Fortunately I got it work now -- it's > the crosstool compiler problem. Originally I was using > gcc-4.1.0, yet when > compiling kernel 2.6.22, I notice

Re: Linux booting problem on Xilinx ppc

2007-10-15 Thread aauer1
Hello I'm also working with ML403 board from Xilinx and have the same problem as you. The boot process stops after decompressing with the message "Now booting the kernel". We also used gcc-4.1.0 for the cross compilation. So, I would be glad to know, which gcc version have you used to get a worki

RE: Linux booting problem on Xilinx ppc

2007-10-15 Thread Koss, Mike (Mission Systems)
In house we use the gcc 4.1.2, glibc 2.3.6 combo with success. -- Mike -Original Message- From: aauer1 [mailto:[EMAIL PROTECTED] Sent: Monday, October 15, 2007 2:47 PM To: linuxppc-embedded@ozlabs.org Subject: Re: Linux booting problem on Xilinx ppc Hello I'm also working with

Re: Linux booting problem on Xilinx ppc

2007-10-15 Thread Grant Likely
On 10/15/07, aauer1 <[EMAIL PROTECTED]> wrote: > > Hello > > I'm also working with ML403 board from Xilinx and have the same problem as > you. The boot process stops after decompressing with the message "Now > booting the kernel". We also used gcc-4.1.0 for the cross compilation. So, I > would be g

RE: Linux booting problem on Xilinx ppc

2007-10-16 Thread Sergey Oleynichenko
nt: Monday, October 15, 2007 1:47 PM To: linuxppc-embedded@ozlabs.org Subject: Re: Linux booting problem on Xilinx ppc Hello I'm also working with ML403 board from Xilinx and have the same problem as you. The boot process stops after decompressing with the message "Now booting the kerne

RE: Linux booting problem on Xilinx ppc

2007-10-16 Thread aauer1
ergey > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of aauer1 > Sent: Monday, October 15, 2007 1:47 PM > To: linuxppc-embedded@ozlabs.org > Subject: Re: Linux booting problem on Xilinx ppc > > > Hello > > I&

Re: Linux booting problem on Xilinx ppc

2007-10-16 Thread Grant Likely
On 10/16/07, aauer1 <[EMAIL PROTECTED]> wrote: > > The on-chip memories are disabled. Only the BRAM is enabled. Now, we also use > the ELDK 4.1 from Denx and the included cross compiler. The result is the > same... the Kernel stops at "Now booting the kernel". Now, we also have an > USB JTAG cable.

Re: Linux booting problem on Xilinx ppc

2007-10-16 Thread T Ziomek
On Tue, 16 Oct 2007, Grant Likely wrote: > > On 10/16/07, aauer1 <[EMAIL PROTECTED]> wrote: >> >> The on-chip memories are disabled. Only the BRAM is enabled. Now, we also use >> the ELDK 4.1 from Denx and the included cross compiler. The result is the >> same... the Kernel stops at "Now booting th

Re: Linux booting problem on Xilinx ppc

2007-10-16 Thread Grant Likely
On 10/16/07, T Ziomek <[EMAIL PROTECTED]> wrote: > On Tue, 16 Oct 2007, Grant Likely wrote: > > > > There are two common reasons for this behaviour: > > 1. kernel crashes before the console is configured > > 2. the console is not configured correctly. > > > > In both cases; finding a way to look at

Re: Linux booting problem on Xilinx ppc

2007-10-17 Thread aauer1
Hello. Grant Likely-2 wrote: > > On 10/16/07, aauer1 <[EMAIL PROTECTED]> wrote: >> >> The on-chip memories are disabled. Only the BRAM is enabled. Now, we also >> use >> the ELDK 4.1 from Denx and the included cross compiler. The result is the >> same... the Kernel stops at "Now booting the ker

Re: Linux booting problem on Xilinx ppc

2007-10-17 Thread Grant Likely
On 10/17/07, aauer1 <[EMAIL PROTECTED]> wrote: > I was able to look at the __log_buf variable with the JTAG cable. So, I > recognized that the kernel doesn't halt after the "No booting the kernel" > message. There are many output messages in the __log_buf variable until it > stops at with a "Kernel

Re: Linux booting problem on Xilinx ppc

2007-10-17 Thread aauer1
Grant Likely-2 wrote: > > On 10/17/07, aauer1 <[EMAIL PROTECTED]> wrote: >> Now, I know that the kernel boots but I don't get an output with my >> Xilinx >> UartLite module. Are there some kernel modules which must be activated?? >> Btw. I have used the Linux-2.6-virtex kernel from >> http://git

Re: Linux booting problem on Xilinx ppc

2007-10-17 Thread Grant Likely
On 10/17/07, aauer1 <[EMAIL PROTECTED]> wrote: > > > Grant Likely-2 wrote: > > > > On 10/17/07, aauer1 <[EMAIL PROTECTED]> wrote: > >> Now, I know that the kernel boots but I don't get an output with my > >> Xilinx > >> UartLite module. Are there some kernel modules which must be activated?? > >> B

Re: Linux booting problem on Xilinx ppc

2007-10-17 Thread aauer1
Thanks. Now, I get the output over the serial line Thanks, very much! Andreas Grant Likely-2 wrote: > > On 10/17/07, aauer1 <[EMAIL PROTECTED]> wrote: >> >> >> Grant Likely-2 wrote: >> > >> > On 10/17/07, aauer1 <[EMAIL PROTECTED]> wrote: >> >> Now, I know that the kernel boots but I don'

转发: Re: Linux booting problem on Xilinx ppc

2007-10-18 Thread keng_629
On 10/17/07, aauer1 <[EMAIL PROTECTED] > wrote: > > > Grant Likely-2 wrote: > > > > On 10/17/07, aauer1 <[EMAIL PROTECTED] > wrote: > > > Now, I know that the kernel boots but I don't get an > output with my > > > Xilinx > > > UartLite module. Are there

Ack, sorry! [was Re: Linux booting problem on Xilinx ppc]

2007-10-16 Thread T Ziomek
Please ignore my previous msg; I wanted to rather than ... Sorry. -- /"\ ASCII Ribbon Campaign | \ / | Email to user 'CTZ001' XAgainst HTML | at 'email.mot.com' / \ in e-mail & news |