qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] how to run .bin file in Qemu LM3S6965EVB emulation?


From: Paul Brook
Subject: Re: [Qemu-devel] how to run .bin file in Qemu LM3S6965EVB emulation?
Date: Tue, 15 Apr 2008 14:13:44 +0100
User-agent: KMail/1.9.9

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 via email to

[Prev in Thread] Current Thread [Next in Thread]