Talk:How to run OpenMoko Apps on PC

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Use Qemu)
m
Line 1: Line 1:
What about running apps under an emulator instead of building them for the PC ?  Ideally use the OE stuff to build a diskimage and point the emulator at that to 'boot' off of and run, etc.
+
Question: What about running apps under an emulator instead of building them for the PC ?  Ideally use the OE stuff to build a diskimage and point the emulator at that to 'boot' off of and run, etc.
  
== Use Qemu ==
+
Answer: That's what Qemu is for. Use OpenEmbedded to produce openmoko-devel-image for MACHINE = "qemuarm".
 
+
That's what Qemu is for. Use OpenEmbedded to produce openmoko-devel-image for MACHINE = "qemuarm".
+

Revision as of 22:30, 14 February 2007

Question: What about running apps under an emulator instead of building them for the PC ? Ideally use the OE stuff to build a diskimage and point the emulator at that to 'boot' off of and run, etc.

Answer: That's what Qemu is for. Use OpenEmbedded to produce openmoko-devel-image for MACHINE = "qemuarm".

Personal tools

What about running apps under an emulator instead of building them for the PC ? Ideally use the OE stuff to build a diskimage and point the emulator at that to 'boot' off of and run, etc.

Use Qemu

That's what Qemu is for. Use OpenEmbedded to produce openmoko-devel-image for MACHINE = "qemuarm".