public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Niklaus Giger <niklaus.giger@member.fsf.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] How do I boot VxWorks (6.3) image with u-boot 1.1.3 :: mkimage entry point and address ?
Date: Thu, 30 Nov 2006 21:17:50 +0100	[thread overview]
Message-ID: <ekne9c$8tb$1@sea.gmane.org> (raw)
In-Reply-To: B9D56A48380DF34CA0922A7C2450D4797B2ED5@itnmail1.itnes.com

Chaffin, Michael wrote:

> I have a working system, PowerPC embedded in Xilinx Virtex II Pro, that
> does boot into Linux using u-boot 1.1.3; but I need to load a VxWorks
> (6.3) image and boot from that. I have read the documentation, but I
> don't know what my entry point for mkimage to use, sysInit( )? What
> should my load address be?

You have to pass as address the entry point of the vxworks kernel.
On my PPC405 board I had no problem with the following steps
I have in my config.h a
    RAM_LOW_ADRS       = 00010000 ;
I did no call mkImage for my vxWorks (5.5.1), but copied it directly into
the ram
at an address which does not conflict with my RAM_LOW_ADRS
e.g. loadb 0x00200000 then I call
bootm 0x00010000 ;

On the Yosemite PPC440EP evaluation board, my vxWorks (6.3) hangs too. I had
not yet a chance to figure out why, but I think there might be some
differences into how the HW is mapped into the memory space. 

Best regards

Niklaus Giger

  reply	other threads:[~2006-11-30 20:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-30 17:59 [U-Boot-Users] How do I boot VxWorks (6.3) image with u-boot 1.1.3 :: mkimage entry point and address ? Chaffin, Michael
2006-11-30 20:17 ` Niklaus Giger [this message]
2006-11-30 20:52 ` Stefan Roese

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='ekne9c$8tb$1@sea.gmane.org' \
    --to=niklaus.giger@member.fsf.org \
    --cc=u-boot@lists.denx.de \
    /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