qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu arm with non-linux image
@ 2010-10-21  1:34 Nathan Fain
  2010-10-21  5:49 ` Mulyadi Santosa
  2010-10-21 16:35 ` Stefan Weil
  0 siblings, 2 replies; 3+ messages in thread
From: Nathan Fain @ 2010-10-21  1:34 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]



Is it possible to use qemu with a arm raw image from an embedded device? The device does not use linux. Any links to documentation or general knowledge I can search with appreciated.  

thanks
 		 	   		  

[-- Attachment #2: Type: text/html, Size: 420 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] qemu arm with non-linux image
  2010-10-21  1:34 [Qemu-devel] qemu arm with non-linux image Nathan Fain
@ 2010-10-21  5:49 ` Mulyadi Santosa
  2010-10-21 16:35 ` Stefan Weil
  1 sibling, 0 replies; 3+ messages in thread
From: Mulyadi Santosa @ 2010-10-21  5:49 UTC (permalink / raw)
  To: Nathan Fain; +Cc: qemu-devel

On Thu, Oct 21, 2010 at 08:34, Nathan Fain <cyphunk@live.com> wrote:
> Is it possible to use qemu with a arm raw image from an embedded device? The
> device does not use linux. Any links to documentation or general knowledge I
> can search with appreciated.


I just humbly think it is likely possible...after all, Qemu never said
it is just for Linux based platform.....except for user mode
emulation.


-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] qemu arm with non-linux image
  2010-10-21  1:34 [Qemu-devel] qemu arm with non-linux image Nathan Fain
  2010-10-21  5:49 ` Mulyadi Santosa
@ 2010-10-21 16:35 ` Stefan Weil
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Weil @ 2010-10-21 16:35 UTC (permalink / raw)
  To: Nathan Fain; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 874 bytes --]

Am 21.10.2010 03:34, schrieb Nathan Fain:
> Is it possible to use qemu with a arm raw image from an embedded 
> device? The device does not use linux. Any links to documentation or 
> general knowledge I can search with appreciated.
>
> thanks

Maybe. It depends on the emulated arm platform (qemu supports several of 
them)
load address and other factors.

The code is the documentation. Images are loaded from code in hw/arm_boot.c.
There you can see that qemu supports elf, u-boot and raw images.
Raw images are assumed to be linux images. That's the image loaded by the
"-kernel" parameter.

Depending on the platform, it is also possible to load (boot) roms.

Try parameter "-d in_asm" to see (in file /tmp/qemu) what qemu does
with your raw code.

If you are a programmer and willing to spend (a lot of) time,
the answer to your question is yes.

Cheers,
Stefan Weil


[-- Attachment #2: Type: text/html, Size: 1370 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-21 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21  1:34 [Qemu-devel] qemu arm with non-linux image Nathan Fain
2010-10-21  5:49 ` Mulyadi Santosa
2010-10-21 16:35 ` Stefan Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).