From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DEB53E0076B; Tue, 14 Apr 2015 08:35:30 -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 6739EE003A8 for ; Tue, 14 Apr 2015 08:35:25 -0700 (PDT) Received: by paboj16 with SMTP id oj16so15715334pab.0 for ; Tue, 14 Apr 2015 08:35: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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Kt8y7KiVa/RjGlRS6XF/kQLll+12+OA0jtqMXJbOtE8=; b=RsYN6vQImbJdcQ8Absls+73RupCJOymWhmwBIm+Y5LzdlzrrROkypax3gpSJ83I62N m22FCb1w8V9hKI9hFZ1fiqAw/WXcSQCn0BJYuyrfWLZ6wfpq68GWu29j/AKgdQY1eQuH awVcMOobyFlO25lSIPzRHyLDPN1bSh8zUbs+WCcu/SQRWcQTgEJfuh0AH0AcWeTdT8Zy FGl1C5owxP1SJ/QVf8qijikhuwKXVls3YKCaAPEsiAtfR2r6uHt+WXBgTdBCnWYJ19Qt ncrZ+L+Mi49jeSO6earQmrKSqeCyBnh6LiIKuDHow2lSv2K+PZSf+sXG/9rdxyPzXZ/N a9zw== X-Gm-Message-State: ALoCoQlq9Xk9byq2oKRsCQUUd1GHbX+oMMsNOLQQ12JYX/uRAXpc6kNNdcvlgxeR1PyA8TLMWYZr X-Received: by 10.66.55.74 with SMTP id q10mr37380301pap.94.1429025725435; Tue, 14 Apr 2015 08:35:25 -0700 (PDT) Received: from [192.168.1.12] (ip98-165-98-97.ph.ph.cox.net. [98.165.98.97]) by mx.google.com with ESMTPSA id zi10sm1427407pab.35.2015.04.14.08.35.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Apr 2015 08:35:24 -0700 (PDT) Message-ID: <552D33BA.8090709@boundarydevices.com> Date: Tue, 14 Apr 2015 08:35:22 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Fabio Estevam , Otavio Salvador References: <1429016117.3312.4.camel@perpic.it> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: How you program your sdcard / mmc 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, 14 Apr 2015 15:35:30 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Andrea, On 04/14/2015 08:28 AM, Fabio Estevam wrote: > On Tue, Apr 14, 2015 at 10:37 AM, Fabio Estevam wrote: > >> We use the later in imx6sl-warp to flash the eMMC: >> https://github.com/Freescale/meta-fsl-arm-extra/commit/5fadb641dffe91ec9dedafcb1e27add3e45255dc > > Actually this is a more complete README: > http://git.denx.de/?p=u-boot.git;a=blob;f=board/warp/README;h=0e1f076605689b0453cae1c59e1e630fca1e9844;hb=HEAD > Here are some notes on using the USB Mass Storage gadget: http://boundarydevices.com/u-boot-usb-mass-storage-gadget/ Android "fastboot" is another option for programming eMMC. Regards, Eric