From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id F04F5E009D9; Mon, 11 May 2015 05:42:01 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [157.56.111.148 listed in list.dnswl.org] * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bon0148.outbound.protection.outlook.com [157.56.111.148]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 47F4FE009D4 for ; Mon, 11 May 2015 05:41:57 -0700 (PDT) Received: from BN3PR03MB1367.namprd03.prod.outlook.com (10.163.34.153) by BN3PR03MB1368.namprd03.prod.outlook.com (10.163.34.154) with Microsoft SMTP Server (TLS) id 15.1.154.19; Mon, 11 May 2015 12:41:55 +0000 Received: from BN3PR03MB1367.namprd03.prod.outlook.com ([10.163.34.153]) by BN3PR03MB1367.namprd03.prod.outlook.com ([10.163.34.153]) with mapi id 15.01.0160.009; Mon, 11 May 2015 12:41:56 +0000 From: "zhenhua.luo@freescale.com" To: "Ruiz Ramos, Daniel Norberto" , "meta-freescale@yoctoproject.org" Thread-Topic: running qemu on x86 to emulate t2080 (e6500 cores) Thread-Index: AdCL36u0ec8BLTs5Rg+Q8FyzXCiXGAAB+IYQ Date: Mon, 11 May 2015 12:41:55 +0000 Message-ID: References: <5BA00E0F7591B04FB7D7BE67EEB85FDFC1FA0D@MADARRMAILBOX03.indra.es> In-Reply-To: <5BA00E0F7591B04FB7D7BE67EEB85FDFC1FA0D@MADARRMAILBOX03.indra.es> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: indra.es; dkim=none (message not signed) header.d=none; x-originating-ip: [192.88.168.34] x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN3PR03MB1368; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:BN3PR03MB1368; BCL:0; PCL:0; RULEID:; SRVR:BN3PR03MB1368; x-forefront-prvs: 05739BA1B5 x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(6009001)(53754006)(377454003)(51704005)(5001960100002)(107886002)(87936001)(2656002)(19580395003)(62966003)(40100003)(5890100001)(77156002)(99286002)(5001770100001)(122556002)(92566002)(2501003)(2900100001)(74316001)(76176999)(54356999)(86362001)(50986999)(102836002)(77096005)(189998001)(33656002)(76576001)(46102003)(19580405001)(15975445007)(2950100001)(555904002)(66066001); DIR:OUT; SFP:1102; SCL:1; SRVR:BN3PR03MB1368; H:BN3PR03MB1367.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-originalarrivaltime: 11 May 2015 12:41:55.2636 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN3PR03MB1368 Subject: Re: running qemu on x86 to emulate t2080 (e6500 cores) X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 12:42:02 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello Daniel,=20 Currently the x86 host QEMU emulation of QorIQ targets are not supported. Q= orIQ SDK can support the QorIQ boards QEMU emulation on target boards.=20 Best Regards, Zhenhua > -----Original Message----- > From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale- > bounces@yoctoproject.org] On Behalf Of Ruiz Ramos, Daniel Norberto > Sent: Monday, May 11, 2015 7:43 PM > To: meta-freescale@yoctoproject.org > Subject: [meta-freescale] running qemu on x86 to emulate t2080 (e6500 cor= es) >=20 > Hello All, > My name is Daniel and this is my first post here. >=20 > Im trying to emulate a T2080RDB for testing images generated with bitbake= , but > I have not luck with it. I couldn't find any qemu that support -cpu e6500= option. > I've tried compiling qemu from source, and even all qemus that there are = in my > yocto project build. > All qemu says the same: >=20 > $ ./qemu-system-ppc64 -machine ppce500 -cpu e6500 Unable to initialize CP= U! >=20 >=20 > =BFDoes anybody knows if the new cpu of Freescale is not supported? >=20 > Daniel. >=20 >=20 > Este correo electr=F3nico y, en su caso, cualquier fichero anexo al mismo= , > contiene informaci=F3n de car=E1cter confidencial exclusivamente dirigida= a su > destinatario o destinatarios. Si no es vd. el destinatario indicado, qued= a > notificado que la lectura, utilizaci=F3n, divulgaci=F3n y/o copia sin aut= orizaci=F3n est=E1 > prohibida en virtud de la legislaci=F3n vigente. En el caso de haber reci= bido este > correo electr=F3nico por error, se ruega notificar inmediatamente esta > circunstancia mediante reenv=EDo a la direcci=F3n electr=F3nica del remit= ente. > Evite imprimir este mensaje si no es estrictamente necesario. >=20 > This email and any file attached to it (when applicable) contain(s) confi= dential > information that is exclusively addressed to its recipient(s). If you are= not the > indicated recipient, you are informed that reading, using, disseminating = and/or > copying it without authorisation is forbidden in accordance with the legi= slation > in effect. If you have received this email by mistake, please immediately= notify > the sender of the situation by resending it to their email address. > Avoid printing this message if it is not absolutely necessary. > -- > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale