From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 49CF0E00852; Wed, 27 Jan 2016 14:56:01 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.40 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 54A87E0079A for ; Wed, 27 Jan 2016 14:55:56 -0800 (PST) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id u0RMtkl7006454; Wed, 27 Jan 2016 16:55:46 -0600 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u0RMtk8g001734; Wed, 27 Jan 2016 16:55:46 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.224.2; Wed, 27 Jan 2016 16:55:45 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u0RMtjVZ017922; Wed, 27 Jan 2016 16:55:45 -0600 Date: Wed, 27 Jan 2016 17:55:29 -0500 From: Denys Dmytriyenko To: Troy Benjegerdes Message-ID: <20160127225529.GC11314@edge> References: <20160118164615.GC4223@edge> <20160118200507.GE10881@nl.grid.coop> <20160119190808.GE4223@edge> <20160121015830.GA4311@nl.grid.coop> <20160121204813.GD11314@edge> <20160121220740.GF11314@edge> <20160127215645.GD2584@nl.grid.coop> <20160127220316.GZ11314@edge> <20160127221203.GE2584@nl.grid.coop> MIME-Version: 1.0 In-Reply-To: <20160127221203.GE2584@nl.grid.coop> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-ti@yoctoproject.org" Subject: Re: regression tests for am3517-evm machine? 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: Wed, 27 Jan 2016 22:56:01 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, Jan 27, 2016 at 04:12:03PM -0600, Troy Benjegerdes wrote: > > > So the first problem seems to be that the 'u-boot' target produces > > > a build from the 2014.07 version, which does not seem to have any > > > environment or other setup to load a device tree. > > > > > > Is there some patch floating around somewhere that updates the > > > default u-boot environment to work better with new kernels, or do > > > I need try and merge something in from the beaglebone > > > > Can you try u-boot-ti-staging instead? > > This is from 'pokey' ( yocto-2.0-121-g2fb7ee2 ), > with meta-ti: ( v2012.05-yocto1.2-938-gd397744 ) Strange mix of branches - 2012 was almost 4 years ago... :) I'd recommend using "fido" branch in all layers, as most tested at the moment. Still no guarantees about am3517, as that platform hasn't been officially tested for quite some time. > U-Boot 2015.07 (Jan 27 2016 - 15:32:32 -0600) > ... > AM3517_EVM # printenv > baudrate=115200 > bootcmd=mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loaduimai > bootdelay=10 > bootfile=uImage > bootscript=echo Running bootscript from mmc ...; source ${loadaddr} > console=ttyO2,115200n8 > dieid#=3f42000100000000015da3960e012002 > ethact=DaVinci-EMAC > loadaddr=0x82000000 > loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr > loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage > mmcargs=setenv bootargs console=${console} root=/dev/mmcblk0p2 rw rootwait > mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr} > mmcdev=0 > nandargs=setenv bootargs console=${console} root=/dev/mtdblock4 rw rootfstype=jffs2 > nandboot=echo Booting from nand ...; run nandargs; nand read ${loadaddr} 280000 400000; bootm ${loadaddr} > stderr=serial > stdin=serial > stdout=serial > > > > > > -- > ---------------------------------------------------------------------------- > Troy Benjegerdes 'da hozer' hozer@hozed.org > 7 elements earth::water::air::fire::mind::spirit::soul grid.coop > > Never pick a fight with someone who buys ink by the barrel, > nor try buy a hacker who makes money by the megahash >