From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tinyArch.localdomain (unknown [78.110.170.148]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 36CD3E00307 for ; Thu, 9 Feb 2012 08:11:47 -0800 (PST) Received: from [192.168.0.29] (unknown [195.171.99.130]) by tinyArch.localdomain (Postfix) with ESMTPSA id 9C6D0280A4 for ; Thu, 9 Feb 2012 15:37:17 +0000 (GMT) Message-ID: <4F33F01E.2000601@communistcode.co.uk> Date: Thu, 09 Feb 2012 16:11:10 +0000 From: Jack Mitchell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120205 Thunderbird/10.0 MIME-Version: 1.0 To: meta-ti@yoctoproject.org Subject: Beaglebone kernel/u-boot/userspace X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Mailing list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2012 16:11:47 -0000 Content-Type: multipart/alternative; boundary="------------060100090309030203000103" --------------060100090309030203000103 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In light of the recent discussions today, I have been spurred into having another go at getting my beaglebone working with poky/yocto. Instead of adding a whole layer I cherry picked out the important bits (mainly the kernel package and u-boot) and got a build that would complete. Upon, trying to boot my beaglebone I recieve the following error: INIT: version 2.88 booting Starting udevtar: short read Starting Bootlog daemon: bootlogd: cannot deduce real console device bootlogd. [ 4.050198] EXT4-fs (mmcblk0p2): re-mounted. Opts: user_xattr,barrier=1,data=ordered ln: /var/run/ld.so.cache: No such file or directory Configuring network interfaces... ifup: can't open '/var/run/ifstate': No such file or directory done. Thu Feb 9 15:34:00 UTC 2012 [Halts here - will go no further and non-interactive] Is this an issue with my userspace setup, my u-boot setup or indeed the kernel itself? A point in the right direction would be much appreciated. Cheers all, I have been enjoying the discussions today. Jack. --------------060100090309030203000103 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit In light of the recent discussions today, I have been spurred into having another go at getting my beaglebone working with poky/yocto. Instead of adding a whole layer I cherry picked out the important bits (mainly the kernel package and u-boot) and got a build that would complete.

Upon, trying to boot my beaglebone I recieve the following error:

INIT: version 2.88 booting
Starting udevtar: short read

Starting Bootlog daemon: bootlogd: cannot deduce real console device
bootlogd.
[    4.050198] EXT4-fs (mmcblk0p2): re-mounted. Opts: user_xattr,barrier=1,data=ordered
ln: /var/run/ld.so.cache: No such file or directory
Configuring network interfaces... ifup: can't open '/var/run/ifstate': No such file or directory
done.
Thu Feb  9 15:34:00 UTC 2012
[Halts here - will go no further and non-interactive]

Is this an issue with my userspace setup, my u-boot setup or indeed the kernel itself?

A point in the right direction would be much appreciated.

Cheers all, I have been enjoying the discussions today.
Jack.
--------------060100090309030203000103-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f48.google.com (mail-bk0-f48.google.com [209.85.214.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4DB9FE00307 for ; Thu, 9 Feb 2012 08:30:19 -0800 (PST) Received: by bkcjm1 with SMTP id jm1so2157031bkc.35 for ; Thu, 09 Feb 2012 08:30:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aIrgpcrA4NR10h0hGOtJQ2gYmvyqRI594z1B6f81veg=; b=XHGhN+GSkv6EvlJTKF39NBQwoMrjszjONpcqtw4d56cBbrL9EI96pfRmD9GdypVdUV Bw/GUnKwOTuyhronFytWQZeltVbmi+DI7Rf9ZiUil9h4ODFKLZSnoTrhAoQ5/B15CY9n NB7WpuroybulwU36pPo6JLm1lBh/BvBdBOOq8= MIME-Version: 1.0 Received: by 10.205.133.133 with SMTP id hy5mr1054182bkc.94.1328805018247; Thu, 09 Feb 2012 08:30:18 -0800 (PST) Received: by 10.205.141.203 with HTTP; Thu, 9 Feb 2012 08:30:18 -0800 (PST) In-Reply-To: <4F33F01E.2000601@communistcode.co.uk> References: <4F33F01E.2000601@communistcode.co.uk> Date: Thu, 9 Feb 2012 11:30:18 -0500 Message-ID: From: Brian Hutchinson To: Jack Mitchell Cc: meta-ti@yoctoproject.org Subject: Re: Beaglebone kernel/u-boot/userspace X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Mailing list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2012 16:30:19 -0000 Content-Type: text/plain; charset=ISO-8859-1 I've not seen anything like you describe but I can say that I recently checked out master and didn't do anything different to it and was able to build a core-image-base for BeagleBoard just fine without having to mess with any other layers. It is my understanding that you only have to mess with meta-ti if you are working with TI processors other than what is on the BeagleBoard. Regards, Brian From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tinyArch.localdomain (unknown [78.110.170.148]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B8E00E00307 for ; Thu, 9 Feb 2012 08:34:14 -0800 (PST) Received: from [192.168.0.29] (unknown [195.171.99.130]) by tinyArch.localdomain (Postfix) with ESMTPSA id C0DCD20654; Thu, 9 Feb 2012 15:59:44 +0000 (GMT) Message-ID: <4F33F563.5060402@communistcode.co.uk> Date: Thu, 09 Feb 2012 16:33:39 +0000 From: Jack Mitchell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120205 Thunderbird/10.0 MIME-Version: 1.0 To: Brian Hutchinson References: <4F33F01E.2000601@communistcode.co.uk> In-Reply-To: Cc: meta-ti@yoctoproject.org Subject: Re: Beaglebone kernel/u-boot/userspace X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Mailing list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2012 16:34:14 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/02/12 16:30, Brian Hutchinson wrote: > I've not seen anything like you describe but I can say that I recently > checked out master and didn't do anything different to it and was able > to build a core-image-base for BeagleBoard just fine without having to > mess with any other layers. > > It is my understanding that you only have to mess with meta-ti if you > are working with TI processors other than what is on the BeagleBoard. > > Regards, > > Brian Hi Brian, Thanks for taking time to reply but take note that I attempting to build for the beagleBONE, I do also have a beagleboard which I can build for without using additional layers. Cheers, Jack. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f48.google.com (mail-bk0-f48.google.com [209.85.214.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 57E80E00593 for ; Thu, 9 Feb 2012 08:39:30 -0800 (PST) Received: by bkcjm1 with SMTP id jm1so2169906bkc.35 for ; Thu, 09 Feb 2012 08:39:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1q2Up6a978j4h1zIh0yzot1v3WK5TKmk4p0sQV+Gh2c=; b=v6YHQlhUDG1yKh5UdBDswVqFTiTrDurgL2xnP3BMRRew8J2tW48YUuJr8ocU0atetL JQkSoDVmr3grH+s2yukL5mCmfMASZ6LVR7TfXyaPC+LV/pLRAU/Sq4VEXXWoejEboVZb 0ULFuEr2HvmnmVJYz9cnxE02IMdbRziRGfWeQ= MIME-Version: 1.0 Received: by 10.204.154.211 with SMTP id p19mr1042850bkw.130.1328805569381; Thu, 09 Feb 2012 08:39:29 -0800 (PST) Received: by 10.205.141.203 with HTTP; Thu, 9 Feb 2012 08:39:29 -0800 (PST) In-Reply-To: <4F33F563.5060402@communistcode.co.uk> References: <4F33F01E.2000601@communistcode.co.uk> <4F33F563.5060402@communistcode.co.uk> Date: Thu, 9 Feb 2012 11:39:29 -0500 Message-ID: From: Brian Hutchinson To: Jack Mitchell Cc: meta-ti@yoctoproject.org Subject: Re: Beaglebone kernel/u-boot/userspace X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Mailing list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2012 16:39:30 -0000 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Feb 9, 2012 at 11:33 AM, Jack Mitchell wrote: > Thanks for taking time to reply but take note that I attempting to build for > the beagleBONE, Oops, my bad! I had BeagleBoard on the brain today. Sorry! You're ahead of me. I haven't tried generating new image for the Bone yet ... it is still sitting here with the code that came with it :( ... too many boards, not enough time! Regards, Brian From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 79EAAE01217 for ; Sun, 12 Feb 2012 19:17:47 -0800 (PST) Received: from gandalf.denix.org ([unknown] [71.178.225.66]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LZB009ACAH9OA91@vms173003.mailsrvcs.net> for meta-ti@yoctoproject.org; Sun, 12 Feb 2012 21:17:46 -0600 (CST) Received: by gandalf.denix.org (Postfix, from userid 1000) id 949C6202F7; Sun, 12 Feb 2012 22:17:33 -0500 (EST) Date: Sun, 12 Feb 2012 22:17:33 -0500 From: Denys Dmytriyenko To: Brian Hutchinson Message-id: <20120213031733.GA6838@denix.org> References: <4F33F01E.2000601@communistcode.co.uk> MIME-version: 1.0 In-reply-to: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: Beaglebone kernel/u-boot/userspace X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Mailing list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 03:17:47 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Thu, Feb 09, 2012 at 11:30:18AM -0500, Brian Hutchinson wrote: > I've not seen anything like you describe but I can say that I recently > checked out master and didn't do anything different to it and was able > to build a core-image-base for BeagleBoard just fine without having to > mess with any other layers. > > It is my understanding that you only have to mess with meta-ti if you > are working with TI processors other than what is on the BeagleBoard. That is not entirely correct statement. While you are correct that OE-Core/Yocto provide basic support for BeagleBoard, as a reference platform, it does not have all the peripherals and subsystems supported besides the baseport, such as SGX Graphics, DSP and some of the extension. For any of that you would need to add meta-ti layer and use it's BeagleBoard support. -- Denys