From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from a2s40.a2hosting.com (a2s40.a2hosting.com [216.119.135.130]) by mx1.pokylinux.org (Postfix) with ESMTP id 3E8774C80815 for ; Sun, 14 Nov 2010 18:05:24 -0600 (CST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=fosstel.com; h=Received:Message-ID:Date:From:Organization:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=WbEGFa1hpW2s8ifFFia0WwfBXtkLbGYrSGQK6vsRwB7VOFfXrT10MKf8zUl7ZEcUWilClYN9KePRtjdD3+BaLkIRbG3U7ehTRf1I0TPjfUePwbEGyE28so8RLFjH7RiX; Received: from cpe0014d14df253-cm001e6b1a7260.cpe.net.cable.rogers.com ([99.224.55.53] helo=[192.168.1.10]) by a2s40.a2hosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PHmZW-0006G0-Rn; Sun, 14 Nov 2010 19:05:23 -0500 Message-ID: <4CE07943.9080204@fosstel.com> Date: Sun, 14 Nov 2010 19:05:23 -0500 From: "Pedro I. Sanchez" Organization: FOSSTel Engineering Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: "Zhang, Jessica" References: <4CE042CA.1000809@fosstel.com> In-Reply-To: X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a2s40.a2hosting.com X-AntiAbuse: Original Domain - yoctoproject.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - fosstel.com Cc: Yocto Project Discussion Subject: Re: bitbake problems when testing pre-built images X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 00:05:24 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thank you Jessica, it worked. May I suggest to update the wiki? As written, the instructions there do not work, at least for the section "Using Pre-Built Binaries and QEMU". Thanks again, -- Pedro On 10-11-14 04:20 PM, Zhang, Jessica wrote: > Pedro I. Sanchez wrote: >> Hello, >> >> I'm starting to play with Yocto and the first thing I want to do is to >> run pre-built images to get a feeling for the system. Unfortunately >> I'm getting errors when running the poky-qemu command. My host >> machine is Ubuntu 10.04. >> >> I'm following the Wiki instructions at >> http://www.yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html. >> >> The section "Using Pre-Built Binaries and QEMU" lists three steps to >> follow in order to test pre-built images, steps which I'm executing as >> follows after downloading the following arm-target files: >> >> yocto-eglibc-i586-arm-toolchain-sdk-0.9.tar.bz2 >> zImage-2.6.34-qemuarm-0.9.bin >> yocto-image-minimal-qemuarm-0.9.rootfs.tar.bz2 > > Please download yocto-image-minimal-qemuarm-0.9.rootfs.ext3 > >> >> and installing the toolchain with: >> >> $ sudo tar xjf yocto-eglibc-i586-arm-toolchain-sdk-0.9.tar.bz2 -C / >> $ source /opt/poky/environment-setup-armv5te-poky-linux-gnueabi >> >> The final step is supposed to be to run the poky-emu command but I get >> the following error: >> >> $ poky-qemu zImage-2.6.34-qemuarm-0.9.bin >> yocto-image-minimal-qemuarm-0.9.rootfs.tar > > The command should be > $poky-qemu qemuarm zImage-2.6.34-qemuarm-0.9.bin > yocto-image-minimal-qemuarm-0.9.rootfs.ext3 ext3 > > Hope this should get you going... > > - Jessica