From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6399FE0120C for ; Wed, 5 Dec 2012 06:46:39 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id qB5EkbKs014635 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 5 Dec 2012 06:46:37 -0800 (PST) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.318.4; Wed, 5 Dec 2012 06:46:35 -0800 Message-ID: <50BF5E45.7010100@windriver.com> Date: Wed, 5 Dec 2012 09:46:29 -0500 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Elvis Dowson References: <1354713685799908500@schweigstill.de> <96350C20-3499-4549-9B3F-DA51BF2875D7@gmail.com> In-Reply-To: <96350C20-3499-4549-9B3F-DA51BF2875D7@gmail.com> Cc: yocto@yoctoproject.org Subject: Re: mail list for Xilinx Zynq platform? 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: Wed, 05 Dec 2012 14:46:39 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-12-05 09:42 AM, Elvis Dowson wrote: > Hi, > > On Dec 5, 2012, at 5:21 PM, Andreas Schweigstill wrote: > >> I have also tried to build a kernel and root filesystem for Zynq but the kernel >> gets stuck when booting, regardless if on the ZC702 board or on Qemu. I tried >> Poky denzil and Poky danny. >> >> Also the alternate meta-zynq layer from git.yoctoproject.org shows the same >> behaviour. >> >> These are the last console messages which I get: >> ## Booting kernel from Legacy Image at 01000000 ... >> Image Name: Linux-3.2.11-yocto-standard >> Created: 2012-12-04 20:07:37 UTC >> Image Type: ARM Linux Kernel Image (uncompressed) >> Data Size: 2997472 Bytes = 2.9 MiB >> Load Address: 00008000 >> Entry Point: 00008000 >> Verifying Checksum ... OK >> ## Flattened Device Tree blob at 01a80000 >> Booting using the fdt blob at 0x1a80000 >> Loading Device Tree to 0eff8000, end 0efff185 ... OK >> Loading Kernel Image ... OK >> OK >> Loading Device Tree to 0efed000, end 0eff7185 ... OK >> >> Starting kernel ... >> >> >> Instead of using Linux kernel version 3.5-xilinx I always get >> Linux-3.2.11-yocto-standard which is obviously missing the >> Zynq patches. >> >> meta-zynq/recipes-kernel-linux-zynq contains the following lines: >> LINUX_VERSION ?= "3.5" >> LINUX_VERSION_EXTENSION ?= "-xilinx" >> >> How can I force Yocto to build kernel 3.5-xilinx? >> > > From you messages, I infer that you are using the meta-zynq layer > located here: > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-zynq/ > > For my builds, I used Philip Ballister's meta-zynq layer located here > for the simple reason that it uses xilinx git repository: > > https://github.com/balister/meta-zynq And in case anyone is wondering, efforts are (still) underway to get a single unified layer for this board (and others), but getting all the moving parts organized is taking a bit longer than expected or than we would like. Cheers, Bruce > > Also, try to ensure that you don't put both the meta-layers in your bblayers.conf file > while building, and ensure that you set machine as follows in your local.conf file > > MACHINE ?= "zynq-zc702" > > Do let me know how it goes! > > Best regards, > > Elvis Dowson > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto >