From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 29B2AE01493 for ; Tue, 18 Jun 2013 11:01:14 -0700 (PDT) Received: by mail-pd0-f182.google.com with SMTP id r10so4158246pdi.27 for ; Tue, 18 Jun 2013 11:01:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=eysUebLIcPr3f+FAQ/X67Mw4kG1AczKtgNqDHDtVLGA=; b=bhwVQIZkbhYiE4MN/mE2clRYqUZg7K7mel1ojV5z7MEfNw6lREQ5jPO/0POJE+osek tMWY1WFp9QRiUzYRZvUciR2SGK0TuIc58O4YKfDvkdW7j7GscGntKFR9yQtECxH4W3UC vyZLkXGWmB29+gPmsgJZyuEFT2X4h2f3olpONSGoGRKSqzrP/p6wajUpGTar+UPwC+cI eCXo6JqIGlzb3bWuIl3+y6mL9RygJaYgUvKRvKYWSNsIEW1YeDPSbkhenf/mnnNsrtRk v/oX1a0Hpzle7jKfKMWT4ci9MM3qHmRyqSVvVUI9vYB4iwfC7mv2jRPP50XjDEzh7PlA yisA== X-Received: by 10.68.28.1 with SMTP id x1mr18008252pbg.113.1371578474498; Tue, 18 Jun 2013 11:01:14 -0700 (PDT) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPSA id fm2sm20680826pab.13.2013.06.18.11.01.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 18 Jun 2013 11:01:13 -0700 (PDT) Message-ID: <51C0A065.4020509@boundarydevices.com> Date: Tue, 18 Jun 2013 11:01:09 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Daiane Angolini References: <51BB9CA4.4030606@boundarydevices.com> <51BF70AC.90400@boundarydevices.com> <51C0910D.3040905@boundarydevices.com> <51C09B33.6020908@boundarydevices.com> <51C09DFC.7000606@freescale.com> In-Reply-To: <51C09DFC.7000606@freescale.com> X-Gm-Message-State: ALoCoQl0vHH8GXysVsy3T4Wj92W3vCO/zP/OmYMD/qNLfeKYQqI8fnKEeuGFZO0YwS8lyTRnOrQS Cc: "meta-freescale@yoctoproject.org" , =?UTF-8?B?SsO2cmcgQm9nZQ==?= , Otavio Salvador , Troy Subject: Re: Sabrelite Boot 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, 18 Jun 2013 18:01:15 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Daiane, On 06/18/2013 10:50 AM, Daiane Angolini wrote: > On 06/18/2013 02:38 PM, Eric Nelson wrote: >> On 06/18/2013 10:05 AM, Fabio Estevam wrote: >>> Hi Eric, >>> >>> On Tue, Jun 18, 2013 at 1:55 PM, Eric Nelson >>> wrote: >>> >>>> I thought this would only take a few minutes, but I did put >>>> together a U-Boot "Getting started" guide: >>>> http://boundarydevices.com/u-boot-on-i-mx6/ >>>> >>> >>> Excellent document! Very good work, Eric. >>> >> >> Thanks Fabio, >> >> BTW, there's a thread on i.MX Community that I think >> is misleading: >> https://community.freescale.com/docs/DOC-93844 >> >> Daiane, you indicate that the manufacturing tool works >> for SABRE Lite, but there's currently no support for >> the USB OTG port in main-line U-Boot. > > Well, I can only say for myself. And I'm always scared when my board > does not seems to be alive. > > In the past, when I was still working with sabrelite. I used mfgtools to > copy *any* uboot to nor and then make anything needed afterwards. > Because the mfgtools uses the serial download protocol, it's likely that the first stage will work (the piece that downloads U-Boot into RAM), but the next stage (programming SPI NOR) can only occur if the U-Boot version supports USB OTG, and main-line doesn't yet. Unfortunately, I don't have ready access to a Windows machine, and it's a pain to test... > The only think I'm sure. We (meta-fsl-arm) have a problem. Sabrelite > does not work out of box. It must be fixed someway. > I think Otavio's answer is easiest. > I hope we can find a way that keeps imx6sabrelite.conf file. Because > several people are working this sabrelite. > More than several, I'm sure. Cheers, Eric