All of lore.kernel.org
 help / color / mirror / Atom feed
* runqemu?
@ 2012-02-18  0:14 Rich Pixley
  2012-02-18 11:52 ` runqemu? Gary Thomas
  2012-02-18 18:52 ` runqemu? Khem Raj
  0 siblings, 2 replies; 6+ messages in thread
From: Rich Pixley @ 2012-02-18  0:14 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

What do I need to do to be able to run core-image-minimal on 
Ubuntu-11.10 amd64?

--rich

cd /home/rich/projects/webos/openembedded-core && . ./oe-init-build-env 
&& runqemu qemux86

### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

Common targets are:
     core-image-minimal
     core-image-sato
     meta-toolchain
     meta-toolchain-sdk
     adt-installer
     meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86'


Continuing with the following parameters:
KERNEL: 
[/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/bzImage-qemux86.bin]
ROOTFS: 
[/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/core-image-minimal-qemux86.ext3]
FSTYPE: [ext3]
Setting up tap interface under sudo
Acquiring lockfile for tap0...
WARNING: distccd not present, no distcc support loaded.
Running qemu...
/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/qemu 
-kernel 
/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/bzImage-qemux86.bin 
-net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=no,downscript=no -hda 
/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/core-image-minimal-qemux86.ext3 
-show-cursor -usb -usbdevice wacom-tablet -vga vmware -enable-gl 
-no-reboot -m 128 --append "vga=0 root=/dev/hda rw mem=128M 
ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 "
Enabling opengl
Could not initialize SDL(No available video device) - exiting
Set 'tap0' nonpersistent
Releasing lockfile of preconfigured tap device 'tap0'




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

* Re: runqemu?
  2012-02-18  0:14 runqemu? Rich Pixley
@ 2012-02-18 11:52 ` Gary Thomas
  2012-02-21 18:29   ` runqemu? Rich Pixley
  2012-02-18 18:52 ` runqemu? Khem Raj
  1 sibling, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2012-02-18 11:52 UTC (permalink / raw)
  To: openembedded-devel

On 2012-02-17 17:14, Rich Pixley wrote:
> What do I need to do to be able to run core-image-minimal on Ubuntu-11.10 amd64?
>
> --rich
>
> cd /home/rich/projects/webos/openembedded-core && . ./oe-init-build-env && runqemu qemux86
>
> ### Shell environment set up for builds. ###
>
> You can now run 'bitbake <target>'
>
> Common targets are:
> core-image-minimal
> core-image-sato
> meta-toolchain
> meta-toolchain-sdk
> adt-installer
> meta-ide-support
>
> You can also run generated qemu images with a command like 'runqemu qemux86'
>
>
> Continuing with the following parameters:
> KERNEL: [/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/bzImage-qemux86.bin]
> ROOTFS: [/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/core-image-minimal-qemux86.ext3]
> FSTYPE: [ext3]
> Setting up tap interface under sudo
> Acquiring lockfile for tap0...
> WARNING: distccd not present, no distcc support loaded.
> Running qemu...
> /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/qemu -kernel
> /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/bzImage-qemux86.bin -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=no,downscript=no -hda
> /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/core-image-minimal-qemux86.ext3 -show-cursor -usb -usbdevice wacom-tablet -vga vmware -enable-gl
> -no-reboot -m 128 --append "vga=0 root=/dev/hda rw mem=128M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 "
> Enabling opengl
> Could not initialize SDL(No available video device) - exiting
> Set 'tap0' nonpersistent
> Releasing lockfile of preconfigured tap device 'tap0'

This looks like qemu couldn't find a [graphic] display to use.

Did you run this locally from a desktop environment?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: runqemu?
  2012-02-18  0:14 runqemu? Rich Pixley
  2012-02-18 11:52 ` runqemu? Gary Thomas
@ 2012-02-18 18:52 ` Khem Raj
  2012-02-21 18:32   ` runqemu? Rich Pixley
  1 sibling, 1 reply; 6+ messages in thread
