From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 351CDE0054C; Tue, 8 Jul 2014 13:18:07 -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.223.171 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7F335E0044D for ; Tue, 8 Jul 2014 13:18:00 -0700 (PDT) Received: by mail-ie0-f171.google.com with SMTP id at1so793191iec.16 for ; Tue, 08 Jul 2014 13:18: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 :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=P4FdEmRDaVSNQl+vZ2WR9zjSamjHLB5D/Qjv/8Oxnyk=; b=huTOMkTp9IR7RcRvPgI3M0I793zalaBA4wqDJO2mjCDyK599COZrVprppMOS1GI9cD m1V7kO/b49jsZP4tmRwV3c4V6Ns7e/F1zwU1Vq+cBiVql2DyMASo8leFCzDVmMtjZfCk Y0S0VGSRvpvaowX7aEuEqlaZO0uhTI+x5d4cLCkkNKwSPyDEUsqhYO5qZ0zUOtukhVWM HHtAdwqJUEG6TaQhKLk2cqD0fmOkKp4KWVpTLnKA925C8dq+Kg3gElnAxvBIJfR+pGp0 ovTkDzq67oz/6v9j6OWdsikRsKWxByO/I8U5/Mozk0mF1wqManYUSPhBwwYjRXfFKVBv InYg== X-Gm-Message-State: ALoCoQmuMG8cM6XXpv/s+OlLx2DjUFcWfBC5JvIgzqgkkttDvhBSGPkmEKe76MRAsvfP/C5g6nH+ X-Received: by 10.42.58.207 with SMTP id j15mr40525376ich.14.1404850679853; Tue, 08 Jul 2014 13:17:59 -0700 (PDT) Received: from [192.168.141.83] (69-165-220-158.dsl.teksavvy.com. [69.165.220.158]) by mx.google.com with ESMTPSA id ci7sm8351412igb.11.2014.07.08.13.17.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Jul 2014 13:17:59 -0700 (PDT) Message-ID: <53BC51F6.5010609@linaro.org> Date: Tue, 08 Jul 2014 16:17:58 -0400 From: Trevor Woerner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" References: <20140708152137.9F9771C067204@nano.lab.ossystems.com.br> In-Reply-To: Subject: Re: Updates to meta-fsl-arm (master) in 2014-07-08 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, 08 Jul 2014 20:18:07 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 07/08/14 11:23, Otavio Salvador wrote: > As suggested by Daiane, I pushed the U-Boot and Linux i.MX 2.6.35.3 > patches to master-next for testing. > > Please give it a try and let me know if you find any regression. MACHINE: imx53qsb BRANCH: master-next IMAGE: core-image-minimal CF: dd if=core-image-minimal-imx53qsb.sdcard of=/dev/sde bs=1M ====================================================================== from serial terminal: uboot: U-Boot 2014.07-rc4 (Jul 08 2014 - 15:03:56) Board: MX53 LOCO I2C: ready DRAM: 1 GiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: FEC Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device reading boot.scr ** Unable to read file boot.scr ** reading zImage 3110288 bytes read in 268 ms (11.1 MiB/s) Booting from mmc ... reading imx53-qsb.dtb ** Unable to read file imx53-qsb.dtb ** ====================================================================== cmdline: Poky (Yocto Project Reference Distro) 1.6+snapshot-20140708 imx53qsb /dev/ttymxc0 imx53qsb login: root root@imx53qsb:~# uname -a Linux imx53qsb 2.6.35.3-maintain+yocto+gb3912bb #1 PREEMPT Tue Jul 8 14:53:33 EDT 2014 armv7l GNU/Linux ====================================================================== Are those warnings and errors from uboot expected? (bad CRC, unable to read boot.scr, unable to read dtb)