qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Using QEMU for embedded systems


From: Waqqas Jabbar
Subject: Re: [Qemu-devel] Using QEMU for embedded systems
Date: Thu, 17 Feb 2005 00:36:26 -0800 (PST)

The bare basic needed for an embedded system is to
emulate the following devices
1) one serial port
2) flash
3) ram

an aditional network card is also good (for tftp and
nfs mounted kernel and/or root filesystem). The main
difference between different board is the address
where these devices are mapped. 

The only thing missing in qemu is the flash device
support. how did u handled it? 

The size and memory location of these devices can be
set thru a configuration file or as command-line
parameter.

Did the new instructions that you added were required
to boot linux on your board or was it required by the
software you are developing on that board?

waqqas

--- Peter Korsgaard <address@hidden> wrote:

> >>>>> "Waqqas" == Waqqas Jabbar
> <address@hidden> writes:
>  Waqqas> I was thinking if qemu can emulate a
> complete PC, then it
>  Waqqas> might be a good canditate to use in
> embedded system
>  Waqqas> development to emulate a board. What do you
> think about it.
> 
> I have been playing a bit around with that as well.
> I have modified
> the PPC prep target to match one of our embedded
> systems (IBM405
> based).  
> 
> It's pretty basic, but I do get the first text out
> on the serial port
> ;) - I'll need to implement some 40x specific
> instructions to continue.
> 
> -- 
> Bye, Peter Korsgaard
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

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