linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Making the Kernel
@ 2008-06-09 20:09 Jacob Holladay Poteet
  2008-06-09 20:22 ` Stephen Neuendorffer
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Holladay Poteet @ 2008-06-09 20:09 UTC (permalink / raw)
  To: linuxppc-dev

Good Afternoon,

I've gone through the process of configuring a kernel for my Xilinx
board design using the mhs->devtree, dts+'make menuconfig'
options->'make all' process and things seem to have succeeded. I was
under the expectation that I would find a file
arch/powerpc/boot/zImage.virtex, which is a type of .elf file that I can
use to make a bitstream, but I didn't find this said file in the output.
I found several zImage files (zImage,
zImage.pmac,.miboot,.chrp,.lds,.cofflds), but none of them had the
desired '.virtex' extension. Am I looking for something that doesn't
exist? If not, can someone help me generate the necessary file?

This is my first time through this process so I appreciate your advice.

Sincerely,
Jake Poteet

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: Making the Kernel
  2008-06-09 20:09 Making the Kernel Jacob Holladay Poteet
@ 2008-06-09 20:22 ` Stephen Neuendorffer
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Neuendorffer @ 2008-06-09 20:22 UTC (permalink / raw)
  To: Jacob Holladay Poteet, linuxppc-dev


The kernel at git.xilinx.com has a rule to make zImage.virtex.  Note
that this elf file will almost certainly *not* fit in blockram, hence
you can't use it to 'make a bitstream'.  You can use it to generate a
SystemAce file, however.

If you are using a current mainline kernel, then you need to make a
simpleImage, which requires having a dts file that starts with the
'virtex-' prefix.

Steve

> -----Original Message-----
> From: linuxppc-dev-bounces+stephen.neuendorffer=3Dxilinx.com@ozlabs.org
[mailto:linuxppc-dev-
> bounces+stephen.neuendorffer=3Dxilinx.com@ozlabs.org] On Behalf Of Jacob
Holladay Poteet
> Sent: Monday, June 09, 2008 1:09 PM
> To: linuxppc-dev@ozlabs.org
> Subject: Making the Kernel
> =

> Good Afternoon,
> =

> I've gone through the process of configuring a kernel for my Xilinx
> board design using the mhs->devtree, dts+'make menuconfig'
> options->'make all' process and things seem to have succeeded. I was
> under the expectation that I would find a file
> arch/powerpc/boot/zImage.virtex, which is a type of .elf file that I
can
> use to make a bitstream, but I didn't find this said file in the
output.
> I found several zImage files (zImage,
> zImage.pmac,.miboot,.chrp,.lds,.cofflds), but none of them had the
> desired '.virtex' extension. Am I looking for something that doesn't
> exist? If not, can someone help me generate the necessary file?
> =

> This is my first time through this process so I appreciate your
advice.
> =

> Sincerely,
> Jake Poteet
> =

> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev


This email and any attachments are intended for the sole use of the named r=
ecipient(s) and contain(s) confidential information that may be proprietary=
, privileged or copyrighted under applicable law. If you are not the intend=
ed recipient, do not read, copy, or forward this email message or any attac=
hments. Delete this email message and any attachments immediately.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-09 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-09 20:09 Making the Kernel Jacob Holladay Poteet
2008-06-09 20:22 ` Stephen Neuendorffer

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).