From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 14F99E006DB; Fri, 25 Jul 2014 09:26:04 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.47 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DCB3BE0043F for ; Fri, 25 Jul 2014 09:26:00 -0700 (PDT) Received: by mail-pa0-f47.google.com with SMTP id kx10so6354739pab.20 for ; Fri, 25 Jul 2014 09:26:00 -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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=NLW2vslA3u05Z6eUFBN8DznhdguViCVJTHvb+Fbrg2s=; b=kOm5joFqQrNWGo8+tQoVeURTTLVEMp1kHTsEZOjro62gWFMNW+K5q8p4wm2pwUXo1v qSHN+ZataB8DZh1DqvKOjoKBj8KjBMJJYAQLNa7g8FnObKjI2hrYxMggEWUW4Y+0m2yR aTgIO+mmGKGqyEuJHyvfYw27ZOzQCugBu4WVJ7u5r612GQCS8UhSD1/Oz9Wjor5NLWCD L7qpO9Dp8+bS1uaP8Z1AJj4GfePLcafIDRIyR9QVLQCOk/m+CpxjFLHrtkegq65wzY+x nDp8oVVsDz4uR1tPC7Pq0Zt1OCoenYqvtc2U3w9sRltl+CtMq1DD+uIjQPGU9rMGHLr3 CyUQ== X-Gm-Message-State: ALoCoQk3B34slTIDOeL6Um6uFkXQmGtM9ettYsjpWxO3KG6tDcf7asW+wRaRjmAjeN9pbXAHv2qD X-Received: by 10.67.5.3 with SMTP id ci3mr20303802pad.50.1406305560196; Fri, 25 Jul 2014 09:26:00 -0700 (PDT) Received: from [192.168.1.11] ([63.226.49.26]) by mx.google.com with ESMTPSA id qk9sm34298126pac.16.2014.07.25.09.25.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Jul 2014 09:25:59 -0700 (PDT) Message-ID: <53D28514.80901@boundarydevices.com> Date: Fri, 25 Jul 2014 09:25:56 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Ilya Smelykh References: <53D26E5C.6000509@boundarydevices.com> In-Reply-To: X-Enigmail-Version: 1.6 Cc: "meta-freescale@yoctoproject.org" Subject: Re: nitrogen6x and imx6qsabrelite machines uboot scripts 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: Fri, 25 Jul 2014 16:26:04 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Ilya, On 07/25/2014 08:39 AM, Ilya Smelykh wrote: > Hi Eric, > > 2014-07-25 21:49 GMT+07:00 Eric Nelson : > > Hi Ilya, > > > > Can you explain what you mean by this (use of zImage)? > > The current machine definition will generate a uImage, not a zImage, > and the boot script is configured to load the same. > > Its strange, but in my case I can see only zImage in deploy directory > for both machines after bitbaking the image... > Apparently I was wrong, and the machine definitions weren't explicity about the kernel image type. The default must have changed somewhere along the way, so I just sent patches to address this. Regards, Eric