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 4A31DE015DB for ; Sun, 4 Aug 2013 06:15:43 -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 3c7Mzw6zsMz3hhbs; Sun, 4 Aug 2013 15:15:40 +0200 (CEST) X-Auth-Info: RSACoytS+IXjXwOnNer2/JvQETh4TK7R0RhPraGPIs8= 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 3c7Mzw5BHgzbbjP; Sun, 4 Aug 2013 15:15:40 +0200 (CEST) From: Marek Vasut To: =?iso-8859-1?q?M=E5rten_Wikman?= Date: Sun, 4 Aug 2013 15:15:41 +0200 User-Agent: KMail/1.13.7 (Linux/3.9-1-amd64; KDE/4.8.4; x86_64; ; ) References: <201308041314.33297.marex@denx.de> In-Reply-To: MIME-Version: 1.0 Message-Id: <201308041515.41788.marex@denx.de> Cc: "meta-freescale@yoctoproject.org" , Otavio Salvador 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: Sun, 04 Aug 2013 13:15:45 -0000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear M=E5rten Wikman, I dunno about the Yocto ML, but usually you don't want to be top-posting in= the=20 ML. > I did not erase memory before I typed write, maybe this is where it's > fails. Yes, that is likely. You can also use ' sf update ', which is less abbrasiv= e for=20 the flash (it first reads the SF, then does erase+write cycle only if the b= lock=20 changed). But for the first installation of u-boot, use erase + write manua= lly=20 to make sure everything is written correctly. > I'm using MX28EVK and I have added DNP resistors from schematics, without > them I could not get SPI NOR to work in linux. I'm going to test this > tomorrow morning and I will keep you updated, hopefully this solves it. OK. Make sure that you can even write the SF correctly in the first place. [...] Best regards, Marek Vasut