From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f44.google.com (mail-yh0-f44.google.com [209.85.213.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E79A2E00851 for ; Tue, 21 Jan 2014 13:57:50 -0800 (PST) Received: by mail-yh0-f44.google.com with SMTP id f73so2118653yha.31 for ; Tue, 21 Jan 2014 13:57:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=lEMxrZkxIoZIAQTy7bJ23Sx1QfYfh9QeFTkWR44jpW0=; b=t6VIoLjMMHrEbZgL/lXe0N3sgHm0jeC5cEASRkkPSCRcrZpmnPJVTnrugwdewrB2XX aEBaaToSzGiJt2p2XnaKw48PYx+1am33UBudlRsAFsPJvloGNbw8Axt/p5xrxAQcIgt4 IGQLjpSYSl6mL34my2nCLMWgl8zzkKkr0jnpehIgu+xbNvTEgGBc4kF7nb9gIQUxRYDu nQJdrdu8xmxZ7uyjUcQ6ahmkL5NmE6EzZveP2Y0RS9N0asPYlM75ydy1DxzEVidC5aao RHpd1RJF7HUyDb+AwjtNu5EXfRatMrWZLOyh7n0N4AqeKtdIXnhT+GgO80xUrWXFmQXm ZKvw== X-Received: by 10.236.129.198 with SMTP id h46mr25782198yhi.17.1390341469575; Tue, 21 Jan 2014 13:57:49 -0800 (PST) Received: from goober.local ([75.76.20.151]) by mx.google.com with ESMTPSA id 23sm16962991yhj.5.2014.01.21.13.57.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 21 Jan 2014 13:57:49 -0800 (PST) Message-ID: <52DEED5C.6070401@gmail.com> Date: Tue, 21 Jan 2014 15:57:48 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: In-Reply-To: Subject: Re: Yocto Qt5 Integration for Wandboard - Kernel Panic 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: Tue, 21 Jan 2014 21:57:53 -0000 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Jay,

On 1/19/14 3:21 PM, Jay Cady wrote:
Hi,

I'm trying to integrate Qt5 with Yocto on the Wandboard Dual (i.MX6).  I've been following these two tutorials:


The problem occurs when I am ready to bitbake the meta-qt5 recipe into the core-image-minimal.  I add the recommended features to the local.conf and remove the x11 and wayland components in order to get the eglfs drivers.  Then I bitbake core-image-minimal, the bitbake succeeds fine.  I then run a dd command to write the core-image-minimal-wandboard-dual.sdcard to my sdcard.
I was curious so I tried replicating those steps and was able to get it to fail on my Wandboard Dual immediately.

There are a LOT of packages added to the image, so I figured that one of them was somehow causing the problem.  I started binary searching.  After 9 iterations of including/excluding packages from the build, I found that GIT of all things was causing the kernel panic.  If you exclude git, then you get a successful boot.

That is just weird.  I don't have the time to figure out why this is, but I hope that this helps you.

John

Finally, upon inserting the sdcard into my wandboard, I boot it up and view the output through serial.  The boot fails with a "Kernel panic - not syncing: No init found.".

Here is the log of the first boot: http://pastebin.com/gr8LpMRU
And here is the log of when the board is reset: http://pastebin.com/eauuw3Q2

Does anyone have any idea why this is happening and how I can fix it?

Thank you!


_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale