TipsAndTricks/RunningQemuOnMacOSX: Difference between revisions

From Yocto Project
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:


  - keyboard mapping will be incorrect for all builds (core-image-minimal, core-image-sato)
  - keyboard mapping will be incorrect for all builds (core-image-minimal, core-image-sato)
  - for images without a GUI, you can also use the 'nographic' option
  - for images without a GUI, you can also use the 'nographic' option:
     runqemu nographic qemux86 core-image-minimal
     runqemu nographic qemux86 core-image-minimal

Revision as of 20:39, 27 September 2016

If you'd like to forward X11 from a build machine to a machine running OSX, you'll need to install XQuartz.

Sadly the keyboard mapping will be incorrect. To solve this simply add these qemu params to your runqemu command:

runqemu qemuparams="-k en-us" qemux86

A couple of notes:

- keyboard mapping will be incorrect for all builds (core-image-minimal, core-image-sato)
- for images without a GUI, you can also use the 'nographic' option:
    runqemu nographic qemux86 core-image-minimal