From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BC33EE0086F; Tue, 23 Sep 2014 10:23:58 -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 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.tekno-soft.it (li153-180.members.linode.com [109.74.206.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7F3E7E00786 for ; Tue, 23 Sep 2014 10:23:46 -0700 (PDT) Received: from dragon.tekno-soft.it (host142-53-static.94-94-b.business.telecomitalia.it [94.94.53.142]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: robyf@tekno-soft.it) by mail.tekno-soft.it (Postfix) with ESMTPSA id C7F4817727; Tue, 23 Sep 2014 17:29:34 +0000 (UTC) Message-ID: <5421AC8C.2050405@tekno-soft.it> Date: Tue, 23 Sep 2014 19:23:24 +0200 From: Roberto Fichera Organization: TeknoSOFT User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Daiane Angolini References: <54212FDB.4090405@tekno-soft.it> In-Reply-To: X-Intuitive-System-MailScanner-Information: Please contact the ISP for more information X-Intuitive-System-MailScanner-ID: C7F4817727.A7FF5 X-Intuitive-System-MailScanner: Found to be clean X-Intuitive-System-MailScanner-From: kernel@tekno-soft.it Cc: "meta-freescale@yoctoproject.org" Subject: Re: fdt_file u-boot variable not set correctly 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, 23 Sep 2014 17:23:58 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 09/23/2014 01:39 PM, Daiane Angolini wrote: Hi Daiane, > On Tue, Sep 23, 2014 at 5:31 AM, Roberto Fichera wrote: >> Hi All, > Hi > >> I've replace the KERNEL_DEVICETREE with my own DTS changes still derived >> from the imx6sl-evk. So far so good, once the sdcard build terminate and the image is >> dd'ed to the microSD, I've notice that the last quadplay-imx6sl-ldo.dtb is not set >> as fdt_file uboot environment variable but instead imx6sl-evk-ldo.dtb still used. I've also >> tried to do "bitbake u-boot-fslc -c cleansstate" before to bake the image but nothing >> still keeping the imx6sl-evk-ldo.dtb. >> >> Does anyone can suggest how to fix it? > Have you changed the u-boot source code to get it configured to your board? > > apply a patch in a bbappend. I've create a new board, made the corresponding u-boot bbappend file, and everything worked fine! Thanks! Cheers, Roberto Fichera. > > Daiane >