From: Khem Raj @ 2012-02-18 18:52 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Feb 17, 2012 at 4:14 PM, Rich Pixley <rich.pixley@palm.com> wrote:
> /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/qemu

what does

ldd  /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/qemu

say ?



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

* Re: runqemu?
  2012-02-18 11:52 ` runqemu? Gary Thomas
@ 2012-02-21 18:29   ` Rich Pixley
  0 siblings, 0 replies; 6+ messages in thread
From: Rich Pixley @ 2012-02-21 18:29 UTC (permalink / raw)
  To: openembedded-devel

On 2/18/12 03:52 , Gary Thomas wrote:
> On 2012-02-17 17:14, Rich Pixley wrote:
>> What do I need to do to be able to run core-image-minimal on Ubuntu-11.10 amd64?
>>
>> --rich
>>
>> cd /home/rich/projects/webos/openembedded-core&&  . ./oe-init-build-env&&  runqemu qemux86
>>
>> ### Shell environment set up for builds. ###
>>
>> You can now run 'bitbake<target>'
>>
>> Common targets are:
>> core-image-minimal
>> core-image-sato
>> meta-toolchain
>> meta-toolchain-sdk
>> adt-installer
>> meta-ide-support
>>
>> You can also run generated qemu images with a command like 'runqemu qemux86'
>>
>>
>> Continuing with the following parameters:
>> KERNEL: [/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/bzImage-qemux86.bin]
>> ROOTFS: [/home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/core-image-minimal-qemux86.ext3]
>> FSTYPE: [ext3]
>> Setting up tap interface under sudo
>> Acquiring lockfile for tap0...
>> WARNING: distccd not present, no distcc support loaded.
>> Running qemu...
>> /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/qemu -kernel
>> /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/bzImage-qemux86.bin -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=no,downscript=no -hda
>> /home/rich/projects/webos/openembedded-core/build/tmp-eglibc/deploy/images/core-image-minimal-qemux86.ext3 -show-cursor -usb -usbdevice wacom-tablet -vga vmware -enable-gl
>> -no-reboot -m 128 --append "vga=0 root=/dev/hda rw mem=128M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 "
>> Enabling opengl
>> Could not initialize SDL(No available video device) - exiting
>> Set 'tap0' nonpersistent
>> Releasing lockfile of preconfigured tap device 'tap0'
> This looks like qemu couldn't find a [graphic] display to use.
>
> Did you run this locally from a desktop environment?
Er... no.  I can't.  I have only X11 access.

--rich



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

* Re: runqemu?
  2012-02-18 18:52 ` runqemu? Khem Raj
@ 2012-02-21 18:32   ` Rich Pixley
  2012-02-21 21:22     ` runqemu? Rich Pixley
  0 siblings, 1 reply; 6+ messages in thread
From: Rich Pixley @ 2012-02-21 18:32 UTC (permalink / raw)
  To: openembedded-devel

Hm.  Runs for me this morning.  Maybe I had an X11 rendezvous problem 
previously.

Sorry for the distraction.

--rich



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

* Re: runqemu?
  2012-02-21 18:32   ` runqemu? Rich Pixley
@ 2012-02-21 21:22     ` Rich Pixley
  0 siblings, 0 replies; 6+ messages in thread
From: Rich Pixley @ 2012-02-21 21:22 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Looks like I wrote too soon.  I'm getting an X11 window now, but the 
keyboard seems to be hopelessly scrambled.  Entering <return> is echoed 
as a capital J, for instance.

So I'm still trying to figure out how to get qemu running.  Any suggestions?

--rich





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

end of thread, other threads:[~2012-02-21 21:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-18  0:14 runqemu? Rich Pixley
2012-02-18 11:52 ` runqemu? Gary Thomas
2012-02-21 18:29   ` runqemu? Rich Pixley
2012-02-18 18:52 ` runqemu? Khem Raj
2012-02-21 18:32   ` runqemu? Rich Pixley
2012-02-21 21:22     ` runqemu? Rich Pixley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.