From: "Guillaume Dargaud" <dargaud@lpsc.in2p3.fr>
To: <linuxppc-dev@ozlabs.org>
Subject: Booting a Xilinx board
Date: Mon, 7 Apr 2008 17:33:34 +0200 [thread overview]
Message-ID: <10a101c898c4$c183ee40$f52f9e86@LPSC0173W> (raw)
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=binaries/genepy/rootfs.test.ext2 of=/dev/sdc2
- I compile the git Xilinx kernel, with proper xparameters file from the BSP
and proper .config options to match the design, using the cross compiler
created by buildroot.
- I generate a sysace file from that kernel and put it on the 1st partition:
xmd -tcl genace.tcl -jprog -board ml405 -target ppc_hw -hw
implementation/system.bit -elf
~/kernels/linux-2.6.24/arch/ppc/boot/images/zImage.elf -ace Kernel26.ace
When I boot I get the following:
loaded at: 00400000 0050719C
board data at: 00505120 0050519C
relocated to: 00404054 004040D0
zimage at: 00404E40 0050484E
avail ram: 00508000 08000000
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...
Thanks
--
Guillaume Dargaud
http://www.gdargaud.net/
next reply other threads:[~2008-04-07 15:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-07 15:33 Guillaume Dargaud [this message]
2008-04-07 16:44 ` Booting a Xilinx board Stephen Neuendorffer
2008-04-07 16:59 ` John Linn
2008-04-08 3:55 ` Grant Likely
2008-04-08 9:22 ` Guillaume Dargaud
2008-04-08 12:30 ` Guillaume Dargaud
2008-04-08 21:32 ` Grant Likely
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='10a101c898c4$c183ee40$f52f9e86@LPSC0173W' \
--to=dargaud@lpsc.in2p3.fr \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).