From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F0D64E013EC for ; Mon, 8 Jul 2013 13:41:39 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id r68KfWBq005432; Mon, 8 Jul 2013 15:41:32 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r68KfVec009372; Mon, 8 Jul 2013 15:41:32 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.2.342.3; Mon, 8 Jul 2013 15:41:31 -0500 Received: from [172.24.52.177] (h52-177.vpn.ti.com [172.24.52.177]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r68KfUPr028423; Mon, 8 Jul 2013 15:41:31 -0500 Message-ID: <51DB242D.9070900@ti.com> Date: Mon, 8 Jul 2013 16:42:21 -0400 From: Tom Rini Organization: Texas Instruments User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "Robert P. J. Day" References: <20130708181457.GQ16630@bill-the-cat> <20130708190716.GR16630@bill-the-cat> In-Reply-To: X-Enigmail-Version: 1.5.1 Cc: meta-ti mailing list Subject: Re: proper recipe to build for BBB using the meta-ti layer? X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2013 20:41:42 -0000 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit On 07/08/2013 03:38 PM, Robert P. J. Day wrote: > On Mon, 8 Jul 2013, Tom Rini wrote: > >> On Mon, Jul 08, 2013 at 02:30:47PM -0400, Robert P. J. Day wrote: >>> On Mon, 8 Jul 2013, Tom Rini wrote: >>> >>>> On Sun, Jul 07, 2013 at 08:00:05AM -0400, Robert P. J. Day wrote: >>>> >>>>> U-Boot SPL 2013.01.01 (Jul 06 2013 - 18:41:10) >>>>> OMAP SD/MMC: 0 >>>>> ** Partition 1 not valid on device 0 ** >>>>> spl: fat register err - -1 >>>>> ### ERROR ### Please RESET the board ### >>>>> >>>>> this is exactly the same SD card i was using with meta-beagleboard >>>>> generated image files. everything else about the build seemed fine. >>>>> can someone verify a known good recipe for this? is there >>>>> something different about the creation of the SD card? i'm currently >>>>> doing another build from scratch to see if i messed anything up. >>>> >>>> Can you see if backporting >>>> http://git.denx.de/?p=u-boot.git;a=commitdiff;h=9d956e0fefa39ba49250f61e3c7aa3dadafdb7fd >>>> fixes the problem? It should apply cleanly. Thanks! >>> >>> i'll give that a shot this evening and let you know. just to recap, >>> i used OE and the meta-beagleboard layer to build for my BBB and >>> copied to the first (bootable FAT) partition nothing but the MLO and >>> u-boot.img images, and that let me boot to u-boot, which is all i was >>> after. >> >> Strange. meta-beagleboard is on v2013.04 which doesn't have that >> change. >> >>> i then did an OE build using meta-ti, copied *those* generated MLO >>> and u-boot.img files to the same SD card, and promptly got the error >>> above. so that would suggest that the meta-beagleboard layer has >>> something equivalent to that patch, while meta-ti doesn't. >>> >>> anyway, will report back with results ASAP. >> >> If it fails, can you dd off the card, compress it and share a copy with >> me off-list (I can provide a dropbox drop spot if needed), thanks! > > i had time to do the following quick test. i took my working uSD > card (with artifacts from the meta-beagleboard build), and simply > flat-out replaced both the MLO and u-boot.img files in the FAT > partition with the corresponding files from the meta-ti build, and got > the error above. > > i then copied back the original MLO and u-boot.img files and the > boot worked just fine, so that validates that the card partitioning > itself seems fine. > > i'll just email you the two files in question, and you can see if > you can boot to u-boot. The files both boot for me, on Beaglebone Black and White. -- Tom