QEMU command line

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(I had a lot of confuse to figure out where on the world this 'qemu command line' is.)
 
Line 1: Line 1:
The actual command line for starting the emulator may not be obvious if you use [[MokoMakefile]] command ''make run-qemu'' (or similar) to start it. However it is immediately visible in the Makefile in the root folder. If you need to start QEMU with options other than default, one of the ways is simply to create a new target, copy-pasting the ''run-qemu'', later changing the target name (for instance ''run-qemu'') and editing the options.
+
The actual command line for starting the emulator may not be obvious if you use [[MokoMakefile]] command ''make run-qemu'' (or similar) to start it. However it is immediately visible in the Makefile in the root folder. If you need to start QEMU with options other than default, one of the ways is simply to create a new target, copy-pasting the ''run-qemu'', later changing the target name (for instance, into ''run-qemu-tty'') and editing the options.
  
 
[[Category:Developer software]]
 
[[Category:Developer software]]

Revision as of 12:07, 2 January 2008

The actual command line for starting the emulator may not be obvious if you use MokoMakefile command make run-qemu (or similar) to start it. However it is immediately visible in the Makefile in the root folder. If you need to start QEMU with options other than default, one of the ways is simply to create a new target, copy-pasting the run-qemu, later changing the target name (for instance, into run-qemu-tty) and editing the options.

Personal tools

The actual command line for starting the emulator may not be obvious if you use MokoMakefile command make run-qemu (or similar) to start it. However it is immediately visible in the Makefile in the root folder. If you need to start QEMU with options other than default, one of the ways is simply to create a new target, copy-pasting the run-qemu, later changing the target name (for instance run-qemu) and editing the options.