Re: Booting a Xilinx board

2008-04-08 Thread Grant Likely
On Tue, Apr 8, 2008 at 6:30 AM, Guillaume Dargaud <[EMAIL PROTECTED]> wrote: > I'm making progress, thanks in no small part to this list, but I still need > coaching, if you don't mind. The current boot is currently going as such: > > > loaded at: 0040 005A819C > board data at: 005A6120 0

Re: Booting a Xilinx board

2008-04-08 Thread Guillaume Dargaud
I'm making progress, thanks in no small part to this list, but I still need coaching, if you don't mind. The current boot is currently going as such: loaded at: 0040 005A819C board data at: 005A6120 005A619C relocated to: 00404054 004040D0 zimage at: 00404E40 00515AD1 initrd at:

Re: Booting a Xilinx board

2008-04-08 Thread Guillaume Dargaud
Are you using uartlite? Try console=ttyUL0. Thanks, I didn't know that. But Stephen is right, the first thing you should do is look at __log_buf. You can find its address in the System.map file. Unfortunately, the installation of the cable driver failed for some reason. I'll have to work

Re: Booting a Xilinx board

2008-04-07 Thread Grant Likely
On Mon, Apr 7, 2008 at 9:33 AM, Guillaume Dargaud <[EMAIL PROTECTED]> wrote: > > Linux/PPC load: console=ttyS0,9600 ip=on root=/dev/sysace/disc0/part2 rw > Uncompressing Linux...done. > Now booting the kernel > > And then it stops. > I'm sure I've overlooked something obvious... Are you using

RE: Booting a Xilinx board

2008-04-07 Thread John Linn
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Neuendorffer Sent: Monday, April 07, 2008 10:44 AM To: Guillaume Dargaud; linuxppc-dev@ozlabs.org Subject: RE: Booting a Xilinx board Generally, speaking the easiest way to debug such errors is to examine __log_buf using XMD. Steve

RE: Booting a Xilinx board

2008-04-07 Thread Stephen Neuendorffer
-dev@ozlabs.org > Subject: Booting a Xilinx board > > Hello all, > sorry if this is an elementary question for most of you, but could you tell > me where I'm going wrong in trying to boot a kernel 2.6.24 on a Xilinx ml405 > board ? > > - I generate an ext2 parti

Booting a Xilinx board

2008-04-07 Thread Guillaume Dargaud
Hello all, sorry if this is an elementary question for most of you, but could you tell me where I'm going wrong in trying to boot a kernel 2.6.24 on a Xilinx ml405 board ? - I generate an ext2 partition with buildroot, cointaining busybox and uclibc. - I copy it to my CF card: sudo dd if=bi