Linux booting problem on Xilinx ppc

2007-09-15 Thread Junqiang Hu
ut the same thing happens, except that the "avail ram" changed to 7C9E2378 and it's the same no matter first powered on or not. No idea how to continue... Could somebody give me some help? Thanks! -- View this message in context: http://www.nabb

Re: Linux booting problem on Xilinx ppc

2007-09-15 Thread Junqiang Hu
Register > Processor started. Type "stop" to stop processor > Then after issuing "stop", it says "unable to stop processor" > > I also tried kernel version 2.6.22, but the same thing happens, except > that

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
gt; Grant Likely, B.Sc., P.Eng. > Secret Lab Technologies Ltd. > [EMAIL PROTECTED] > (403) 399-0195 > _______ > Linuxppc-embedded mailing list > Linuxppc-embedded@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-embedded > >

RE: Linux booting problem on Xilinx ppc

2007-09-16 Thread Stelios Koroneos
gt; > console is setup incorrectly and so you see nothing. But, you can > > read the console output directly from memory if you look at the > > __log_buf region (find the address in the System.map file; you might > > need to subtract 0xC000 from the address to view the memor

Re: Linux booting problem on Xilinx ppc

2007-10-15 Thread aauer1
>> console is setup incorrectly and so you see nothing. But, you can >> read the console output directly from memory if you look at the >> __log_buf region (find the address in the System.map file; you might >> need to subtract 0xC000 from the address to view the memory) >> >&g

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
inx UartLite module. Are there some kernel modules which must be activated?? Btw. I have used the Linux-2.6-virtex kernel from http://git.secretlab.ca/git/ and another Kernel (2.6.23 from kernel.org) - both with the same result. Thanks a lot, Andreas -- View this message in context: http://www.

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
K driver initialized: 8 RAM disks of 8192K size 1024 blocksize <6>[0.282765] mice: PS/2 mouse device common for all mice <4>[0.286181] VFS: Cannot open root device "xsysace2" or unknown-block(0,0) <4>[0.286252] Please append a correct "root=" boot o

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
>> <4>[0.00] Built 1 zonelists in Zone order. Total pages: 16256 >> <5>[0.00] Kernel command line: console=ttUL0 root=/dev/xsysace2 >> rw > > Typo! :-) > > Try "ttyUL0" >

转发: 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 |