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 57055E013A8 for ; Fri, 14 Jun 2013 15:43:53 -0700 (PDT) Received: by mail-pd0-f169.google.com with SMTP id y10so997897pdj.28 for ; Fri, 14 Jun 2013 15:43:53 -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=5hAWreGKPhYkU/nEFo8UPy5hKQXHBqwSghI0G5uVSrA=; b=iYAkqt91jbJer/DHpdhU08Et4pCIOa3LcpGfJStMxiFJPkN774SsrSqGRs0BRM8j+/ GMFjHIkzzIVA1VBn+gmfgMWeXUhW1zliKO3CtkxR8ntzXzuDWj6NtjCKiy3UsWBSAwko wkDBP4jKBx8ntGdn9xluQaBbDEqKpjWvRhe54BtSJogp56XhlGXkIgcPMXscl16JlvOS B3cbf3bAcKObL7s0ZLHaIvuivNUmbXx+vUE2wPsEC/WatZNYdXSFrL3kL5tN1ILmGf9I wpMAR2mVeMGH3XyyDh2c1gcKr4+aVx2ubvLIPHWGcfUZ0YmlRd/VUmtBcUiXLMGUxr2x lr0Q== X-Received: by 10.66.67.41 with SMTP id k9mr3036203pat.211.1371249833287; Fri, 14 Jun 2013 15:43:53 -0700 (PDT) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPSA id xu10sm3986036pab.3.2013.06.14.15.43.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 14 Jun 2013 15:43:52 -0700 (PDT) Message-ID: <51BB9CA4.4030606@boundarydevices.com> Date: Fri, 14 Jun 2013 15:43:48 -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: =?ISO-8859-1?Q?J=F6rg_Boge?= , meta-freescale@yoctoproject.org References: In-Reply-To: X-Gm-Message-State: ALoCoQmce9Z2yWA6c+EOM3RAP/I1Hoikq4AD4L3kEwtHoKk6joX+8BIglsIJjWrZ/qhmuqB3puYa Cc: Otavio Salvador 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: Fri, 14 Jun 2013 22:43:54 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi Jörg, On 06/14/2013 04:52 AM, "Jörg Boge" wrote: > Hello, > I have Build for my new SabreLite Board a with > /build$ bitbake fsl-image-gui / > /and write to Sd with / > /build$ sudo dd if=tmp/deploy/images/fsl-image-gui-imx6qsabresd.sdcard > of=/dev/sdX bs=4M/ > without problem. That part should have worked for you, though it will only have support for the 10.1" Freescale display. > Than I tried to rewrite the UBoot in Nand with the wiki of linaro ( > https://wiki.linaro.org/Boards/MX6QSabreLite ) > Why did you do this part? Was it because of this bit in the U-Boot README? Otavio, does the "mx6qsabrelite" configuration place U-Boot in unformatted space? I'm not seeing that a boot script is created in the machine layer: https://github.com/Freescale/meta-fsl-arm-extra/blob/master/conf/machine/imx6qsabrelite.conf > Thats works to, but the Board will not boot from Micro SD or SD Slot. > If the image does what I think it does, and has unformatted space before the first formatted partition, you may be able to do this by hand like so: sudo dd if=u-boot.imx of=/dev/mysdcard bs=512 seek=2 > With no SD Card in a Slot the Boards work as the BootSwitch is set to > USB Boot. If that's the case, you can use the imx_usb tool described here to at least load U-Boot over the USB link http://boundarydevices.com/unbricking > There is nothing comming out of the Seriell Debug Port. > > I also tried to rewrite Nand wit MFGTool with the same result. There's no NAND on the board. Only SPI-NOR. Sorry for the confusion here. It seems that some piece of documentation went missing. In general, we're recommending the use of the nitrogen6x machine, even for SABRE Lite as discussed in a separate thread yesterday. https://lists.yoctoproject.org/pipermail/meta-freescale/2013-June/003112.html Regards, Eric