From: Scott Garman <scott.a.garman@intel.com>
To: sachin kumar <sachinsomeone@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Using poky qemy for powerpc
Date: Wed, 24 Nov 2010 19:22:26 -0800 [thread overview]
Message-ID: <4CEDD672.3090005@intel.com> (raw)
In-Reply-To: <AANLkTim3nRy+F=kUD_FzhhcyiGD1C=P1m8hes4-nMBJn@mail.gmail.com>
On 11/24/2010 06:30 PM, sachin kumar wrote:
> Hello Scott:
>
> I want to run linux on powerpc on qemu. My host machine is running Fedora13.
>
> For that i have downloaded following from yocto project website.
>
> Disk Image: yocto-image-minimal-qemuppc-0.9.rootfs.ext3
> Kernel Image : zImage-2.6.34-qemuppc-0.9.bin
> Toolchain: yocto-eglibc-i586-powerpc-toolchain-sdk-0.9.tar.bz2
>
> I have installed toolchain in /opt/poky
>
> I have also copied Disk "yocto-image-minimal-qemuppc-0.9.rootfs.ext3"
> and "Kernel Image : zImage-2.6.34-qemuppc-0.9.bin" in the /opt/poky
> directory
>
>
> To run qemu i am using following commands
>
>
> [sachin@sachinlinux poky]$ source environment-setup-ppc603e-poky-linux
>
>
> [sachin@sachinlinux poky]$ poky-qemu qemuppc
> zImage-2.6.34-qemuppc-0.9.bin yocto-image-minimal-qemuppc-0.9.rootfs.ext3
> In order for this script to dynamically infer paths
> to kernels or filesystem images, you either need
> bitbake in your PATH or to source poky-init-build-env
> before running this script
>
>
> So i am not able to run poky-qemu command.
Hi Sachin,
You are missing the filesystem type argument. Please add ext3 to the
argument list:
poky-qemu qemuppc zImage-2.6.34-qemuppc-0.9.bin
yocto-image-minimal-qemuppc-0.9.rootfs.ext3 ext3
HTH,
Scott
--
Scott Garman
Embedded Linux Distro Engineer - Yocto Project
next prev parent reply other threads:[~2010-11-25 3:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-24 16:26 Using poky qemy for powerpc sachin kumar
2010-11-24 21:20 ` Scott Garman
[not found] ` <4CED8155.1090904@intel.com>
2010-11-25 2:30 ` sachin kumar
2010-11-25 3:18 ` Zhang, Jessica
2010-11-25 3:22 ` Scott Garman [this message]
2010-11-25 16:14 ` sachin kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CEDD672.3090005@intel.com \
--to=scott.a.garman@intel.com \
--cc=sachinsomeone@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.