From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5CC45E015D4 for ; Sat, 3 Aug 2013 15:33:35 -0700 (PDT) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3c70Q46Y7Nz3hhV7; Sun, 4 Aug 2013 00:33:32 +0200 (CEST) X-Auth-Info: OtKiGkHBbVz3KU+3NadHsR4A0wAnYE/xVGru1QIE+S0= Received: from chi.localnet (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3c70Q44bX1zbbcM; Sun, 4 Aug 2013 00:33:32 +0200 (CEST) From: Marek Vasut To: Otavio Salvador Date: Sun, 4 Aug 2013 00:33:33 +0200 User-Agent: KMail/1.13.7 (Linux/3.9-1-amd64; KDE/4.8.4; x86_64; ; ) References: <201308032121.17767.marex@denx.de> In-Reply-To: MIME-Version: 1.0 Message-Id: <201308040033.33275.marex@denx.de> Cc: "meta-freescale@yoctoproject.org" Subject: Re: MX28 Put u-boot on SPI NOR 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: Sat, 03 Aug 2013 22:33:37 -0000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Otavio Salvador, > On Sat, Aug 3, 2013 at 4:21 PM, Marek Vasut wrote: > > Dear M=E5rten Wikman, > >=20 > >> But then it's just u-boot without any bootstream? Is it really possible > >> that mx28 will boot without it? I can't find much information about how > >> to boot from spi nor on the internet. SD CARD boot and NAND boot are > >> well documented in u-boot source code. > >=20 > > Write u-boot.sb directly to the SPI NOR to offset 0x0 . >=20 > He did this already, as said in his first e-mail. It seems he is > getting H0x80501003. >=20 > I don't have the MX28 error code list here (just MX23) do you know the > meaning of this error code offhand? #define ERROR_ROM_LDR_SIGNATURE (ERROR_ROM_GROUP | ERROR_ROM_LOADER_GROUP |= 0x3) 0x80501003 The file signature or file version is incorrect. The file in the NOR flash is corrupted. How do you write the file into the = NOR=20 flash ? I think the filesize might beed to be 32-byte aligned when writing. Best regards, Marek Vasut