From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id CC2BFE007DC; Fri, 25 Jul 2014 07:49:20 -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 2238BE007A2 for ; Fri, 25 Jul 2014 07:49:03 -0700 (PDT) Received: by mail-pa0-f47.google.com with SMTP id kx10so6177013pab.6 for ; Fri, 25 Jul 2014 07:49:03 -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=GA2zFo6iKLaWBwYHhE+VABHyTJdzdJlaRqYJy5JgXtk=; b=hLbUEy3Vc4fBSHyZGM5N03JxBYd1z9BanyyjwImbtYrHwYlp8EAP8iwyL54cK8VoGf eL4I302HcErUGXevGXNoIxTx1Ga78qVkcfwG/HAgktApLhZpvWRVrmta4Z+PXDoKb+XN tUST+uoidEr+3rl1HKbPhOjF5uyTFMXZRF0eU3QlZ3kVNMj9pxIJTJ0O4uWXDKBj6kJK 9tB+Hl0Xv718m+nbRh1M593+xf4+cDyWqA4zHL2SeFtadfKxzV88L8FShkmW5N33SWAJ IHXzTGiQbpjTp/LVX8X7hajTm2zxtvaB3HClvYW66qVpbAAYSNIVvmQTss4yYJv0LdcT Su/g== X-Gm-Message-State: ALoCoQlZqsAMgC/1yQAih2jOHGCPEKnmkcSlRlKcNK6rz/2OojwQRTomTc62A6IR0/oiVbbnW2zN X-Received: by 10.67.30.163 with SMTP id kf3mr19324667pad.110.1406299743368; Fri, 25 Jul 2014 07:49:03 -0700 (PDT) Received: from [192.168.1.3] (ip98-165-98-97.ph.ph.cox.net. [98.165.98.97]) by mx.google.com with ESMTPSA id bx5sm9065545pbd.69.2014.07.25.07.49.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Jul 2014 07:49:02 -0700 (PDT) Message-ID: <53D26E5C.6000509@boundarydevices.com> Date: Fri, 25 Jul 2014 07:49:00 -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 , "meta-freescale@yoctoproject.org" References: In-Reply-To: X-Enigmail-Version: 1.6 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 14:49:20 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Ilya, On 07/24/2014 11:16 AM, Ilya Smelykh wrote: > Hi guys, > > After my last update to the current master I've found the problem with > uboot scripts for imx6qsabrelite > and nitrogen6x machines. Sabre machine has no scripts at all and it > cause an error while building, Christoph's patch fixes this, but as he said, in the mean-time you can use MACHINE=nitrogen6x with no meaningful difference. > nitrogen6x has scripts which trying to load uImage, but actual kernel > which was deployed is zImage. > 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. Please advise, Eric