* [Qemu-devel] Rockbox Emulation
@ 2008-05-23 4:38 Taylor Killian
2008-05-23 8:38 ` Salil Bijur
2008-05-23 12:31 ` Paul Brook
0 siblings, 2 replies; 3+ messages in thread
From: Taylor Killian @ 2008-05-23 4:38 UTC (permalink / raw)
To: qemu-devel
As part of Google Summer of Code (http://code.google.com/soc/) I have
been chosen (by rockbox [http://www.rockbox.org]) to improve ARM
virtualization. I believe that QEMU has come the farthest in this
field (correct me if I'm wrong). Basically I intend to add more
hardware support for things like the LCD, ATA Controller, and other
things that could be found on an mp3 player. My goal is to be able to
run rockbox through QEMU as if it were running on the mp3 player
itself, and also to be able to run the proprietary OS on it also.
I have tried to run rockbox on QEMU just to see how far it would get.
So far all it does is show a blank screen (I have confirmed that the
arm-test works correctly). So I am wondering if the kernel is actually
running or not. Is it possible that it is running, but not displaying
anything because it is not emulating the correct LCD?
Anyways, thanks for reading. Please let me know if you have any advice
for me. I'll be happy to keep you informed on my progress,
Taylor Killian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Rockbox Emulation
2008-05-23 4:38 [Qemu-devel] Rockbox Emulation Taylor Killian
@ 2008-05-23 8:38 ` Salil Bijur
2008-05-23 12:31 ` Paul Brook
1 sibling, 0 replies; 3+ messages in thread
From: Salil Bijur @ 2008-05-23 8:38 UTC (permalink / raw)
To: qemu-devel
On Fri, May 23, 2008 at 10:08 AM, Taylor Killian
<taylor.killian@gmail.com> wrote:
> As part of Google Summer of Code (http://code.google.com/soc/) I have
> been chosen (by rockbox [http://www.rockbox.org]) to improve ARM
> virtualization. I believe that QEMU has come the farthest in this
> field (correct me if I'm wrong). Basically I intend to add more
> hardware support for things like the LCD, ATA Controller, and other
> things that could be found on an mp3 player. My goal is to be able to
> run rockbox through QEMU as if it were running on the mp3 player
> itself, and also to be able to run the proprietary OS on it also.
>
> I have tried to run rockbox on QEMU just to see how far it would get.
> So far all it does is show a blank screen (I have confirmed that the
> arm-test works correctly). So I am wondering if the kernel is actually
> running or not. Is it possible that it is running, but not displaying
> anything because it is not emulating the correct LCD?
>
> Anyways, thanks for reading. Please let me know if you have any advice
> for me. I'll be happy to keep you informed on my progress,
>
> Taylor Killian
>
>
Hi,
Firstly I think what you need here is full system emulation using
qemu-system-arm. You will need to select an ARM machine (versatile,
integrator, realview, etc.) and decide which OS to run.
The kernel wont run if you aren't running qemu-system-arm with the
-kernel option.
Salil
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Rockbox Emulation
2008-05-23 4:38 [Qemu-devel] Rockbox Emulation Taylor Killian
2008-05-23 8:38 ` Salil Bijur
@ 2008-05-23 12:31 ` Paul Brook
1 sibling, 0 replies; 3+ messages in thread
From: Paul Brook @ 2008-05-23 12:31 UTC (permalink / raw)
To: qemu-devel; +Cc: Taylor Killian
> I have tried to run rockbox on QEMU just to see how far it would get.
> So far all it does is show a blank screen (I have confirmed that the
> arm-test works correctly). So I am wondering if the kernel is actually
> running or not. Is it possible that it is running, but not displaying
> anything because it is not emulating the correct LCD?
Your kernel must match the machine it is running on. So you need to either
rebuild you kernel for one of the machines that qemu emulates, or teach qemu
how to emulate whatever board you kernel is configured for.
Unlike PCs, There's no such thing as a "standard" arm machine. They're all
different.
Paul
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-23 12:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23 4:38 [Qemu-devel] Rockbox Emulation Taylor Killian
2008-05-23 8:38 ` Salil Bijur
2008-05-23 12:31 ` Paul Brook
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).