From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A7127E01493 for ; Tue, 18 Jun 2013 10:54:26 -0700 (PDT) Received: by mail-pd0-f169.google.com with SMTP id y10so4161528pdj.14 for ; Tue, 18 Jun 2013 10:54:26 -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=JlAfcr8PSssOW9qLf5E/gze6SETzOtSvKxRqubso8z0=; b=pMpxfrOq2r+vj7eAkxf6eBCbZytAEAvtiwZEPkNc1zE20C9xt/ggX8UFN8xUo7SkuH Rg+rrDR3CuTQjIF9olSbqmnxZjStnjtiLRu49T/cD2GvlEGVunlUXYMYmGuInl3QfL7M jyBvXzEQGwsndZtrVQ0PUYQN4P73FB/HgadBxxa878D2QsyE8X6Vik+lZSCymvGXqPrs jG2ics0UXAYoeEpl2ymId+s5+0/WTfWguZ1nBnvf8b2UD8sW7UpOy3oDyfCBmpt3BYh/ k9Whs4EN/qgFFifweI95VkooXrpRwhX5xawBMOjtXOeG/4SveFmtCtjBQNHVDKbITF+m RfDw== X-Received: by 10.66.162.40 with SMTP id xx8mr3023251pab.178.1371578066016; Tue, 18 Jun 2013 10:54:26 -0700 (PDT) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPSA id bs2sm20636460pad.17.2013.06.18.10.54.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 18 Jun 2013 10:54:24 -0700 (PDT) Message-ID: <51C09ECD.8090107@boundarydevices.com> Date: Tue, 18 Jun 2013 10:54:21 -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: Otavio Salvador References: <51BB9CA4.4030606@boundarydevices.com> <51BF70AC.90400@boundarydevices.com> <51C0910D.3040905@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQnic8eY2pjnDUgm6XfHtm+Ezhl0RR35mDzqh1tV/8eGz7f6/W2DJbNFfQnjmJ+1rRlNyGS/ Cc: "meta-freescale@yoctoproject.org" , =?ISO-8859-1?Q?J=F6rg_Boge?= 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 17:54:26 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thanks for the review Otavio. On 06/18/2013 10:24 AM, Otavio Salvador wrote: > On Tue, Jun 18, 2013 at 1:55 PM, Eric Nelson > wrote: > ... >>> I'll put together another one that's a bit more definitive since >>> things are now pretty stable. >>> >> >> Silly me. >> >> 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/ >> >> Upgrading U-Boot is normally just a matter of placing the version >> of U-Boot (file name u-boot.imx) and the script 6x_upgrade >> on an SD card and running the "upgradeu" command as shown here: >> >> http://boundarydevices.com/u-boot-on-i-mx6/#upgradeu > > The blog post is awesome; it just lacks one important information: how > to program Boundary's U-Boot in case the user has did the Linaro's NOR > overwirte? This would allow us to use: > I added a section on "unbricking": http://boundarydevices.com/u-boot-on-i-mx6/#unbricking > --- imx6qsabrelite.conf > #@TYPE: Machine > #@NAME: Boundary Devices i.MX6Q SABRE Lite > #@SOC: i.MX6Q > #@DESCRIPTION: Machine configuration for Boundary Devices i.MX6Q SABRE > Lite > > # WARNING: This board now use the *same* code as Nitrogen6X and it > # boots from internal SPI NOR memory. If you did change it to > boot > # from the MMC (SD3 or SD4) please check the Boundary's blog > post > # at: http://boundarydevices.com/u-boot-on-i-mx6/ > > include conf/machine/nitrogen6x.conf > --- > > Do you agree? > Yep. I agree.