From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BBA38E003C1; Tue, 1 Jul 2014 16:19:31 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.192.175 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 99342E00289 for ; Tue, 1 Jul 2014 16:19:25 -0700 (PDT) Received: by mail-pd0-f175.google.com with SMTP id v10so10853539pde.20 for ; Tue, 01 Jul 2014 16:19:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=kkWSGsScwrjnl+OUlQuRhZdOSUjfpupuKKf++pt10lc=; b=iJP3ZvprrF4l6lgFyXHk4RvGR0xM3WYMb7OsdHoEjnW8agRBZTau74IQcAYnFs6c4P +tzgLgBmLFNqbI4gSZISRyTgWt2pZioCudCdjXKZHOJpJScLOcQ6tGCTAI8D20svCQjX ucdSTh/HAvYT9pn244jnyVlz2fgvuthDe9jxoWY6efZ/25wsWyx5qilYX6VJpfPBsTLM pGd3O2jHr+UnsQj9UL/bzxgXlRMfUVKWYY0AzwwPjoMf1i9HnNq0kdLscwaPjHdt47Ac 0lNkcRgtgcImoB771mwoeqA0gU9JWCxqlDawc2cc8Jk33DKdRWqAbFEIL8gHVfiemKJu h72Q== X-Gm-Message-State: ALoCoQnx+O7eY6WeAQj/G7cU3uTWHFuWGKlNjf9lJbRmMmQ2mueGlOySgu04I/r/Wk/Dd+OsbfoH X-Received: by 10.68.125.164 with SMTP id mr4mr65127012pbb.27.1404256765498; Tue, 01 Jul 2014 16:19:25 -0700 (PDT) Received: from [29.6.1.5] ([63.226.49.26]) by mx.google.com with ESMTPSA id ry10sm121814839pab.38.2014.07.01.16.19.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Jul 2014 16:19:24 -0700 (PDT) Message-ID: <53B341F9.2090001@boundarydevices.com> Date: Tue, 01 Jul 2014 16:19:21 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Ilya Smelykh , "meta-freescale@yoctoproject.org" References: In-Reply-To: X-Enigmail-Version: 1.6 Subject: Re: u-boot binary for daisy 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, 01 Jul 2014 23:19:31 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello Ilya, On 07/01/2014 01:21 PM, Ilya Smelykh wrote: > Hi, > > I'm using sabrelite and I've found that there is no u-boot binary since > some time in my deploy image directory building it for imx6qsabrelite > and nitrogen6x machine. > > I've not found any luck to build u-boot-boundary or u-boot-imx recipe > for master or daisy branch, u-boot-boundary recipe has branch which > doesn't exists in daisy and master, > u-boot-imx fails to build because of error described > here https://community.freescale.com/thread/319716. > > Is it well known bug or I missing something? > You should get a binary in tmp/deploy/nitrogen6x/: ~/yocto$ ls build-nitrogen6x/tmp/deploy/images/nitrogen6x/u-boot* build-nitrogen6x/tmp/deploy/images/nitrogen6x/u-boot.imx build-nitrogen6x/tmp/deploy/images/nitrogen6x/u-boot-nitrogen6x.imx build-nitrogen6x/tmp/deploy/images/nitrogen6x/u-boot-nitrogen6x-v2014.04+gitAUTOINC+6d00ef4bba-r0.imx Note that 6x_upgrade and u-boot.imx aren't copied to the SD card by default, since you need to be careful with this if you're running something other than a Quad-Core/1GiB configuration (the only SABRE Lite option, and the most popular Nitrogen6x option). Details of various images are here: http://boundarydevices.com/u-boot-updates-for-i-mx6-single-core Also, unlike other machines, our boards don't require U-Boot to be on the SD card. Regards, Eric