All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: valpassing <valpassing@gmail.com>
Subject: Re: [Qemu-devel] how to run .bin file in Qemu LM3S6965EVB emulation?
Date: Tue, 15 Apr 2008 14:13:44 +0100	[thread overview]
Message-ID: <200804151413.44980.paul@codesourcery.com> (raw)
In-Reply-To: <f9c911e10804142030yc0052f5r7deaf244c6c3e718@mail.gmail.com>

On Tuesday 15 April 2008, valpassing wrote:
> Hi,
>
> I've build a .bin file for LM3S6965EVB board. If I have a real one, I
> need to burn this bin file into flash. Under  qemu, what I should do
> to run this .bin file?

Create a raw binary image (objcopy -O binary) and load that with the -kernel 
option. The ELF loader is currently a bit busted, it uses VMA, not LMA.

Paul

      reply	other threads:[~2008-04-15 13:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-15  3:30 [Qemu-devel] how to run .bin file in Qemu LM3S6965EVB emulation? valpassing
2008-04-15 13:13 ` Paul Brook [this message]

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=200804151413.44980.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.org \
    --cc=valpassing@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.