qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] RE: Qemu-devel Digest, Vol 37, Issue 54


From: Schwarz, Konrad
Subject: [Qemu-devel] RE: Qemu-devel Digest, Vol 37, Issue 54
Date: Thu, 20 Apr 2006 13:13:57 +0200

> Date: Tue, 18 Apr 2006 21:54:42 +0200
> From: Stefan Weil <address@hidden>
> Subject: [Qemu-devel] Flash simulation
> To: address@hidden
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> A typical embedded system (and also most standard PCs) 
> contains flash memory. Full system emulation should also 
> emulate flash behaviour - not only read accesses but also 
> flash type discovery and flash programming.
> 
> Is there an easy way to realise flash memory emulation with 
> Qemu? Must I write this emulation from scratch?
> Hints how this might be done are welcome.

The QEMU memory interface is capable of supporting Flash emulation.
As far as I know, no ready solutions exist, so you need to do this from
scratch.

The data sheet of the Flash device you want to emulate documents the
commands the
device understands.  You need to implement the finite state machine
which interprets those commands.

A high-fidelity emulation will also simulate Flash erase and programming
times.

Regards,

Konrad Schwarz




reply via email to

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